Operating System - HP-UX
1823036 Members
3374 Online
109645 Solutions
New Discussion юеВ

how to remove the installed software

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

how to remove the installed software

Hi

I am new to HP-UX.

I have installed a software "cfg2html-4.3..depot"

Ex:

lndsll03:/homeroot/cfg2html/9-4-2009->swlist -l product | grep -i cfg2html
cfg2html C.04.22.20090128 cfg2html


Now i want to remove this.

what is the correct command with syntax.
16 REPLIES 16
Olivier Masse
Honored Contributor

Re: how to remove the installed software

swremove cfg2html
Mel Burslan
Honored Contributor

Re: how to remove the installed software

unset DISPLAY
swremove

then scroll through the software selection, find and highlight the software to remove and from the top menu (accessible by tab key), select Actions then remove selection.

there is a way to do it from the command line but since you said you are a newbie, this is a safer and easier way to do.

Hope this helps
________________________________
UNIX because I majored in cryptology...
Ganesan R
Honored Contributor

Re: how to remove the installed software

Hi,

man swremove

#swremove cfg2html


or just issure swremove. It will open interactive session. select the the product you want to remove, then goto actions select mark for uninstall and remove it.

#swremove -> for interactive remove
Best wishes,

Ganesh.
Pete Randall
Outstanding Contributor

Re: how to remove the installed software

You can also just use swremove to bring up the interactive tool, then search through the list to find the software you wish to remove. Handy when you want to remove multiple packages.


Pete

Pete
R.K. #
Honored Contributor

Re: how to remove the installed software

Hi Senthil,

For UI interface:
# swremove

Easiest will be using UI interface.
Use swremove and search that software, select it by pressing , and as mentioned go to Action tab and select remove.


Regds,
R.K.
Don't fix what ain't broke
Bijeesh
Respected Contributor

Re: how to remove the installed software

hi
You can use the following.
#swremove cfg2html
Pete Randall
Outstanding Contributor

Re: how to remove the installed software

Sorry, that didn't come out too clearly. I meant to say just use "swremove" without specifying anything further.


Pete

Pete
James R. Ferguson
Acclaimed Contributor

Re: how to remove the installed software

Hi:

You _REALLY_ should do yourself a favor and spend some time reading. As pointed out in one of your earlier threads on the subject of the SD tools, I urge you to look at:

http://docs.hp.com/en/5992-5875/index.html

The above begins with terminolory and concepts.

Regards!

...JRF...
Avinash20
Honored Contributor
Solution

Re: how to remove the installed software

You could use the interactive way via

# swremove -i cfg2html

Choose the software, go to action tab and remove.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
щ╗ЮчЗГ
Valued Contributor

Re: how to remove the installed software

Just type 'swremove', this is a menu driven tool and it's easy to understand and work with this.
Also have a look on http://docs.hp.com/en/B2355-90681/swremove.1M.html

Regards!
Man's mind, once stretched by a new idea, never regains its original dimensions
UVK
Trusted Contributor

Re: how to remove the installed software

If you like GUI go to SAM and choose SD-UX and do it from there..life is easy :)

But if u want a command use
#swremove -i

- uvk
-------------------------------------------
Like it or worked !! Click kudos !!
Suraj K Sankari
Honored Contributor

Re: how to remove the installed software

Hi,
you and directly remove software by giving
#swremove cfg2html or
#swremove -v cfg2html
or
#swremove
it will open swremove screen and it will show you all software which are installed into your system, select the software which you want to remove from your system.

Suraj


yulianto piyut
Valued Contributor

Re: how to remove the installed software

just run:
# swremove cfg2html
Jestin John Chacko
Regular Advisor

Re: how to remove the installed software

As if you are using GUI

goto

1>sam->software management

2>select--> remove local host software

mark the required software

---->select action->remove.

if you want to verify it again goto the first step
select ->view installed software

All the log files generated will be in /var/adm/sw/swremove.log for further verification

you can do the interactive way by
swremove -i
Sajjad Sahir
Honored Contributor

Re: how to remove the installed software


Dear Senthil

swremove is the command to remove installed software
and swinstall is using to install the software

see the man pages for thorough information


thanks and regards

Sajjad Sahir
subodhbagade
Regular Advisor

Re: how to remove the installed software

Hi,

steps:---

(1)Swremove soft name (depot)

(2)/var/adm/sw/products

TO verify the software is removed.

(3)swinstall soft name(depot)

Regards,
Subodh.