*. SH and *. Bin are often downloaded in Ubuntu.SoftwarePackage. When I recently installed springsource, right-click it and start running the terminal directly. After installation, the installation directory cannot be found. Depressed.
Later, run the command to install the SDK. You can select the installation directory as in Windows 7. The following two installation methods are settled:
1. Install the. Sh file:
Run the terminal to the file directory
1. Enter sudo sh *. Sh on the terminal to run the command directly.
2. Enter sudo chmod + x *. Sh on the terminal.
Enter:
Sudo./*. Sh can be installed in any directory.
/*. Sh can be installed in a directory with permissions of the current user.
Ii. binfile Installation Method
Run the terminal to the file directory
Enter sudo chmod + x *. Bin on the terminal.
Enter:
Sudo./*. Bin can be installed in any directory.
./*. Bin can be installed in a directory with permissions of the current user
For example, JDK Installation
Sudo chmod + x *. Bin
/Jdk-6u13-linux-i586.bin
Then follow the installation prompt.
Address: http://www.izhangheng.com/ubuntu-sh-bin-package/