-become the root user;3. directory where cd soft.tar.bz2 is located;4. tar-xjvf soft.tar.bz2 // a soft directory is usually generated.5. cd soft6../configure7. make8. make install5. apt installation:1. Open a terminal and su-become the root user;2. apt-cache search soft Note: soft is the name or related information of the software you are looking.3. If software s
Linux software package. common formats include rpm, deb, tar, gz, tgz, zip, and bz2. Almost every linux software provides a tar-format software package, because any version of the software package in this format is supported by linux, so you should at least understand how to use tar and rpm. Deb can be converted to tgz
.? The Tarball file with bzip2 and XZ is compressed with the extension *.tar.bz2, *.tar.xz.? Recently due to bzip2 and XZ compression ratio is better, so tarball gradually with bzip2 and XZ compression technology to replace Gzip.The files in the Tarball package are usually:? source code files;? Detection program file (may be configure or config file name);? Simple instructions and installation instructions for the
Temporary files generated during software installation
When installing many software, first extract the installation file to a temporary directory (usually the temp directory under the Windows folder), such as WinZip and other tools, and then install them.
If the software de
Note: The main introduction WinDOS system installs the latest version of the Pycharm software. System/SoftwareOperating system: Windows 10 64-bitSoftware version: pycharm-professional-2017.3.4Steps1. Download Pycharm software Professional version from Pycharm official website:Website: http://www.jetbrains.com/pycharm/2. Download the latest version of the Pycharm softwar
Tags: work reg awk Choose whether to uniformly unified query simple ValThe "four" installation principle of software in Linux system is detailed: Source package installation, RPM binary installation, yum online installation, script insta
Centos software installation methods: rpm and yum
Centos software installation can be divided into two types:
[Centos] RPM file installation, using the RPM Command similar to the [Ubuntu] Deb File Installation, using the dpkg Comm
1. Install the source code package
Gzip-d apache_1.3.20.tar.gz (extract)
Tar xvf apache_1.3.20.tar (unpack)
Cd apache_1.3.20
./Configure (configuration) ----./configure -- help (view configure options)
Make (Compilation)
Make install (installation)
Make clean (uninstall)
Note: typical source code packages can be installed in this way, but not all of them, such as webmin.Execute./setup. sh in the directory to enter interactive configuration installati
Original
1. Software Installation and uninstallation:
A:RPM package. This kind of software package is just like the windows EXE Installation File. Various files have been compiled and packaged, And the folder to which the files should be put has been specified, which is very convenient for
Here are two scenarios: Binary package and source code package.First, Linux BinaryInstallation and uninstallation of distribution packagesBinary distribution of Linux software refers to the release form of a pre-compiled binary form of the package, the advantage is that the installation is easy to use, the disadvantage is the lack of flexibility, if the package is compiled for a specific hardware/operating
The installation and uninstallation of Linux software has been a puzzle for many beginners. Because Linux and windows in the system directory structure, system configuration, and many other aspects of the significant differences, so that the two software loading and unloading method is very different. Using Add/Remove Programs in Control Panel in Windows, like th
/, we query whether there is a need for software upgrade, version of the comparison is derived from this database. RPM installation Software The biggest problem is the software dependency property problem, if the associated software is not installed, then the
There are three main methods for installing software in Linux: source code installation, manual compilation, and RPM package (RedHat Linux packet manager ), the RPM command can be used for installation. Another method is the *. binfile, which is similar to the installation process in windows. Here we will not introduce
Linux software installation and management program
In this article, we will take a look at the software installation and Installation Package Types in Linux, and how to configure and use the local YUM source. [Here we still use the Red Hat Enterprise Linux Server release 6.4
Simply an operating system is no way to meet our needs, so we need to install a variety of software to meet our daily work, life needs. In general, there are two common ways to install Linux, with CentOS as an example:1. Installing software from source codeCompiling the software source code is suitable for all software
1. What is a package?A package is the product of packaging applications, configuration files, and management data.2. There are two basic package management tools commonly used under Linux: Dpkg Tools and RPM tools. Corresponds to two different formats of the package, the. deb format and the. rpm format. The Dpkg package tool is mainly used for both Debian and Ubuntu releases. The RPM tool is used for most Linux distributions, such as Red Hat, openSUSE, and so on.3, the use of dpkg and RPM tools
There are too many options for installing commands on Linux, so it's easy to find them later.Summary:INSTALL:RPM-IVH Package Full Name installationUPGRADE:RPM-UVH Package Full Name upgradeERASE:RPM-E Package Name RemovalSearch RPM:RPM-Q Package Name Query package is installedRpm-qa query all installed RPM packagesRPM-QI Package Name query installed RPM informationRPM-QIP Package Name query for non-installed RPM informationRPM-QL package name to see where RPM is installedRPM-QLP package name see
There are two different forms of software installation under Linux. The first installation file name is xxx.tar.gz; another installation file name is xxx.i386.rpm. Software distributed in the first way is mostly sent in the form of source code, and the second is sent directl
Centos software installation can be divided into two types:
[Centos] rpm file installation, using the rpm Command similar to the [ubuntu] deb File Installation, using the dpkg Command [centos] yum installation similar to the [ubuntu] apt-get
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.