Automatic removal of packages with dependencies
Good stuff for automation, if you want to remove packages on remote system with all it's dependencies, without interaction.
On RHEL:
yum remove --disablerepo=* -y
for eg: yum remove firefox --disablerepo=* -y
On Solaris:
yes | pkgrm
for eg: yes | pkgrm SUNWjunk
On AIX:
installp -u -g
for eg: installp -u -g gskta
On RHEL:
yum remove
for eg: yum remove firefox --disablerepo=* -y
On Solaris:
yes | pkgrm
for eg: yes | pkgrm SUNWjunk
On AIX:
installp -u -g
for eg: installp -u -g gskta
Labels: automatic package removal with dependency, Linux, RHEL, Solaris
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home