Changes

From Amahi Wiki
Jump to: navigation, search
1,021 bytes added ,  01:11, 14 March 2015
Created page with "[http://www.amahi.org/apps/monitorix Monitorix] previously was installed from the Fedora 19 repo. In an effort to maintain the latest version and streamline upgrade to future..."
[http://www.amahi.org/apps/monitorix Monitorix] previously was installed from the Fedora 19 repo. In an effort to maintain the latest version and streamline upgrade to future versions, we have modified the application to install from the [http://www.monitorix.org/ Monitorix web site] source file.

Users who upgrade from Amahi 7 (Fedora 19) version 3.6 to 3.7 or greater should perform the following to clean up any leftover packages. Leaving them should not interfere with the new version, but it's best to remove files not longer needed if possible.

[https://wiki.amahi.org/index.php/Open_Terminal_as_root Open Terminal as root]:

* Verify old directory/files exist
ll /usr/lib/monitorix;
ll /etc/monitorix;
ll /usr/share/doc/monitorix*;

* If they exists, execute
rm -rf /usr/lib/monitorix;
rm -rf /etc/monitorix;
rm -rf /usr/share/doc/monitorix*;

* If they do not exist, no further action is necessary.

This should have no adverse affects on the currently installed version providing it's 3.7 or greater.
12,424

edits