uninstall command


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers uninstall command
# 1  
Old 03-20-2001
Question

I am trying to uninstall some software from a system running Compaq Tru64 UNIX v4.0e (was Digital UNIX). I can't find the correct "uninstall" command. I've tried uninstall, pkgrm, removepkg unsuccessfully. Does anyone know the command? Specifically, I had a problem with the installation of the Client Agent for Arcserve2000, and want to start over.
# 2  
Old 03-21-2001
You might be able to look at the original software distro' and see if the distribution has any deinstall documentation or scripts.

You could search the file system and find out which directory the product was installed.
# 3  
Old 03-21-2001
MySQL

I'm replying to my own inquiry - is that legal? :-)

The answer is use the setld command with the -d option to remove software installed in the Digital UNIX 4.0e environment:

# setld -d UAGENT

...where UAGENT is the name of the software subset I'm looking to remove.
# 4  
Old 03-21-2001
Your reply is not only legal, it is highly encouraged. When folks find the solutions to there puzzles, please share with the forum so others may benefit.

Thanks bscottiii !
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Uninstall OpenSSL

We have a legacy HP-UX 11.11 server that has a number of security vulnerabilities associated with OpenSSL. We have a project in the works to replace this server but until then I need to deal with the vulnerabilities. No applications on the server utilize SSL, so my plan was to simply remove it. ... (8 Replies)
Discussion started by: jduehmig
8 Replies

2. UNIX for Dummies Questions & Answers

Uninstall an Application with Command Line

Hello everyone, I am new to UNIX and computers in general. However I recently started using the command line, and I have to say that it's a blast. It's so much fun to learn all these things, and it's quite handy too. I'm running Mac OS 10.5.8 and I want to uninstall an application that I... (5 Replies)
Discussion started by: HoldenCaulfield
5 Replies

3. Solaris

how to uninstall the package help

hi i installed wine1.1.2-sol11-i386.pkg.bz2 but wine doesnt work error err:process:start_wineboot failed to start wineboot, err 1359 how can i uninstall that package and how can i fix that error (2 Replies)
Discussion started by: ect1
2 Replies

4. AIX

uninstall NIM

Hello I have a NIM installation on a production server database. I know that this is not the best. for that I want to uninstall the nim and put on another machine. Im not install this NIM on the production server. My question is only uninstall with smitty and delete the filesystems and... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

5. UNIX for Dummies Questions & Answers

RPM uninstall/install

Running FC5 on a Dell desktop. When I compile a LaTex file, it goes fine but only outlines blank boxes where figs should be. When I send the figs.eps and Tex file to a friend, his compiles and imbeds the fig. in the text of the DVI output using my files without add'nl control cards. I conclude... (1 Reply)
Discussion started by: blann
1 Replies

6. 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

7. Solaris

Uninstall Apache 1.3.37

I have installed apache on solaris 8. May I know how do i uninstall it? :confused: thanks. (1 Reply)
Discussion started by: sagolo
1 Replies

8. BSD

uninstall BootManager

Hi, I have installed FreeBSD in coexistance with windoze...now i want to uninstall it!how can i do that? Is it possible to just format the partition it was on ( problem with this i thing is that BootManager resides on the disk...how to fix this problem?!!!) thank you for help mohamed (8 Replies)
Discussion started by: hmaiida
8 Replies

9. Linux

uninstall xinetd

hey, haha it's me agian, i think that my xinetd is messed up, i am unable to stop it. I can start it though...lol. I just wonderd how can i uninstall it so i can reinstall it...maybe this time it'll work. I'm running RH 7.1 i think. thanks:) (5 Replies)
Discussion started by: byblyk
5 Replies

10. UNIX for Dummies Questions & Answers

how do u uninstall apache

i am running redhat 7.3 how do i unistall apache if i installed from a tarball? really need to know this thanx (8 Replies)
Discussion started by: matt2kjones
8 Replies
Login or Register to Ask a Question