Artix Linux Forum

Artix Linux => Package management => Topic started by: kbk on 27 December 2021, 15:03:04

Title: [SOLVED] universe repository problem
Post by: kbk on 27 December 2021, 15:03:04
I added [universe] repo to the end of  my pacman.conf as follow:
Code: [Select]
[universe]
Server = https://mirror1.artixlinux.org/universe/$arch
Server = https://universe.artixlinux.org/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
I used it to install barve-bin and freetube-bin. Today, universe repo stop showing in search results e.g pacman -Ss brave returns nothing. Same thing with paclist universe.

My problem is the some as here (https://forum.artixlinux.org/index.php/topic,3352.msg21712.html)

I tried to remove and re-add the repos, and removed pacman keys and init them again, but without success.

Any help is very appreciated.S
Title: Re: universe repository problem
Post by: conky60 on 27 December 2021, 16:18:14
I am having the same issue.....it seem the universe.db has only 2 software packages. The universe.db.tar seems to contain all software though.

Best regards.
Title: Re: universe repository problem
Post by: just on 27 December 2021, 16:46:39
Hmm.  That's interesting.  I don't see brave-bin with pacman too, though it's present on the mirrtors.  For example:

https://mirror1.artixlinux.org/universe/x86_64/brave-bin-1%3A1.32.113-1-x86_64.pkg.tar.zst
https://mirror1.artixlinux.org/universe/x86_64/brave-bin-1%3A1.32.113-1-x86_64.pkg.tar.zst.sig

A workaround could be to brutally delete local pacman's sync databases and rebuild them from scratch.  pacman finds brave-bin again after that:

Code: [Select]
$ sudo rm /var/lib/pacman/sync/*

Code: [Select]
$ sudo pacman -Syu
:: Synchronizing package databases...
 system       281.0 KiB   959 KiB/s 00:00 [#######] 100%
 world       1967.3 KiB  4.09 MiB/s 00:00 [#######] 100%
 galaxy         2.0 MiB  5.80 MiB/s 00:00 [#######] 100%
 lib32        148.0 KiB  2.53 MiB/s 00:00 [#######] 100%
 universe      83.0 KiB  99.6 KiB/s 00:01 [#######] 100%
 omniverse     76.9 KiB   411 KiB/s 00:00 [#######] 100%
 trinity       91.8 KiB  1020 KiB/s 00:00 [#######] 100%
 extra       1565.7 KiB  1570 KiB/s 00:01 [#######] 100%
 community      5.9 MiB  4.82 MiB/s 00:01 [#######] 100%
 multilib     150.3 KiB  1670 KiB/s 00:00 [#######] 100%
:: Starting full system upgrade...
 there is nothing to do
Code: [Select]
$ pacman -Ss brave
galaxy/python-adblock 0.5.1-1
    Brave's adblock library in Python
universe/brave-bin 1:1.32.113-1  <-- back to normality
    Web browser that blocks ads and trackers by default (binary release)
community/python-adblock 0.5.1-1
    Brave's adblock library in Python
$
Title: Re: universe repository problem
Post by: conky60 on 27 December 2021, 17:09:31
The issue has been resolved. Many thanks to the developer....@Artist I think.

Best regards.