Uninstall Perl in Redhat Server


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Uninstall Perl in Redhat Server
# 1  
Old 04-05-2011
Uninstall Perl in Redhat Server

Hi All,

Currently i am using 'Red Hat Enterprise Linux Server release 5.5 (Tikanga)' server. Here perl 5.8.8 64bit version installed (location : /usr/bin/perl). I want remove the current perl and install 5.8.4 64bit perl. I know how to configure the perl version. Could you please tell me how to uninstall the perl 5.8.8 64bit version.

Thanks,
Mani Muthu
# 2  
Old 04-05-2011
Using yum, perhaps:

Code:
yum remove perl-5.8.8*.x86_64

# 3  
Old 04-05-2011
Thanks scottn.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

vnc to RedHat Server

I'm trying to use VNC from my desktop to connect to a RedHat (RHEL6) Server. I connect but the screen is black. It I go into the Data Centre the screen is unlocked and all is okay there. I can connect no problem to other Desktops & Servers. Is there a setting maybe or can anybody suggest another... (6 Replies)
Discussion started by: itwex
6 Replies

2. Red Hat

Upgrade perl from 5.005_03 to 5.8 in redhat 5.3

i have a machine with running redhat 5.3. perl -v shows me perl version 5.005_03. i have to upgrade it to 5.8. (1 Reply)
Discussion started by: rehantayyab82
1 Replies

3. UNIX for Dummies Questions & Answers

enable all operations to use a proxy server , redhat server

Hi, i would like to enable all operations/connections to use a proxy server in a redhat server , witch file should i config to get this for all conections .... Thanks (0 Replies)
Discussion started by: prpkrk
0 Replies

4. Red Hat

installing Redhat Repository server

Hello, can someone please assist me userguide to setup simple Redhat yum Repository server with out using redhat satellite server. So all client will be pointing to this repository server to install rpm's. Thanks, (3 Replies)
Discussion started by: bobby320
3 Replies

5. Red Hat

How to backup a RedHat server?

Dear All Can you please let me know how to backup my RedHat server for preserving data in case if hard disk crashes? Thank you Double post, continued here (0 Replies)
Discussion started by: hadimotamedi
0 Replies

6. Solaris

Uninstall Apache web server

Hello, I have a Solaris 10 and it looks like it was installed with apache. I see some files in: Since I'd like to use CSWapache2 from OpenCSW I'd like to remove the one from SUN but I don't know which package name it has. Do you know how can I remove it ? Thanks R.F ---------- Post... (4 Replies)
Discussion started by: RobertFord
4 Replies

7. Red Hat

OS backup of a Redhat 5 server.

Hi, I am looking for a way to take the full backup of a redhat linux 5 server. I am familiar with ignite ux for HP-UX and flarcreate in Solaris. Looking for something for redhat Tx (3 Replies)
Discussion started by: uxadmin007
3 Replies

8. Shell Programming and Scripting

perl uninstall from unix machine

Hi I need to uninstall perl from my unix machine and DBI, DBD::Oracle , Parallel Fork Manager modules if there is any way please suggest me. Thanks kousik (1 Reply)
Discussion started by: mnmonu
1 Replies

9. Solaris

Perl - How to uninstall? Will pkgrm uninstall all versions?

Hello, I'm working on a Solaris 9/Sparc machine and it has the Solaris 10 version of Perl (5.8.8) installed on it, which always requires all kinds of library files that Solaris 9 doesn't come with. I think the best way to do is to uninstall this wrong version and install the correct Solaris 9... (1 Reply)
Discussion started by: alanlh
1 Replies

10. UNIX for Dummies Questions & Answers

setup a DNS server for my redhat server

Using Redhat Linux Enterprise AS 4 can someone teach me how to setup a dns server for my webserver? i've registered a domainname at mydomain.com but when i type in the domain i register i cannot enter to my webserver. someone told me that it is related with the DNS setting on my server. i've... (2 Replies)
Discussion started by: kaixiang88
2 Replies
Login or Register to Ask a Question