I am new to Linux OS's, but I purchased a Raspberry Pi recently, so I can run my usb moonlander 2 scrypt miner because of the low energy consumption (since mining Alt Coins in CA is expensive). I am having issues installing these packages:
sudo apt-get install -y libcurl4-gnutls-dev libjansson-dev
I tried removing the '-y', since other examples do not include this. However, I am still getting the following errors:
E: Unable to locate package libcurl4-gnutls-dev
E: Unable to locate package libjansson-dev
Finally, I tried to install the following package (libcurl4-openssl-dev) and the error says that this has been deprecated.
Thank you for pointing me in the correct direction.
sudo apt update
first? Also your error message says libcurl-gnutls-dev instead of libcurl4-gnutls-dev. Is that a typo/copypaste issue? – jdonald Jul 25 '19 at 17:23