Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] universe repository problem (Read 692 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[SOLVED] universe repository problem

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

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
Keep it Simple. Simple is Secure, Simple is Beautiful.

Re: universe repository problem

Reply #1
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.
We should try to be kind to everyone.....we are all fighting some sort of battle.

Re: universe repository problem

Reply #2
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
$

Re: universe repository problem

Reply #3
The issue has been resolved. Many thanks to the developer....@Artist I think.

Best regards.
We should try to be kind to everyone.....we are all fighting some sort of battle.