Linux Lite Forums
Update Manager for Linux Lite 4.x - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: On Topic (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=14)
+--- Thread: Update Manager for Linux Lite 4.x (/showthread.php?tid=5223)



Update Manager for Linux Lite 4.x - ralphy - 05-04-2018

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:
# 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

[Image: vuOkvxg.png]

Cheers!