TBLinux:How to remove old package: Difference between revisions
Bronzechan (talk | contribs) No edit summary |
|||
| Line 20: | Line 20: | ||
rm -rf 2.4.0 | rm -rf 2.4.0 | ||
== Erase the installer == | == Erase the installer == | ||
Erase the installer | Erase the installer file TBToolpack*. For example: <br> | ||
<pre>rm /root/Toolpack_Installer/TBToolpack-2.4.0-Linux-centos5-x86-Install </pre> | |||
<br> | |||
Latest revision as of 11:15, 5 April 2010
This article will explain how to remove old package for all host, including TBLinux
Removing package entries from web portal
- Log into the web portal
- Select "Packages"
- Delete the old package
Removing package folders
SSH into TBLinux
Go to the package directory
cd /lib/tb/toolpack/pkg/
Remove the old package
rm -rf 2.4.0
Erase the installer
Erase the installer file TBToolpack*. For example:
rm /root/Toolpack_Installer/TBToolpack-2.4.0-Linux-centos5-x86-Install