Install various Ubuntu Software

Source: Internet
Author: User

You can use apt-get to install common software such as G ++ and deadbeef.

 
1 SudoApt-GetInstallXxx

 

There are also a lot of download and search directly in the Software Center


For software that needs to be compiled and re-run to download the source code
Decompress it with gunzip and tar.
Next is the three classic steps

 
1./Configure2 Make3 Sudo Make Install

 

Some software that directly has executable files after decompression, such as Eclipse

You only need to copy the decompressed folder to a location and create a shortcut for the executable file.


Run files, such as QT files downloaded from the official website
Double-click the run file to bring up an error. Later, it was found that it was a permission issue and the execution permission needs to be added to it.

 
1 Sudo Chmod 755Xxx. Run

 

Bundle files, such as VMware files downloaded online
By default, the bundle file is opened using gedit, but the content in the bundle file cannot be loaded when it is opened. You should use sh to run the script file.

 
1 Sudo ShXxx. Bundle

 

Deb File
Double-click to install the SDK on the Software Center.

Install various Ubuntu Software

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.