Page 1 of 1
Cannot download dkp-libs pacman database.
Posted: Wed Oct 23, 2024 5:29 pm
by Pixfri
Hello, when I try to download the pacman database (I'm on manjaro with pacman 7.0.0), I get an error saying the URL was rejected because the port number isn't a decimal number between 0 and 65535.
I already added the key using pacman-key and downloaded the keyring, it's when I resync the database that I get an error.
I have added these lines in my /etc/pacman.conf
file :
Code: Select all
[dkp-libs]
Server = "https://pkg.devkitpro.org/packages"
[dkp-linux]
Server = "https://pkg.devkitpro.org/packages/linux/$arch"
I already tried going to the URLs provided and to download the .db files with my browser, it works.
Re: Cannot download dkp-libs pacman database.
Posted: Fri Oct 25, 2024 10:30 am
by WinterMute
Can you show us a screenshot of the actual error? I have no idea what this might be from this description, sorry.
Re: Cannot download dkp-libs pacman database.
Posted: Fri Oct 25, 2024 5:35 pm
by Pixfri
WinterMute wrote: ↑Fri Oct 25, 2024 10:30 am
Can you show us a screenshot of the actual error? I have no idea what this might be from this description, sorry.
Hey, thanks for trying to help me. Here is a screenshot of the error:
Re: Cannot download dkp-libs pacman database.
Posted: Fri Oct 25, 2024 11:42 pm
by WinterMute
Well, that's not as helpful as I'd hoped. Can you show us the output from sudo pacman -Syuv
as well as the contents of /etc/pacman.conf. The verbose option will also tell you where pacman writes its logs which might potentially contain useful information too. You can just paste text here inside code tags (we enabled markdown on the forums recently so backticks (```) should work
Re: Cannot download dkp-libs pacman database.
Posted: Fri Oct 25, 2024 11:46 pm
by WinterMute
I have added these lines in my /etc/pacman.conf
file :
Code: Select all
[dkp-libs]
Server = "https://pkg.devkitpro.org/packages"
[dkp-linux]
Server = "https://pkg.devkitpro.org/packages/linux/$arch"
I already tried going to the URLs provided and to download the .db files with my browser, it works.
Just noticed the quotation marks here. These urls shouldn't be quoted.
Code: Select all
[dkp-libs]
Server = https://pkg.devkitpro.org/packages
[dkp-linux]
Server = https://pkg.devkitpro.org/packages/linux/$arch
Re: Cannot download dkp-libs pacman database.
Posted: Sat Oct 26, 2024 9:19 am
by Pixfri