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:
wget -qO - https://packages.justforlxz.com/deepingit.asc \ |
It is recommended that you now fingerprint it by running
sudo pacman-key --finger DCAF15B4605D5BEB |
and in a final step, you have to locally sign the key to trust it via
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
[deepingit] |
at the end of the file. See https://wiki.archlinux.org/index.php/Pacman#Repositories_and_mirrors for details.
to install deepin git version:
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.
sudo pacman -Rscn deepin-git |
to install deepin group for community.
sudo pacman -S deepin |