Is there a command to uninstall?

1

I am using Amazon ec2 Linux instance. I am just wondering if there is a command to uninstall?

For example I used:

yum install openvpn

How do I do the reverse of this (uninstall)?

marcwho

Posted 2012-09-14T13:49:29.817

Reputation: 227

Answers

6

yum remove openvpn

read

man yum

for further information.

Finkle MacGraw

Posted 2012-09-14T13:49:29.817

Reputation: 76

3

Use remove:

yum remove openvpn

Tom

Posted 2012-09-14T13:49:29.817

Reputation: 163