Installing the SecoClient in the Linux Operating System
This section describes how to install and uninstall the SecoClient in the Linux operating system.
Installation Precautions
- The SecoClient software installation packages for 32-bit and 64-bit Linux OSs are provided. Select the correct installation package based on your OS.
- The SecoClient 7.0.2 and earlier versions support the following Linux operating system versions: Ubuntu-16.4.04 (32-bit/64-bit) and Ubuntu-14.4.04 (32-bit/64-bit) support the Ubuntu desktop system and server system.
- The SecoClient 7.0.3 and later versions support the following Linux operating system versions: Ubuntu-16.4.04 (64-bit) support the Ubuntu desktop system and server system.
- The SecoClient has no special requirements for software and hardware resources such as memory, hard disk, and CPU resources of the OS.
Installation Method
The procedure for installing the SecoClient in the 32-bit operating system is the same as that in the 64-bit operating system. The following uses the 64-bit operating system as an example.
- Log in to the Linux system using an account that has the root permission.
- When the network connection is successful, open the browser and download the software installation package of the required version.
- If you are an enterprise network user, you can use a registered account to log in to http://support.huawei.com/enterprise, choose , and download the software installation package of the required version.
- If you are a carrier user, you can use a registered account to log in to http://support.huawei.com/carrier, choose , and download the software installation package of the required version.
- Save the downloaded installation package to the main folder (Computer > home > sec).
- Start the Terminal. In the home/sec directory, run the ./installation package name.run command as the root user to install the SecoClient.
root@sec-virtual-machine:~# cd .. root@sec-virtual-machine:/# cd home/sec root@sec-virtual-machine:/home/sec# ./secoclient-linux-64.xx.x.xx.run install.sh uninstall.sh sysconfig.ini qt.conf bak/ component/ config/ driver/
- If the installation succeeds, the following information is displayed.
Starting SecoclientPromoteService daemon: SecoClientPromoteService. *****The program has been install in directory SecoClient of your home Directory!***** *****Enjoy!*****
- Click the SecoClient icon on the desktop to start the program.
Uninstallation Method
- Log in to the Linux system using an account that has the root permission.
- Start the Terminal and access the usr/local/SecoClient directory.
root@sec-virtual-machine:~# cd .. root@sec-virtual-machine:/# cd usr/local/SecoClient/ root@sec-virtual-machine:/usr/local/SecoClient#
- Run the ./ uninstall.sh command as the root user to uninstall the SecoClient.
root@sec-virtual-machine:/usr/local/SecoClient# ./uninstall.sh Stopping SecoClientPromoteService daemon: SecoClientPromoteService. Removing any system startup links for /etc/init.d/SecoClientPromoteService.sh ...