Share
 
 

Remove Installation

The method used to uninstall Autodesk Nastran depends on the mechanism used to install it.

RPM package removal

If Autodesk Nastran was installed using RPM packages, it can be removed using either of the following mechanisms:

  1. Your system’s graphical uninstallation tools.
  2. By entering the following commands in a terminal (with superuser permission):
    rpm -e autodesk-nastran-2026-*
    rpm -e adsklicensing9. *
    rpm -e adlmapps17-*
    rpm -e adlmflexnetclient-17.*
Note: You can substitute the command "rpm -e" with the command "yum remove" or "dnf remove" on more recent Linux distributions that have these commands available. If these are available, it is the preferred mechanism of package removal.

If you have more than one Autodesk product installed, the clm* and adlm* rpm's may fail to uninstall as they are required by the other Autodesk products. If this occurs, please do not try and force the uninstall of these items.

Removing a thin-client server install

Removal of a non-RPM system install requires access to a terminal or filesystem browser with superuser permissions. The following assumes you are using a terminal to remove the software. To remove the core Autodesk Nastran files, please run the following commands:

rpm -e adsklicensing9. *
rpm -e adlmapps17-*
rpm -e adlmflexnetclient-17.*
rm -rf /var/opt/Autodesk/Nastran_2026/

Removing a Custom or Thin-Client Install

The Autodesk Nastran Custom or Thin-Client install is self-contained within the folder you installed it into. Removal is accomplished by deleting this folder.

Was this information helpful?