Tencent quietly released Linux QQ, version 2.0 Beta

Download: https://im.qq.com/linuxqq/download.html?mType=Group

Linux QQ currently supports x64 (x86_64, amd64), arm64 (aarch64), mips64 (mips64el) three architectures, each architecture supports Debian system, Red Hat system, Arch Linux system, one or more other releases ( the future may continue to expand). Each release will provide architecture and releases several combinations of support installation package, according to the following rules to choose.

Each installation package shaped like named according to the following format:

1. Select a schema:

Select the appropriate type of compatible architecture (-a can be viewed by uname) x64 (x86_64, amd64), arm64 (aarch64) hardware architecture based on machine you are using, mips64 (mips64el)

2, according to the linux distro you're using selected format:

Extension Installation Package Manager Support Release
.rpm rpm/yum Hat-based (e.g. redhat, fedora, centos)
.deb dpkg/apt debian-based (e.g. debian, ubuntu, Kylin)
.pkg.tar.xz pacman arch-based (e.g. Arch Linux, manjaro)
.sh bash Any supported release of bash

3, here are some of the equipment we tested the system with the corresponding installation package selection for reference:

Equipment System Alternatively the installation package
intel/amd PC, Ubuntu 18.04 *_amd64.deb、*_x86_64.sh
intel/amd PC, Manjaro 18 *_x86_64.pkg.tar.xz、*_x86_64.sh
Godson, Kylin *_mips64el.rpm、*_mips64el.sh
Zhao core, Kylin *_x86_64.rpm、*_x86_64.sh
Soar, Kylin *_arm64.deb、*_arm64.sh

how to install?

Refer to the system installation instructions with the package manager you used to install Linux QQ installation program you choose, note that you need root privileges to complete the installation. In some releases you can complete the installation by double-clicking the file manager installer. Here are some examples 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?

Try using the corresponding method used to uninstall when you install Linux QQ (reference system you used to install the package manager explained). Also you need root privileges to complete the uninstall. Here are some examples:

sudo rpm -e linuxqq
sudo dpkg -r linuxqq

Guess you like

Origin www.oschina.net/news/110817/linux-qq