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:
N900: How to connect Wifi protected setup compliant Network
How to create symbolic link in Unix
Debian: "There is no public key available for the following key IDs"
How to add native menu support in your WordPress theme?
Bootstrap 3: Responsive image align center
How to block all file access except one using .htaccess
How to svn thru ssh in Linux / Mac
CentOS: install yum fastest mirror plugin for faster connection update
Share this with your friends:-