How to install Linux in Ubuntu

Source: Internet
Author: User

Ubuntu:

1. Download the. deb file, download the CD to the. deb file directory, and then use the Dpkg-i xxx.deb Dpkg=debian Packager abbreviation-i=install

2..tar.gz file, Tar-zxvf xxxx.tar.gz extract. tar.gz file, unzip, CD to file directory, and then install according to the situation, there are generally several situations, specific problems specific analysis. For example, the Firefox installation package can be started directly with the./firefox, while some contain configure files that need to be executed./configure command, then enter make, and make install (this is not the case, So I don't know if I can.)

ZXVF z=gzip decompression X=extract v=verbosely f=file

-Z,--gzip,--gunzip,--ungzip filter the archive through gzip

TAR-CF Archive.tar Foo Bar # Create Archive.tar from Files foo and bar. C=creat F=file
TAR-TVF Archive.tar # List All files in Archive.tar verbosely. T stands for List, V for verbosely (verbose) f=file
TAR-XF Archive.tar # Extract all files from Archive.tar. X represents extract F for file

How to install Linux in Ubuntu

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.