Difference between revisions of "Power Suite Ubuntu x86/Installation"

From ESS-WIKI
Jump to: navigation, search
Line 11: Line 11:
 
== Install ==
 
== Install ==
  
'''Step1.''' Download PowerSuite 2.0.2-rc1 installer “power_suite_installer-2.0.2-rc1.tar.gz” and put it into your device.
+
'''Step1.''' Download PowerSuite 2.0 installer “power_suite_installer-2.0.x.tar.gz” and put it into your device.
  
'''Step2.''' Open a Terminal from Ubuntu applications and change to the path of the file “power_suite_installer-2.0.2-rc1.tar.gz”
+
'''Step2.''' Open a Terminal from Ubuntu applications and change to the path of the file “power_suite_installer-2.0.x.tar.gz”
  
'''Step3.''' Run below command to install PowerSuite 2.0.2-rc1:
+
'''Step3.''' Run below command to install PowerSuite 2.0:
  
  $ tar zxvf power_suite_installer-2.0.2-rc1.tar.gz
+
  $ tar zxvf power_suite_installer-2.0.x.tar.gz
 
  $ chmod +x power_suite_installer.run
 
  $ chmod +x power_suite_installer.run
 
  $ ./power_suite_installer.run
 
  $ ./power_suite_installer.run
Line 24: Line 24:
 
 
 
 
  
== UnInstall ==
+
== Uninstall ==
 +
 
 +
'''Step1.''' Open a Terminal from Ubuntu applications.
 +
 
 +
'''Step2.''' Run below command to uninstall PowerSuite 2.0:
 +
 
 +
$ cd /usr/local/power_suite
 +
$ ./powersuite_uninstall.sh
 +
 
  
 
 
 
 

Revision as of 07:49, 18 March 2024

Requirement

  • Ubuntu 20.04 or 22.04 for Intel x86_64
  • Minimum hard disk space requirement is 64GB

 

 

Install

Step1. Download PowerSuite 2.0 installer “power_suite_installer-2.0.x.tar.gz” and put it into your device.

Step2. Open a Terminal from Ubuntu applications and change to the path of the file “power_suite_installer-2.0.x.tar.gz”

Step3. Run below command to install PowerSuite 2.0:

$ tar zxvf power_suite_installer-2.0.x.tar.gz
$ chmod +x power_suite_installer.run
$ ./power_suite_installer.run


 

Uninstall

Step1. Open a Terminal from Ubuntu applications.

Step2. Run below command to uninstall PowerSuite 2.0:

$ cd /usr/local/power_suite
$ ./powersuite_uninstall.sh