Difference between revisions of "Clean Install MatterControl"

From MatterControl Manual
Jump to: navigation, search
(Clean Install Mac OS X)
(Clean Install Linux)
Line 28: Line 28:
  
 
Step 2: Run <code>sudo apt-get --purge remove MatterControl</code>
 
Step 2: Run <code>sudo apt-get --purge remove MatterControl</code>
 +
 +
Step 3: Download and build MatterControl from source
  
 
[[Category:Installation]]
 
[[Category:Installation]]

Revision as of 11:10, 4 December 2015

Clean Installation of MatterControl details how to do a clean installation of MatterControl on Windows, Mac OSX and Linux.

Clean Install Windows

Step 1: Open the Control Panel

Step 2: Select the "Uninstall a Program" option in the Control Panel window

Step 3: Select MatterControl from the list of programs and then click the Uninstall button.

Step 4: Navigate to C:\Users\%USER%\AppData\Local folder and delete the MatterControl folder

Step 5: Download MatterControl and run the installer.

Clean Install Mac OS X

Step 1: Navigate to the Applications folder on your file system and delete MatterControl.app

Step 2: Navigate to /Users/username/.local/share/ and delete the MatterControl folder

Step 3: Download MatterControl

Step 4: Run the installer

Clean Install Linux

Step 1: Open up the Ubuntu Terminal

Step 2: Run sudo apt-get --purge remove MatterControl

Step 3: Download and build MatterControl from source