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:
Prestashop 1.6: "Unexpected token <" error when upload category thumbnail
How to print screen in Asus Zenfone 6
How to backup MySQL Database in command line with compression
How to install apache, php, mysql with macport in Mac OS X
CPAN Error: make test had returned bad status, won't install without force
How to clear play history in VLC media player
Free Project Management software for Mac OS X - GanttProject
How to reload .bash_profile in Linux or Mac?
Share this with your friends:-