Tuesday, October 27, 2009

Search and install packages in ubuntu

aptitude search package
dpkg -l | grep package
dpkg-query --show package
apt-cache search package (this one may return lots of results)

and the easy one (GUI):
synaptic

apt-get install package

No comments:

Post a Comment