Skip to content

Uninstall

AmirHossein Abdolmotallebi edited this page Jul 30, 2025 · 2 revisions

Uninstall

Windows

  • Simply go to the installation folder and run the uninstall.exe
  • You can also use uninstall the app in the Windows settings (Add or remove programs)

Linux

if you used the installation script for Linux you can perform below command to uninstall it

bash <(curl -fsSL https://raw.githubusercontent.com/amir1376/ab-download-manager/master/scripts/uninstall.sh)

Manual uninstall

if you installed the app manually (the .zip or tar.gz file) after you deleted the app folder, delete the following file(s)/folder(s) too.

  • ~/.abdm (app's config/cache directory)
  • ~/.config/autostart/com.abdownloadmanager.desktop (start on boot file)
  • ~/.local/share/applications/com.abdownloadmanager.desktop (desktop entry file)
Clone this wiki locally