- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remove software
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
12-21-2005 10:39 PM
12-21-2005 10:39 PM
remove software
I couldn't install with swinstall command (SD-UX). So I mount CD and start script
#sh ./setup.sh
Installation finished without problem. COBOL work's fine.
Now I want to uninstall COBOL.I can't see COBOL installation files with swlist (SD-UX)commands.
I install COBOL in /opt/microfocus directory.
Is there some other way to uninstall programs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 10:51 PM
12-21-2005 10:51 PM
Re: remove software
I you can't see it with swlist then you can't remove it with swremove
The only solution to remove it is
rm -r /opt/microfocus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 10:53 PM
12-21-2005 10:53 PM
Re: remove software
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 10:55 PM
12-21-2005 10:55 PM
Re: remove software
# swlist -l file | grep -i 'cobol'
If it is not returning anything then remove /opt/microfocus directory manually.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 11:22 PM
12-21-2005 11:22 PM
Re: remove software
it is only use swremove if you installed
something with swinstall so as others mentioned just rm -r /opt/microfocus
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 01:44 AM
12-22-2005 01:44 AM
Re: remove software
Unless the setup.sh does a swinstall, you will never see the software in a swlist...
Rgds...Geoff