TBLinux:How to remove old package

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with 'This article will explain how to remove old package for all host, including TBLinux <br> #Log into the web portal #Select "Packages" #Delete the old package #SSH into TBLi…')
 
Line 2: Line 2:
  
 
<br>  
 
<br>  
 +
 +
== Removing package entries from web portal ==
  
 
#Log into the web portal  
 
#Log into the web portal  
 
#Select "Packages"  
 
#Select "Packages"  
 
#Delete the old package  
 
#Delete the old package  
#SSH into TBLinux  
+
 
#Go to the package directory (cd /lib/tb/toolpack/pkg/)
+
== Removing package folders ==
#Remove the old package (e.g. rm -rf 2.4.0)
+
 
#Erase the installer
+
'''SSH into TBLinux '''
 +
 
 +
<br>
 +
 
 +
'''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

Revision as of 06:09, 19 February 2010

This article will explain how to remove old package for all host, including TBLinux


Removing package entries from web portal

  1. Log into the web portal
  2. Select "Packages"
  3. 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

Personal tools