Install QQ for Linux on Ubuntu20.04

Note: You need to install wine before installing qq, you can try the following two codes:

sudo apt install wine

or

sudo  apt install wine64

1. Go to QQ official website to download the installation package

ubuntu20.04 can download .deb format files. As for which type of architecture, you can use the following command to view, the x64 architecture system will display x86_64.

uname -a

2. Use the following command to start the installation

/**The name of the deb file that follows may be different due to the different versions of the downloaded installation package**/

sudo dpkg -i linuxqq_2.0.0-b2-1082_amd64.deb

3. Open QQ, scan the code and log in with your mobile phone

I'm done here

One thing to say, this QQ for Linux interface is really a model of minimalism...

Fourth, uninstall QQ

The command to uninstall QQ corresponding to the 64-bit ubuntu I installed should be the following:

sudo dpkg -r linuxqq

Note: This linuxqq is the name of the application, this command does not need to be changed, just use it directly (at least the version of ubuntu20.04+QQ2.0.0 is like this)

Guess you like

Origin blog.csdn.net/digitalkee/article/details/112920497