You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
During the alpha and beta testing we may ask people to clean install the platform tools, this document describes the process for removing and re-installing the platform tools.
Most of the time a clean install is not necessary and we recommend running uvm update to upgrade to the latest version but sometimes we change the layout of the installation directory and a clean install is the best option.
We store all files in a .uwe folder within your home directory; to uninstall just remove this folder. The version manager uvm has an uninstall command which will delete this directory:
uvm uninstall
Type y when prompted and the .uwe directory will be removed.
If for some reason uvm is not available you could uninstall manually like this:
rm -rf $HOME/.uwe
Then to re-install use the quick install script:
curl https://releases.uwe.app/install.sh | sh
Afterwards the platform tools should be available again, if you run into any problems please raise an issue or comment here, thanks 👍
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
During the alpha and beta testing we may ask people to clean install the platform tools, this document describes the process for removing and re-installing the platform tools.
Most of the time a clean install is not necessary and we recommend running
uvm update
to upgrade to the latest version but sometimes we change the layout of the installation directory and a clean install is the best option.We store all files in a
.uwe
folder within your home directory; to uninstall just remove this folder. The version manageruvm
has an uninstall command which will delete this directory:Type y when prompted and the
.uwe
directory will be removed.If for some reason
uvm
is not available you could uninstall manually like this:Then to re-install use the quick install script:
Afterwards the platform tools should be available again, if you run into any problems please raise an issue or comment here, thanks 👍
Beta Was this translation helpful? Give feedback.
All reactions