Operating System - HP-UX
1752750 Members
5451 Online
108789 Solutions
New Discussion юеВ

Re: Remove deleted software (not swreg'd) from the swinstall GUI SW list

 
SOLVED
Go to solution
Paul F. Bennett
Advisor

Remove deleted software (not swreg'd) from the swinstall GUI SW list

When I launch the swinstall GUI and select the тАШSource Host NameтАжтАЩ (my software depot server) and then select the тАШSource Depot PathтАжтАЩ, IтАЩm presented with a list of software/patches that should be available for install; however, much of the software listed has been deleted from the server but not unregistered. Because of this software is still listed but no really available. How can I clean up that swinstall GUI list of all the software that is no longer available?
5 REPLIES 5
Dennis Handly
Acclaimed Contributor
Solution

Re: Remove deleted software (not swreg'd) from the swinstall GUI SW list

Use: swreg -l depot -u depot-path ...
Deepak Kr
Respected Contributor

Re: Remove deleted software (not swreg'd) from the swinstall GUI SW list

List the registered depot using:

#swlist -l depot
and then unregister the required ones using

# swlist -l depot -u depotname

depotname you can pick from above command.


"There is always some scope for improvement"
Matt Hearn
Regular Advisor

Re: Remove deleted software (not swreg'd) from the swinstall GUI SW list

That should be swreg, not swlist, for the actual removal command:

# swreg -l depot -u depotname
Tim Nelson
Honored Contributor

Re: Remove deleted software (not swreg'd) from the swinstall GUI SW list

And for the future, if you use swremove -d to cleanup / remove respositories there would be no need for this external cleanup.



Sandeep_Chaudhary
Trusted Contributor

Re: Remove deleted software (not swreg'd) from the swinstall GUI SW list

# swreg -l depot -u depotname