[wd_asp elements=’search’ ratio=’100%’ id=1]

Search for a package – Raspberry Pi

20th December 2014

Raspberry-Pi

Raspberrypi - Codehaven

use apt-cache to search for the package that you want to install, in this case curl.
This will show all packages with the word curl in.
apt-cache search curl

Then to install
sudo apt-get install curl

If you’re not sure what you’re looking for or just wish to browse through what’s available

sudo aptitude