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:
How to create mailing list in Thunderbird
How to extract .deb file in Linux / Mac
How to create App Tab in Firefox 5
Free Project Management software for Mac OS X - GanttProject
How to send message to syslog server?
Symfony: PHP Fatal error: Call to a member function setData()
PHP Fatal error: Class ‘DOMDocument’ not found in …
How to install Fedora to USB drive
Share this with your friends:-