Monday 9 January 2017

How to search software package on Ubuntu


You can install software package on ubuntu using 'apt-get install' command, and you can uninstall software using 'apt-get remove' command, but what about searching the software package itself?
Yes, you can also search for software package through the command line, there is a dedicated command for searching software package on ubuntu, called 'apt-cache search'.
Unlike 'apt-get install' or 'apt-get remove', the 'apt-cache search' can be run without sudo, you just need to run 'apt-cache search' followed by the name of software package that you are looking.
apt-cache search [package-name]
Example
apt-cache search tomahawk
apt-cache search vlc
apt-cache search vlc | grep player

Anonymous

Author & Editor

A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.