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:
Speed Up and Save Your Website Bandwidth with GZip Compression
jQuery: disable autoscrolling to top when click on anchor
How to import contacts from Mac to Nokia N900
How to extract .bz2 file in Linux?
How to split compressed file into smaller files in Linux / Mac
Free image editor for Mac OS X / XP / Vista / Linux
How to insert new line (line break) in a cell - OpenOffice Calc
How to import mysql innodb with foreign key constraint error?
Share this with your friends:-