Home>Article>Operation and Maintenance> Can qq be installed on centos?
centos can install qq; installation method: 1. Enter the qq official website, find the "QQ for linux" download package, and select the "rpm" format to download; 2. Import the rpm package into the centos system; 3. Use the "rmp -ivh qq rpm package file" command to install it.
The operating environment of this article: centos 7 system, Dell G3 computer.
1. Select the Linux version on the official website, namely [QQ for Linux]; and select the x64 architecture rpm package to download.
2. Import the downloaded rpm package into the centos operating system (you can also download it directly in the centos operating system)
3 , execute the following command to install
rmp -ivh linuxqq_2.0.0-b2-1082_x86_64.rpm
-i: used to install the specified rpm software package
-v: display more detailed information
-h: Show progress with
# Recommended tutorial: "centos tutorial"
The above is the detailed content of Can qq be installed on centos?. For more information, please follow other related articles on the PHP Chinese website!