Linux Lite Forums

Full Version: Update Manager for Linux Lite 4.x
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!