Keep the Distro Up to Date

Upgrading and Updating the REMnux Distro

Unless you've installed REMnux in the addon mode, the distro disabled automated Ubuntu update mechanisms for the OS. This allows you to control how and when your REMnux system attempts to initiate network connections, and avoids issues when REMnux on an isolated network.

Keep your REMnux system up to date by running the following command once in a while as a regular, non-root user, so you benefit from the latest enhancements. Be sure to first connect the system to the internet. You don't need to separately update the OS or its packages. The REMnux installer handles that automatically.

remnux install
circle-check

Issues Updating the REMnux Distro

If you receive an error upgrading or updating the REMnux distro when using the remnux command, first make sure that you're running the command as a regular, non-root user. Also, try rebooting your system and trying the operation again.

If you still run into problems, refresh your APT package database by issuing the following commands, then try the operation again:

apt update
apt autoremove
apt --fix-broken install

If the issue persists, diagnose the problem by running:

remnux results

This command shows installation results and highlights any failures. If you need further help, you can open an issue in the REMnux salt-states repo on Githubarrow-up-right and share out output of remnux results as well as your results.yml and saltstack.log file.

Last updated