[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to remove Innd system?



On Mon, 16 Oct 2000, Nadav Har'El wrote:

> On Mon, Oct 16, 2000, hagit wrote about "how to remove Innd system?":
> > Hello
> > How can I remove from my server the Innd system ?
> > 
> 
> The omnipotent remove command is 'rm' :)
> 
> But if you're using one of the common Linux distributions (you didn't say),
> there's probably a more orderly method for removing packages installed with
> the distribution. For example, in Redhat,
> 
> 	rpm -e inn
> 
> Uninstalls the 'inn' package (which includes innd - see 'rpm -qi inn' for
> information on what this package is, or 'rpm -ql inn' for a list of files
> it contains).

And to avoid guessing package names:
rpm -qf /usr/sbin/innd [is this the file name?]. You can use -qfi , -qfl,
whatever, or even:
rpm -e `rpm -qf /usr/sbin/innd`

-- 
Tzafrir Cohen
mailto:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir




=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il