Uninstalling faspex
There are two methods to uninstall Faspex: simple uninstall and deep uninstall.
Before performing either process, fully back up the system (see Backup and restore). With a backup, you can reinstall Faspex without losing data or migrate the Faspex instance to another server.
Simple uninstall
To perform a simple uninstall, run:
rpm -e ibm-aspera-faspex
Deep uninstall
When you uninstall Faspex, some settings are preserved to make the reinstall easier. To remove
Faspex completely:
- Stop Faspex, clean up Docker docker containers, networks, images, and build
cache:
faspexctl down - Remove previously downloaded images:
- If you're using Docker, run:
docker system prune -a - If you're using Podman, run:
podman system prune -a
Note: Running these commands will delete all unused images on the machine. - If you're using Docker, run:
- Uninstall the Faspex
package:
rpm -e ibm-aspera-faspex - Delete the /opt/aspera/faspex folder.