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

From ESS-WIKI
Jump to: navigation, search
Line 9: Line 9:
 
 
 
 
  
== Installation ==
+
== 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.2-rc1 installer “power_suite_installer-2.0.2-rc1.tar.gz” and put it into your device.
Line 20: Line 20:
 
  $ chmod +x power_suite_installer.run
 
  $ chmod +x power_suite_installer.run
 
  $ ./power_suite_installer.run
 
  $ ./power_suite_installer.run
 +
 +
 +
 
 +
 +
== UnInstall ==
 +
 +
 

Revision as of 06:12, 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.2-rc1 installer “power_suite_installer-2.0.2-rc1.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”

Step3. Run below command to install PowerSuite 2.0.2-rc1:

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


 

UnInstall