- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How do you uninstall a program in Linux Redhat?
Operating System - Linux
1820483
Members
2379
Online
109624
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2006 03:43 AM
тАО08-14-2006 03:43 AM
If I used this command:
zcat < file_name.taz | tar xvfp -
To install a program. Now, I have two (2) options;
1. remove the previous promgram completely.
2. update the previous program with an updated file_name.taz
Any ideas on how I can do this without complications?
Thank you in advance.
J
zcat < file_name.taz | tar xvfp -
To install a program. Now, I have two (2) options;
1. remove the previous promgram completely.
2. update the previous program with an updated file_name.taz
Any ideas on how I can do this without complications?
Thank you in advance.
J
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2006 03:54 AM
тАО08-14-2006 03:54 AM
Solution
Normally, programs installed from the source require the source three or makefile to remove the program. The update process depends of the product and always the source includes documentation about how to install and update the program. Check the README and INSTALL files included in the tar file.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2006 03:55 AM
тАО08-14-2006 03:55 AM
Re: How do you uninstall a program in Linux Redhat?
These answers depend on the application that was installed.
Most of what I have seen can be updated by installing the newer version. Do be in the same location and PATH as when you did the 1st install. Otherwise you might end up with 2 locations of the application - the old location and the new location. Let the new install upgrade the old install.
If the application required a compile and an a 'make install' you will have more to find. Could be libraries as well as binaries placed in different locations. This will be more difficult.
If you have RPM records of these installs, then you could do 'rpm -s' againest the apps.
Most of what I have seen can be updated by installing the newer version. Do be in the same location and PATH as when you did the 1st install. Otherwise you might end up with 2 locations of the application - the old location and the new location. Let the new install upgrade the old install.
If the application required a compile and an a 'make install' you will have more to find. Could be libraries as well as binaries placed in different locations. This will be more difficult.
If you have RPM records of these installs, then you could do 'rpm -s' againest the apps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2006 05:12 AM
тАО08-14-2006 05:12 AM
Re: How do you uninstall a program in Linux Redhat?
I just reinstalled and now it works.
Thanks,
Thanks,
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP