Uninstalling Object Mount
To remove Object Mount for Linux from a workstation, follow one of these two uninstall procedures depending on how Object Mount was originally installed.
For Scripted Installations (glibc and musl):
- Determine the installation root folder
- Remove files for either one user or all users
- Remove any shell customizations
For Package Manager Installations (Debian, Red Hat, Alpine):
- Run the appropriate package manager uninstallation command (see below).
Uninstall for: Scripted Installations
If Object Mount was installed using a Scripted Installer, follow the steps below to uninstall Object Mount.
Step 1: Determine the Installation Root
The CUNO_ROOT environment variable should be set to wherever your Object Mount installation is.
This directory is usually:
/opt/cunofor a system-wide installation$HOME/.local/opt/cunofor a user-local installation (generally)
Display your CUNO_ROOT variable:
If it is blank or not set, locate your deployment by running:
One of those directories should display multiple cuno-related files.
See: Installation Locations for more information on installation locations.
Step 2: Remove the CUNO_ROOT Directory
Delete the CUNO_ROOT directory and all files and subfolders within that CUNO_ROOT directory.
In addition, you can remove the following added files:
For Single User/Local Uninstallation:
Remove the following additional files:
For System-wide/Global Uninstallation:
Remove the following additional files:
Step 3: Shell Customization Removal
Remove any customizations made to shell initialization scripts such as
~/.bashrc~/.profile.zshrc/etc/profile.d- etc.
Uninstall for: Package Managers
If Object Mount was installed using a Package Manager, use the commands in the following sections to uninstall Object Mount for specific Linux distributions.