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:
WordPress: How to open rss links in new window?
WordPress Dev: How to send html email using wp_mail()?
How to setup syslog server in UBuntu 8
N900 virtual keyboard not working after uninstall SCIM
SVN: How to commit only modified files via command line
How to insert new line (line break) in a cell - OpenOffice Calc
How to create symbolic link in Unix
How to change hostname in Linux
Share this with your friends:-