A Blog about technology, linux, peer2peer, cool new downloads and software development.

Wednesday, September 30, 2009

how to search for missing libraries in ubuntu linux


sudo apt-get install apt-file
apt-file update
apt-file search Xtst
sudo apt-get install libxtst6 libxtst-dev

No comments: