Tencent recently updated LinuxQQ, today I will share with you how to install the latest Linux version of QQ under Centos 8 through a video!
https://www.kucats.com/wp-content/uploads/2019/11/centos.mp4
First switch to root privileges, enter su, and then enter the root password. Linux QQ relies on gtk2.0, please make sure your system has gtk2.0 installed before installing Linux QQ.
# Ubuntu
apt install libgtk2.0-0
# centos
yum install gtk2.x86_64
Then enter the local directory and execute the following command:
cd /usr/local
Then execute:
wget https://qd.myapp.com/myapp/qqteam/linuxQQ/linuxqq_2.0.0-b1-1024_x86_64.rpm
Final installation:
Installation: rpm-ivh linuxqq_2.0.0-b1-1024_x86_64.rpm
Uninstall: rpm-e linuxqq
Recommended Posts