How to Search For Available Packages from the Command Line in Ubuntu
belongs to collection: Ubuntu / Linux Frequently Asked Questions
All Answers
total answers (1)
belongs to collection: Ubuntu / Linux Frequently Asked Questions
total answers (1)
Use the
apt-cache
CommandYou can use the following command to get a list of all packages from the command line in Ubuntu.
However, if you want to search for a specific package you can replace the period sign (
.
) with the search keyword, e.g., to get a list of all packages containing the string "python" you can use: