Uninstall completely Deluge on CentOS

General support for problems installing or using Deluge
Post Reply
executable77
Member
Member
Posts: 22
Joined: Tue Oct 16, 2018 8:55 am
Location: France

Uninstall completely Deluge on CentOS

Post by executable77 »

I would like to know how I can uninstall completly Deluge because I want to install a lower version. I use CentOS 6.10 as OS. I installed Deluge like :

Code: Select all

#!/bin/bash
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
yum -y install epel-release && rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm
yum install deluge -y
Last edited by executable77 on Thu Jan 31, 2019 10:20 am, edited 1 time in total.
executable77
Member
Member
Posts: 22
Joined: Tue Oct 16, 2018 8:55 am
Location: France

Re: Uninstall completely Deluge on CentOS

Post by executable77 »

Fixed using this command line :

Code: Select all

yum remove deluge*
Post Reply