subhra74 / xdm

Powerfull download accelerator and video downloader
https://xtremedownloadmanager.com/
GNU General Public License v2.0
6.43k stars 1.07k forks source link

Help please uninstalling XDM #1140

Open Budgie2 opened 10 months ago

Budgie2 commented 10 months ago

Checklist

Question

Where do I find the unistall program/script/instructions please?

Budgie2 commented 10 months ago

I tried to include my OS details but must have been in wrong part of message. I installed XDM v8.0.29 beta using .rpm download and installed on openSUSE Tumbleweed with KDE desktop.

amkstone commented 9 months ago

Open terminal.

List the installed packages related to XDM. You can do this by running the rpm command with the -q option to query installed packages:

rpm -qa | grep xdm

This command will display the names of the installed packages related to XDM.

Once you've identified the package name(s) related to XDM, you can use the rpm command to uninstall it. Replace with the actual package name from the previous step:

sudo rpm -e <package-name>

For example: sudo rpm -e xdm-8.0.29-beta Replace xdm-8.0.29-beta with the actual package name

XDM should now be uninstalled