ubuntu系统使用Linux版原生微信
背景
既想用ubuntu操作系统,又同时想使用微信,但是ubuntu默认的应用商店是不支持安装微信的
解决
本电脑安装的当前最新版本的ubuntu系统24.04.1TLS操作系统
使用终端命令行安装铜豌豆软件源。注意需要用到sudo权限。需要切换到root用户(sudo su)
wget -c -O atzlinux-v12-archive-keyring_lastest_all.deb https://www.atzlinux.com/atzlinux/pool/main/a/atzlinux-archive-keyring/atzlinux-v12-archive-keyring_lastest_all.deb
sudo apt -y install ./atzlinux-v12-archive-keyring_lastest_all.deb
使用终端命令行安装微信原生版本。注意需要用到sudo权限。
sudo apt update
sudo cp /etc/lsb-release /etc/lsb-release.Ubuntu
sudo apt -y install electronic-wechat-icons-atzlinux
sudo apt -y install com.tencent.wechat
sudo cp /etc/lsb-release /etc/lsb-release.wechat