Do you still insist on using the Linux operating system. If you are an old Linux user. Linux fans in China are growing, and enterprises that use Linux have grown significantly. Today I will talk about common methods for installing Linux software. I hope you will remember the common methods for installing Linux software.
I. Software
The installation and uninstallation of Linux software has been a challenge for many new users. In Windows, we can use the security loading program that comes with the software or Add/Remove Programs in Control Panel. Similar to Linux, there is a powerful software loading and unloading tool called RPM. It can be used to
From: http://www.x-beta.cn/linux/ubuntu_software_tutorial_0766.html
Users who have just started using Ubuntu often have this problem. What should I do if I want to install new software ?. Where is the EXE file? How does the software have so many formats? Rpmpacket, What Is .tar.gz? Why can't I install it? And so on. indeed, you only need to double-click the Installation
One or two in-system distribution (binary package in *.rpm form, *.tar.gz/*.tgz, *.bz2 binary package)
(i), *.rpm form of binary packages
Installation: Rpm–ivh packagename.rpm
Uninstall: Rpm-e PackageName
(ii), *.tar.gz/*.tgz, *.bz2 form of binary packages
Installation: Tar zxvf *.tar.gz or tar yxvf *.bz2
Uninstalling: Deleting manually
Description: *.tar.gz/*.bz2 form of the binary package is the use of th
Source PackageScript installation PackageBinary Package (Rpmpackage, system default package)2, source packageThe advantage of the source package is1, open Source, if you have enough power, you can modify the source code2, you are free to choose the functions you need3, the software is compiled and installed, so it is more suitable for your own system, more stable and more efficient4, easy to uninstallthe sh
Linux software installation methods
To give full play to the role of a computer, you must have a large number of applications to complete different tasks. Install various applications in Windows
You must be familiar with the ideas and methods.
However, when using Linux, it will always be plagued by the following issues that are not a problem:
How to install the application
Reference: http://zhoulifa.bokee.com/5444771.html
Summary of software installation methods in Linux:
1. Steps for installing the RPM package:1. Find the corresponding software package, such as soft. version. rpm, and download it to a local directory;2. Open a terminal and Su-become the root user;3. directory where CD soft. version. rpm is located;4. Input rpm-IV
Centos software installation can be roughly divided into two types: [centos] rpm file installation, using the rpm command similar to the [ubuntu] deb file installation, run the dpkg command [centos] yum to install an rpm command similar to [ubuntu] apt-get to install rpm (I) to query the system for installing installed
1.linux Software Installation methods, commonly used are:1) Dpkg:debian Linux community developed, use of Linux version has, B2f,ubuntu, etc.2) RPM: Originally developed by Red Hat Company, the use of the version has Fedora,centos,suse and so on.2.RPM (RedHat Package Manager): is a database record way to install the software you need into a set of management mech
installation and uninstall commands for software in Linux
The installation and uninstall of Linux software has always been a puzzle for many beginners. Because Linux and windows in the system directory structure, system configuration and many other aspects of the major differences, so that the two
For Windows users, software installation does not have much knowledge. If you keep going to next or change the path, the software will be installed. But it's not that easy in Linux. There are three main methods for installing software in Linux: rpm (RedHat series), dpkg (Debian series), yum (RedHat series), APT (Debian
We mentioned earlier that software on Linux can be installed by using the Tarball method, but it is too troublesome to download, compile, and install the software every time? Is there a class amp; 20284; in windows, if the vendor compiles the software, we can directly install the software? The answer is yes.
We mentio
Ubuntu some basic software installation methods
First of all, there are several ways to install Ubuntu software:1. How to install the Deb packageDeb is the Debian Linux package management method, Ubuntu is a Linux distribution of the Debian department, theThis software
A brief introduction to Linux software installation: For Windows users, software installation is really not knowledgeable. the software will be installed after "Next" or "change path. But it's not that easy in Linux. There are three main methods for installing
1. Comparison: Installation and uninstallation of software on Windows and LinuxJust like under Windows, many of the software also has the same installation version as the free-to-install version, which is also different under Linux.Installation software under Windows require
I. Package installation commandsInstall software in. bin format./test. bin (run)Install software in the. deb format (install to the specified directory) dpkg-I aa. deb-instdir = DirectoryApt-get install online software installation such as apt-get install vsftpdDpkg-r aa. de
Linux software installation and uninstallation summary Linux software installation has different installation methods due to different Linux branches. Several common installation methods are introduced. 1. for Linux systems with t
Linux Learning Record 5 (software installation and upgrade) and linux record
I. gcc
Gcc is the most standard C language compiler on Linux, used for source code compilation links.Gcc-c hello. c compilation generates the target file hello. ogcc-O hello. c compilation generates the target file and optimizes gcc-o hello. c generates the executable binary file hello. disadvantage: Command redundancy. If a C-lang
Linux Operations Phase II (iii) Software installation1. Classification: Source package, binary packageSOURCE package: Excellent (open source, have the ability to modify the source code, can freely choose the required functions, compile and install, more suitable for their own system, stable and efficient, easy to uninstall); Lack of installation steps, especially the large
We mentioned earlier that software on Linux can be installed by using the Tarball method, but it is too troublesome to download, compile, and install the software every time? Is there any vendor that compiles the software like windows? Can we install the software directly? The answer is yes. This is what we will talk a
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.