Linux Study Notes: Install the linux package-general Linux technology-Linux technology and application information. For more information, see the following. 1. Linux installation packages are generally compressed files and need to be decompressed:
.Tar.gz tar zxvf filename
.Tar.bz2 tar yxvf filename
2. There are roughly three installation methods:
1) patch
Patch
2) source code
General installation trilog
Install mysql 5.7.18 and centos5.7.18 using the rpm package in CentOS 7
I have been using MySQL recently. I have installed and written mysql in mysql-Linux using other methods. This time I installed MySQL in rpm format. I tried it and felt that this installation mode was relatively simple.
Uninstall MariaDB
MariaDB is installed on centos7 by default instead of mysql. MariaDB may conflict with mysql, so Mari
The Ubuntu package format is deb. If you want to install the rpm package, use alien to convert the rpm to deb. Sudoapt-getinstallalien # alien is not installed by default, so you must install sudoalienxxxx first. rpm # convert rpm to deb. After the conversion is completed, a xxxx with the same name will be generated. d
Install the Python package with Pip because the website is often blocked by the wall, you can install the Python package using the PIP image.
Several PyPI mirror addresses
pypi.python.orgPypi.douban.comPypi.hustunique.comPypi.gocept.compypi.tuna.tsinghua.edu.cn
Pip Image Installation Method
General PIP installation
This article references:http://www.linuxfromscratch.org/lfs/view/7.10-rc1/chapter05/generalinstructions.htmlProcess:1. Download and unzip the source package2. Run: Configure3. Compiling: Make4. Install: Make installThere is a principle to be aware of when compiling: do not execute directly in the unpacked package./configure, make, make install command, you need t
Deb is the Debian Linus installation format, similar to Red Hat rpm, the main installation command is:dpkg-i file.debDpkg is a shorthand for the Debian package, a suite management system specifically developed for Debian, which facilitates the installation, updating and removal of software. All Linux distributions originating from Debian use dpkg, such as Ubuntu, Knoppix, and so on.Here are some common ways to use Dpkg:1. Dpkg-i
Deb is the Debian Linus installation format, very similar to Red Hat rpm, the most basic installation command is:dpkg-i file.deb Dpkg is a shorthand for the Debian package, a suite management system specifically developed for Debian, which facilitates the installation, updating and removal of software. All Linux distributions originating from Debian use dpkg, such as Ubuntu, Knoppix, and so on.Here are some common uses of Dpkg: 1. Dpkg-i
Install bind9 from the source code package
Isc bind is the specific implementation of DNS in UNIX and Linux. BIND 9 is a new generation version that re-compiles most bind Structure Code. The main features of BIND 9 include:
DNS SecurityDNSSEC (signed zones)TSIG (signed DNS requests)
IPv6Answers DNS queries on IPv6 SocketsIPv6 resource records (dname, etc .)Experimental IPv6 resolver library
New DNS Prot
Install Nginx in the Linux tar package
Install Nginx in the Linux tar package
1. First install the dependency package (there are a lot of dependency packages. We use yum to install them
Deb is the Debian Linus installation format, very similar to Red Hat rpm, the most basic installation command is: Dpkg-i file.debDpkg is a shorthand for the Debian package, a suite management system specifically developed for Debian, which facilitates the installation, updating and removal of software. All Linux distributions originating from Debian use dpkg, such as Ubuntu, Knoppix, and so on.Here are some common uses of Dpkg:1. Dpkg-i
This is a creation in
Article, where the information may have evolved or changed.
Mac OS X1. Install via homebrewn:
Brew Install Pkgconfigbrew Install Sqlite3
2. Install via port:
sudo port pkgconfigsudo Port install Sqlite3
3. If you encounter Pkg_config_path related
When installing MySQL, how can I select the installation package to install MySQL in Windows? three MySQL 5.1 installation packages are available:
? Basic installation: The installation package has a file name similar to a mysql-essential-5.1.2-alpha-win32.msi that contains the minimal file required to install MySQL
Due to work requirements, we often need to build the environment in linux. I chose to install VirtualBox in win7 and then install RedHat5.4 in VirtualBox. To enable the virtual machine to automatically adjust the display size and use the data space to share files with the host system, the enhanced package, VBOXAdditions, must be installed in RedHat. OK. Let's sta
Install the smplayer package in linux-general Linux technology-Linux technology and application information. For more information, see. I installed mplayer two days ago. I tried to install a front-end and finally decided to install smplayer on the Internet. At first, I couldn't ins
mac installation Brew Homebrew Brew Full name Homebrew is the package management tool on Mac OSXHomebrew installation and uninstallation tools can be done with one line of commandofficial address: http://brew.sh/index.htmlmac comes with RubyOpen command line terminalinput:Ruby-version1) Installation commandRuby-e "$ (curl-fssl https://raw.github.com/Homebrew/homebrew/go/install)"If you have installed the fo
Sublime Text 3 installed friends may still be excited curiosity, suddenly found sublime text 3 The most basic plug-in package control with the original method is not installed.
Because the sublime text 3 updated Python functions, white is the API is different, resulting in Python-based plug-ins are not working, the author of the package control Wbond in the blog to update the explanation, need to
This article link: http://blog.csdn.net/kongxx/article/details/44003721
With the previous two blogs, we can already use spacewalk to install the system, but in real-world scenarios we often need to manage packages through spacewalk, such as installing, upgrading, and removing packages, so let's take a look at how to implement these features through spacewalk.Installing packagesAccess Systems-> Systems-> selected machines-> Software-> Packages->* In th
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.