03-29-2019, 12:58 AM
Hi Janet,
Did you copy-and-paste the terminal commands from the web page? It kinda reads like you selected it from the unlockforus Linux Lite repository instead. The key is missing.
[pre]
And then, to install it:
[/pre]
Did you copy-and-paste the terminal commands from the web page? It kinda reads like you selected it from the unlockforus Linux Lite repository instead. The key is missing.
Code:
echo "deb https://unlockforus.com/repository/dists/xenial/ /" | sudo tee /etc/apt/sources.list.d/unlockforus-xenial.list # And add the PGP key: ~$ curl -s https://unlockforus.com/repository/keyFile | sudo apt-key add -
And then, to install it:
[/pre]
Code:
sudo apt-get update && sudo apt-get install mintupdate-lite -y