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 check Zimbra Version without ssh access?
How to mount samba in Mac OS X / Linux?
How to setup syslog server in UBuntu 8
How to install LAMP (Apache, PHP and MySQL in Linux) using Yum
How to move cursor to end of line in vi editor
How to print screen in Asus Zenfone 6
How to migrate SVN repository?
Symfony2: How to get Doctrine Entity Manager in Console command
Share this with your friends:-