Home > Article > Operation and Maintenance > Can qq be used in linux operating system?
Linux operating system can use qq. The method of installing and using qq is: 1. Check your system architecture and version through the "uname -a" command; 2. On the linuxqq download page, select the installation package according to the system version ; 3. Install "gtk2.0" through "sudo apt install libgtk2.0-0"; 4. Install linuxqq through "sudo apt install -y" command.
The operating environment of this tutorial: linux5.9.8 system, linuxqq 1.0.1, Dell G3 computer.
Can I use qq on Linux operating system?
able.
How to install QQ under Linux:
uname -a to check your system architecture and version
x64 (x86_64, amd64), arm64 (aarch64), mips64 (mips64el)
sudo apt install libgtk2.0-0 # Ubuntusudo yum install gtk2. x86_64 # centos
sudo ./linuxqq_1.0.1-b1-100_x86_64.shsudo rpm -ivh linuxqq_1.0.1-b1-100_mips64el.rpm
sudo dpkg -i linuxqq_1.0.1-b1-100_armhf.deb
sudo apt install -y /path/to/linuxqq_1.0.1-b1-100_amd64. deb
sudo pacman -U linuxqq_1.0.1-ci-94_x86_64.pkg.tar.xz
sudo rpm -e linuxqqsudo dpkg -r linuxqq
The above is the detailed content of Can qq be used in linux operating system?. For more information, please follow other related articles on the PHP Chinese website!