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 reload .bash_profile in Linux or Mac?
How to create mailing list in Thunderbird
Cynogenmod: No Vibration when Receiving SMS
jQuery: disable autoscrolling to top when click on anchor
How to add native menu support in your WordPress theme?
How to add user to sudoer list in Linux
Linux - How to check memory usage
N900: How to connect Wifi protected setup compliant Network
Share this with your friends:-