Just installed Debian and looking for ways to list all available packages using apt. After some search, i found that you can use apt-cache to list all available packages in debian.
To list all available packages from apt, follow the steps below:-
Advertisements
# this will list all packages available thru apt-get
$ apt-cache pkgnames
# this will only return you the relevant result
$ apt-cache search 'your search term here'
# this only return result match `postgresql-8*`
$ apt-cache search 'postgresql-8'
Related posts:
MySQL: Full text search for multiple words
Symfony 1.4: How to sort foreign key record?
How to setup static IP in Debian
Symfony2: How to get Doctrine Entity Manager in Console command
How to insert new line (line break) in a cell - OpenOffice Calc
WordPress Custom Taxonomy Pagination show 404 page not found error
Secure file transfer thru scp in Mac and Linux
How to install apache, php, mysql with macport in Mac OS X
Share this with your friends:-