QQ-Linux ubuntu 18.04 installation tutorial

how to install?

Please refer to the operating instructions of the system installation package manager you are using to install the Linux QQ installer of your choice. Note that you need root permissions to complete the installation. In some distributions, you can double-click the installer in the file manager to complete the installation. Here are some examples of using the command line to install:

sudo ./linuxqq_1.0.1-b1-100_x86_64.sh

sudo 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

 

How to uninstall?

Please try to use the corresponding method you used to uninstall Linux QQ (refer to the instructions of the system installation package manager you are using). Root permission is also required to complete the uninstallation. Here are some examples:

sudo rpm -e linuxqq

sudo dpkg -r linuxqq

 

Guess you like

Origin www.cnblogs.com/WLCYSYS/p/12748948.html