Ubuntu Install H3C INode Client
? Before looking for a lot of methods on the Internet, but also found a lot of installation packages, but because of a variety of problems, and finally did not succeed (because they are too much food). And the school is the Inode, the client can not be installed, only with WiFi, sometimes not too convenient. Later found this method, simple and practical, the original text is not so, I tuned the order. (The original is the 3rd and 4 steps swapped, first said installation, then problems, then explain the problem, then analyze the problem is the lack of dependencies, and then install the dependent package.) According to the original language sometimes installed the dependent package, you have to uninstall the installation of the client reinstall to be able to, so I reversed the order, first install the dependency, then install the client, directly to the original address .
First download client: [Baidu Cloud Disk] (Https://pan.baidu.com/s/1miJSfcW) Password: fs1g
1. Check whether the machine is 64-bit or 32-bit
1 $ dpkg--print-architecture
You can then see the AMD64, which indicates that the current system is 64 bits.
2. Check if 32-bit support is turned on-enter:
1 $ dpkg--print-foreign-architectures
When you see I386, it means that 32-bit support is turned on, and if no i386 is displayed, enter:
1 sudo dpkg--add-architecture i386
Open support for i386, and then enter:
1 sudo apt-get update
Make the update, and then enter:
1 sudo apt-get dist-upgrade
Updating the Support library
3. Install the Compatibility Pack:
1$sudoApt-getInstalllibncurses5:i3862$sudoApt-getInstallLibgtk2.0-0: i3863$sudoApt-getInstalllibpangoxft-1.0-0: i3864$sudoApt-getInstalllibpangox-1.0-0: i3865$sudoApt-getInstalllibxxf86vm1:i3866$sudoApt-getInstalllibsm6:i3867$sudoApt-getInstallLibjpeg62:i386
4.CD to inode decompression directory, install Inode:
1 sudo ./Install. SH
When the installation is complete, enter the following command to start:
1 sudo ./inodeclient. SH
5. Configure the client: After the previous boot, enter the following interface, you can click on the "+" number or in "File" select New
(Tip: When the graphical interface appears, there should be an Inode client icon in the initiator location, right-click to lock to the launcher for later use)
6. According to the situation of their own school configuration, such as my:
Note that the "select NIC", is the choice of network adapter, must choose their own wired Ethernet, do not choose Wireless, do not select the virtual network card, if you do not know the name of each adapter on your computer, you can enter the terminal "Ifconfig" to view (Terminal command, no quotation marks )。
After completing the above information, click "Finish" to complete. Then you can connect.
The inode is locked to the launcher, and you can click the icon to start it later. Also note that this client does not click on "X" as in Windows to be able to run in the background, can not be closed here, or the client will really quit running, can only click the minimized window.
Ubuntu Install H3C INode Client