zhaoJian's Tech Notes

Manjaro Linux (KDE Plasma) Daily Use and Common Software Installation

Technology ~3729 words · 10 min read - views

Because ThinkBook 16+ uses AMD Ryzen 6000 series CPU, keyboard malfunction occurs under Linux Kernel 6, showing continuous keypresses or freezing after pressing keys. Also installing Debian and derivatives causes boot errors, which is inconvenient for scenarios like mine with frequent system switching, so I temporarily switched to Manjaro Linux.

Manjaro Linux (KDE Plasma) Daily Use and Common Software Installation

System environment: Version: Manjaro Linux (Kernel 6.1.11) Desktop environment: KDE Plasma 5.26.5

Manjaro Linux (KDE Plasma) Daily Use and Common Software Installation

Common software: Chrome Beta Visual Studio Code Remmina FileZilla DBeaver VMware Workstation 17 Pro Joplin XMind WPS Office WeChat QQ/TIM Sogou Input Method Dr.Web Beta Motrix easystroke (Linux Mouse Gestures)

Date: 2023-02

My software selection principles Channel preference: System software center (Pamac) > Official website > Third-party websites Software preference: Cross-platform > Open source > Free > Cracked > Paid Version preference: Beta > Stable

After Manjaro Linux installation, first connect to network using mobile hotspot (USB connection), then download and install wireless network card driver, ThinkBook 16+ Linux Wireless Network Card Driver. If GitHub is inaccessible or slow in China, please use GitHub China Mirror. Common software can be installed using system’s built-in Pamac package manager (convenient for editing and replacing when some addresses are inaccessible), or install via terminal.

Manjaro Linux install yay package manager

$ sudo pacman -S yay

ThinkBook 16+ Linux wireless network card driver

$ sudo pacman -S linux-headers
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install

Chrome Beta

$ yay -S google-chrome-beta

Visual Studio Code

$ yay -S visual-studio-code-bin

Remmina

$ yay -S remmina-git

FileZilla

$ yay -S filezilla

Dbeaver

$ yay -S dbeaver

VMware Workstation 17 Pro keys MC60H-DWHD5-H80U9-6V85M-8280D

$ sudo chmod +x VMware-Workstation-Full-17.0.0-20800274.x86_64.bundle
$ sudo ./VMware-Workstation-Full-17.0.0-20800274.x86_64.bundle

Joplin

$ yay -S joplin-beta-appimage

XMind

$ yay -S xmind

WPS Office

$ yay -S wps-office

WeChat

$ yay -S wechat-uos

QQ/TIM

$ yay -S linuxqq

Sogou Input Method

$ yay -S fcitx-sogoupinyin

Dr.Web Linux version key Dr.Web Linux version can use Dr.Web Linux beta version key for free authorization

$ sudo chmod +x drweb-11.1.3-av-linux-amd64.run
$ sudo ./drweb-11.1.3-av-linux-amd64.run

Motrix

$ yay -S motrix-appimage

easystroke (Linux Mouse Gestures)

$ yay -S easystroke

Some software encountered issues during installation, or needs cracking, will update when time permits

Share:

Comments