Elijah Lofgren

I follow Jesus Christ and enjoy reading, writing, helping people, and making websites. Who is Jesus?

My life mission: "Whatever you do, do it all for the glory of God." - 1 Corinthians 10:31

You are here: Home » Ubuntu and Kubuntu Tips » Tips for Installing Software » Easily Search for a Package in Ubuntu using the command line

Easily Search for a Package in Ubuntu using the command line

You can filter results with "grep" as shown here:

elijahlofgren@elijahlaptop:~$ sudo apt-cache search vnc | grep client
tsclient - front-end for viewing of remote desktops in GNOME
vinagre - VNC client for the GNOME Desktop
directvnc - VNC client using the framebuffer as display
libnb-svnclientadapter-java - High-level Java API to subversion
xtightvncviewer - virtual network computing client software for X
xvnc4viewer - Virtual network computing client software for X
elijahlofgren@elijahlaptop:~$