Linux Lite Forums

General => On Topic => Topic started by: ralphy on May 04, 2018, 03:15:35 PM

Title: Update Manager for Linux Lite 4.x
Post by: ralphy on May 04, 2018, 03:15:35 PM
Hello all,

Those of us who use Update Manager in Linux Lite; version 1.0-0020 has been ported to Boinic.

Users running Linux Lite 4.0 Beta can install it as follows:

Code: [Select]
# Add UnlockMe Repo
echo "deb https://unlockforus.com/repository/dists/bionic/ /" | sudo tee /etc/apt/sources.list.d/unlockforus-bionic.list

# and add the PGP key:
curl -s https://unlockforus.com/repository/keyFile | sudo apt-key add -

# install mintupdate-lite
sudo apt update && sudo apt install mintupdate-lite -y

(https://i.imgur.com/vuOkvxg.png)

Cheers!