Sponsored Content
Full Discussion: uninstall command
Top Forums UNIX for Dummies Questions & Answers uninstall command Post 1639 by bscottiii on Wednesday 21st of March 2001 09:41:33 AM
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.
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
stl_scp(4)						     Kernel Interfaces Manual							stl_scp(4)

NAME
stl_scp - Subset control program conventions for the setld utility DESCRIPTION
Each software subset that is distributed for the setld(8) command can have an associated subset control program. These programs perform the application-specific management operations that configure the subset into the system. Because subset control programs must be executed during installation to non-native file hierarchies, they must be written in an architecture-neutral language. Because these programs may also be required to run while the system is in the single-user run state, the interpreter must not use shared libraries. The use of /sbin/sh is strongly recommended. As subsets are installed and deleted, they pass through several system management states. Software is in the NEW state immediately after being extracted from the distribution media and verified. Software in this state is exactly as it was prepared for distribution by the software vendor. The subset control program is responsible for placing the software in the PROTOTYPE state at the request of setld. Software in this state is configured for use at a particular site. All of the software remains sharable but has undergone some level of customization. Software becomes runnable on a particular system and ceases to be sharable after it has been placed in the CONFIGURED state by the subset control program, again at the request of setld. Subset control programs are executed by setld to perform specific requested operations. Before executing a subset control program, setld sets the environment variable ACT to an action value. The subset control program is expected to inspect this variable and any command-line arguments to determine which actions to perform. The action values, the command-line arguments, and the behavior that setld expects are as follows: Configure subset The first command-line argument is a configuration message for the subset. The subset control program can interpret this message as it chooses. There are two reserved subset messages: Perform any management operations required to change the subset from the PROTO- TYPE state to the CONFIGURED state. Subset control programs called to perform this action must assume that the /usr file system is write locked and that the currently visible execution context (contents of /dev/kmem and so forth) is the same as that in which the application will execute. Perform any management operations required to change the subset from the CONFIGURED state to the PROTO- TYPE state. The execution environment is identical to that for C, INSTALL. Menu Request The first argument is one of -l or -x and specifies whether the user is installing or extracting software from the media. Determine if the subset is suitable for presentation to the user in the subset selection menu. If the subset is to be presented, the subset control program should return exit status 0. If the subset is not to be presented, the subset control program should return a nonzero status. Prepare for Deletion The subset is about to be deleted from the system. Perform any management operations required to change the subset from the PROTO- TYPE state to the NEW state. A nonzero return status can be returned to indicate that the subset should not be deleted. Prepare for Load The subset is about to be loaded onto the system. Verify that the system is ready for the subset to loaded from the installation media. A nonzero exit status can be returned to indicate that the subset should not be installed. Post Deletion Cleanup The subset control program should perform any management operations required to return the system to the state that it was in prior to installation of the subset. Post Load Configuration The subset has been loaded from the media and is on the system in the NEW state. The subset control program must change the subset from the NEW state to the PROTOTYPE state. Verify Subset The setld utility checks for the existence of the installed subset. If the subset exists, the setld utility verifies the size and checksum information for each file in the subset. If the subset control program includes any V phase processing, it is executed at this time. The setld utility does not execute subset control processing during the installation process. RELATED INFORMATION
setld(8) Guide to Preparing Product Kits delim off stl_scp(4)
All times are GMT -4. The time now is 02:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy