Results 1 to 2 of 2
Hello, I'm pretty much a noob with all linux OS, but I am trying to learn.
My problem here is that I built an RPM from a tarball file and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-27-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 1
RPM Problem
Hello, I'm pretty much a noob with all linux OS, but I am trying to learn.
My problem here is that I built an RPM from a tarball file and when I run the command:
I get the following conflicts.Code:rpm -ivh /usr/src/redhat/RPMS/i386/openvpn-2.2.1-1.i386.rpm
rpm problem.jpg
I am trying to install openvpn on centos
- 07-27-2011 #2
It seems, you already have another openvpn rpm installed.
Deinstall that first
Or try to update to the new one withCode:yum remove openvpn
Code:rpm -Uvh /usr/src/redhat/RPMS/i386/openvpn-2.2.1-1.i386.rpm
You must always face the curtain with a bow.


Reply With Quote
