By hitzgh
i am trying to install webmin on my server but when i try to install, i get the notification to install yum install perl-Net-SSLeay, when i try the above command via ssh i get this error why: yum install perl-Net-SSLeay Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
What is the solution if the package for perl-Net-SSLeay is not available? What is the command and location to get the right package for Centos7?
From what I know rpmforge is already outdated. You have to remove that repo. Make sure your CentOS is a clean OS.
Method 1:
sudo rm -rf /etc/yum.repos.d/rpmforge.repo
sudo yum -y update
Method 2:
sudo nano /etc/yum.repos.d/rpmforge.repo
Change:
enabled = 0
then:
sudo yum -y update
Install perl, perl-Net-SSLeay, openssl, perl-IO-Tty
sudo yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.