Beginner Manjaro

Recently, I saw some friends using the Manjaro system, and I felt that this system was pretty good, so I also installed Manjaro, let’s learn! ! ! !

Manjaro download address: https://manjaro.org/download/

There are 3 Manjaro systems. After searching the results on Baidu, I chose the KDE version according to my own situation (by Baidu)

Installation method ( https://www.jianshu.com/p/21c39bc4dd31   found on Baidu.  Note: choose no free for dual graphics card drivers )

Screenshot of my installation

 

Configuration

1. Set the official mirror source

Ctrl+Alt+T enter the console

Input: sudo pacman-mirrors -i -c China -m rank #This command will index out all source addresses

I chose the source of Tsinghua and the University of Science and Technology of China (it is recommended to choose the source of USTC)

Use: sudo vi /etc/pacman.conf command

Use the Insert key to modify `/etc/pacman.conf` and add the source of the University of Science and Technology in the last line:
[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch 

Install archlinuxcn signature key: sudo pacman -S archlinuxcn-keyring

Synchronize the software library and update the system to the latest state: sudo pacman -Syy

install software

1. Install the software

sudo pacman -S yaourt

2.WPS

sudo pacman -S wps-office

sudo pacman -S ttf-wps-fonts

3. Install the compiler vim

sudo pacman -S vim

4. Google Chrome

sudo pacman -S google-chrome

5. Screenshot tool

sudo pacman -S deepin-screenshot

6. Install TIM

sudo pacman -S deepin-wine-tim

7. Install WeChat

pacman -S electronic-wechat 

8. NetEase Cloud Music

sudo pacman -S netease-cloud-music

 

Guess you like

Origin blog.csdn.net/qq_45533841/article/details/112167616