I'm trying to download several software packages, such as RANCID, using the sudo apt-get install rancid
, and am receiving an error of "Unable to locate package rancid". I then tried installing build-essential by issuing a sudo apt install build-essential
, with the same error. I think my issue is my sources.list file. When I do a apt-cache policy build-essential
, I receive the same thing. I can't post my sources.list file on here because the site tells me that I can't post more than 2 links due to my reputation, so I added as a link. Thanks
Thanks for all of your help!
apt-cache policy build-essential
) using block code formating using the{}
button - see How do I format my code blocks? – steeldriver May 17 '17 at 14:00xenial-updates
repositories in your sources.list file, and then runsudo apt update
– steeldriver May 17 '17 at 14:12