deepin git version

This repository only provides the git version of deepin. You can replace the deepin group in the community by installing the deepin-git group.

The PKGBUILD for all packages are there https://github.com/justforlxz/deepin-git-repo, Each branch saves the corresponding software.

Before adding this repository, you should first add the key used to sign the packages in it. You can do this by running the following commands:

1
2
wget -qO - https://packages.justforlxz.com/deepingit.asc \
| sudo pacman-key --add -

It is recommended that you now fingerprint it by running

1
sudo pacman-key --finger DCAF15B4605D5BEB

and in a final step, you have to locally sign the key to trust it via

1
sudo pacman-key --lsign-key DCAF15B4605D5BEB

More infos on this process can be found at https://wiki.archlinux.org/index.php/Pacman/Package_signing#Adding_unofficial_keys. You can now add the repository by editing /etc/pacman.conf and adding

1
2
[deepingit]
Server = https://packages.justforlxz.com/

at the end of the file. See https://wiki.archlinux.org/index.php/Pacman#Repositories_and_mirrors for details.

to install deepin git version:

1
sudo pacman -Syy deepin-git

If you don’t want to use the repository anymore, you can uninstall deepin git, or install the deepin group in Community.

1
sudo pacman -Rscn deepin-git

to install deepin group for community.

1
sudo pacman -S deepin

deepin git version
https://blog.justforlxz.com/2020/09/06/deepin-git-version/
作者
小竹
发布于
2020年9月6日
许可协议