Using Ubuntu Software Center I can perform a search on an approximate package name and get the matching packages list to select from.
If I work on a remote machine via ssh (i.e. command line only), how do I perform such a search?
Using Ubuntu Software Center I can perform a search on an approximate package name and get the matching packages list to select from.
If I work on a remote machine via ssh (i.e. command line only), how do I perform such a search?
Several options here.
apt-cache
, which will search in descriptions too, by default:aptitude
:aptitude
has known issues using Multiarch currently, but searching should work though. LP bug #831768dpkg
:Online:
packages.ubuntu.com