To remove SMR software, root privileges are required. The graphical user interface of the system's package manager can be used, or the shell. The following shell command removes all installed SMR packages:
On CentOS, Fedora, and RedHat systems:
root$
yum remove "smr-*"
On SuSE systems:
root$
zypper remove "smr-*"
On Ubuntu systems:
root$
apt-get autoremove --purge "smr-*"
If SMR software is no longer used, it is advised that users remove lines like
export SMR_LICENSE=/home/demo/my-smr-license-file # MemCom Pro only module use /opt/smr/etc/modulefiles module load smr
from their ~/.bashrc
file.