Install QQ in Ubuntu

When installing QQ in the Ubuntu system, there may be problems such as downloading the QQ version incorrectly, and the compressed package cannot be installed. Here is how to install QQ.

Operation steps: check the Ubuntu version -> download the corresponding QQ version -> install gdebi -> install QQ

1. Check the type of your own Ubuntu system

uname -a

My system is X86_64 type, download the deb installation package corresponding to the X86 version 

2. Install gdebi to install QQ (other applications can also be used)

Open the terminal with the right mouse button in the folder corresponding to the installation package, and enter the following command line to install gdebi

sudo apt install gdebi

After installing gdebi, right-click to select the QQ installation package, select Rename to copy the compressed package (including the deb suffix), and enter in the command line

sudo gdebi "package name"

After the installation is complete, you can find QQ in the nine dots in the lower left corner, and right-click the QQ icon to add it to common applications.

 

PS If you find that sudo apt cannot be used normally during the installation process, it may be a mirror station configuration problem, you can refer to:

Ubuntu system configuration mirror station

Guess you like

Origin blog.csdn.net/m0_64206188/article/details/131699864