mirror of
https://github.com/automatic-ripping-machine/automatic-ripping-machine.git
synced 2026-08-07 00:51:58 -06:00
Page:
Uninstall A.R.M
Pages
ARM workflow diagram
Alternate Install Debian
Alternate Install OMV
Alternate Install TrueNAS
Alternate Install Ubuntu
Alternate Install macOS UTM
Change Log
Config abcde.conf
Config apprise.yaml
Config arm.yaml
Config ui skins
Configuring ARM
Contribute DevTools
Contribute Docker
Contribute Wiki
Contribute
Docker From Source
Docker Troubleshooting
Docker Upgrading
Docker
FAQ
General Troubleshooting
Getting Started
Hardware Transcode AMD VCE
Hardware Transcode Intel QSV
Hardware Transcode Nvidia NVENC
Home
MakeMKV Codes
MakeMKV EULA
MakeMKV Info
Podman prebuilt image
Related Projects and HowTos
Setting up (auto install)
Status Known Issues
Status Roadmap
Ubuntu 18.04 Service file
Ubuntu 20.04 Automatic Installation
Ubuntu 25.04 Install
Uninstall A.R.M
Upgrading from previous ARM verions
VMware
WSL PreReqs
Web Jobs
Web Settings Drives
Web Settings System Info
Web Settings UI
Web Settings
ffmpeg
related howtos
workflow diagram
No results
1
Uninstall A.R.M
1337-server edited this page 2022-04-29 06:33:23 +01:00
Table of Contents
Ubuntu uninstall
Save this file as uninstall_arm.sh
sudo apt-get purge git -y
sudo add-apt-repository -r -y ppa:heyarje/makemkv-beta
sudo add-apt-repository -r -y ppa:stebbins/handbrake-releases
sudo add-apt-repository -r -y ppa:mc3man/xerus-media
sudo add-apt-repository -r -y ppa:mc3man/bionic-prop
sudo add-apt-repository -r -y ppa:mc3man/focal6
sudo apt update -y && \
sudo apt purge makemkv-bin makemkv-oss -y && \
sudo apt purge handbrake-cli libavcodec-extra -y && \
sudo apt purge abcde flac imagemagick glyrc cdparanoia -y && \
sudo apt purge at -y && \
sudo apt purge libcurl4-openssl-dev libssl-dev -y && \
sudo apt purge libdvd-pkg -y && \
sudo apt purge default-jre-headless -y
cd /opt/arm
sudo pip3 uninstall -y -r requirements.txt
cd ~
sudo rm -R /opt/arm
sudo rm -R /home/arm
sudo rm -R /etc/arm/
sudo rm -R /mnt/dev/sr0
sudo rm /etc/systemd/system/armui.service
sudo systemctl disable armui
sudo systemctl daemon-reload
Run sudo chmod +x uninstall_arm.sh in a terminal
Then run sudo ./uninstall_arm.sh
Getting Started
-
Docker
-
Manual Install
- See Alternate Installations
-
Automatic script install
Web Page Overview
Configuration
-
Configuration Files
-
Alternate Installations
- Ubuntu
Ubuntu 20.04 (install script)(Run the Debian script)- Ubuntu 25.04
- Debian
- Open Media Vault
- TrueNAS
- macOS with UTM (Docker)
Hardware Configuration
Troubleshooting
ARM Status
Contributing to ARM
How ARM Works