![]() |
|
|
|
|
|||||||
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sed remove | jamwong | Shell Programming and Scripting | 6 | 04-11-2008 01:26 PM |
| URGENT,URGENT- Need help tape drive installation | sriny | UNIX for Advanced & Expert Users | 3 | 11-16-2006 11:43 AM |
| URGENT---URGENT--No OK PROMPt after RSC CONFIG | sriny | SUN Solaris | 7 | 10-29-2006 07:06 AM |
| help me to remove the whitespaces between the lines ...urgent | kumar1 | Shell Programming and Scripting | 5 | 10-10-2005 05:51 AM |
| smitty, remove user, remove directory as well.. | yls177 | UNIX for Dummies Questions & Answers | 2 | 11-10-2002 10:43 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to remove a pkg ,urgent!!
HI all,
I would like to know, how we can remove a package? I know that pkgrm will do the job ,but specifying the right kinda package is important.. And i dont know how to figure that one out? Eg:if i have installed a pkg called virtualbox, If i do, pkgrm SUNWvirtualbox ,it says "no such file or directory".. so how do i figure out the where that particluar package is ? Also it would be great if you could specify the PATH to the pkg!!! This is kinda urgent,pls assist(AM using solaris b83) Regards!!! Wrapster |
| Forum Sponsor | ||
|
|
|
|||
|
Try doing this to find out the name of the package:
# pkginfo -l | grep -i "box". Be sure to do the next step to confirm this is the right package: # pkginfo -l <pkg-name from above> or if you know the name of any binary command that came with this package, (one of the 2 pkgchks below needs a full pathname to the binary/filename that you want to check -- I don't remember whether it's the "P" or the "p". Check that before using these commands.) # pkgchk -l -P <cmd-name or filename> or # pkgchk -l -p <cmd-name or filename> or you can find out which package a command/file belongs to by grep'ing for it in /var/sadm/install/contents. |
| Thread Tools | |
| Display Modes | |
|
|