Signed Repository Launch
2022-12-15 20:52 (by maroujin)

Today, 15th December 2022, we put the signed repository into operation.

The URL is as follows:
https://osdn.net/projects/univalentgnulinux/storage/repo/univalent-stable/x86_64 (Stable Repository)
https://osdn.net/projects/univalentgnulinux/storage/repo/univalent-testing/x86_64 (unstable repository)

The "univalent" repository of unsigned packages will also be in parallel operation for a while, but will be phased out within the next six months. No further updates will be made to the packages in the univalent repository. To avoid problems, follow the steps below to activate the signed repository.

1. Install a key and mirror list for Univalent.

sudo pacman-key --recv-key 048E45A1EC694BCE --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key 048E45A1EC694BCE
sudo pacman -U 'https://osdn.net/projects/univalentgnulinux/storage/repo/univalent-stable/x86_64/univalent-keyring-20221215-1-any.pkg.tar.zst' 'https://osdn.net/projects/univalentgnulinux/storage/repo/univalent-stable/x86_64/univalent-mirrorlist-20221215-2-any.pkg.tar.zst'

2. Inside /etc/pacman.conf...

[univalent]
SigLevel = Optional TrustAll
Server = https://osdn.net/projects/univalentgnulinux/storage/repo/$repo

...is replaced by the following:

[univalent-stable]
Include = /etc/pacman.d/univalent-mirrorlist

If you use "unrival-testing", don't forget this too.

[univalent-testing]
Include = /etc/pacman.d/univalent-mirrorlist

3. FInally, update package databases. sudo pacman -Syyuu

Please do the migration work as soon as possible.

(Countermeasures against for automatic links, there is a space between the repository name and "]", but please delete the space when listing it in the actual file.)

Univalent Versatile Environment project news list