Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: cirkit on February 22, 2009, 08:09:51 PM

Title: remove ddclient
Post by: cirkit on February 22, 2009, 08:09:51 PM
I installed ddclient on 21 FEb 2009 , but did not function properly, instead i implemented the function in my router, now I want to remove ddclient hence from root i issued " yum remove sme7-ddclient*.rpm" and the result was no package to remove, The severmanager ddclient panel still exists how can I remove ddclient?
Title: Re: remove ddclient
Post by: cactus on February 22, 2009, 09:51:16 PM
I installed ddclient on 21 FEb 2009 , but did not function properly, instead i implemented the function in my router, now I want to remove ddclient hence from root i issued " yum remove sme7-ddclient*.rpm" and the result was no package to remove, The severmanager ddclient panel still exists how can I remove ddclient?
You should use this instead as yum is not filename but package aware:
Code: [Select]
yum remove sme7-ddclientBe carefull as it might remove a lot of packages from your server, say no if it removes more than it installed on 21 feb 2009, if it removes more you need to remove all packages installed for ddclient manually using:
Code: [Select]
rpm -e package-name