You are not logged in.

#1 2015-09-17 02:02:59

claudiogc
Member
Registered: 2015-06-16
Posts: 108

Problem with pack installation: Bad URL.

Hello!

I'm trying to install "puddletag", but when i enter with "pacman -S puddletag" i get the following error message:

error: failed retrieving file 'sip-4.16.8-1-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404

He tries many urls, but nothing. Here my /etc/pacman.conf

[options]
HoldPkg     = pacman glibc
Architecture = auto
CheckSpace
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

[infinality-bundle]
Server = http://bohoomil.com/repo/$arch

[infinality-bundle-fonts]
Server = http://bohoomil.com/repo/fonts

What's happening? I installed "sip" manually but nothing changed!

Offline

#2 2015-09-17 02:30:16

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Problem with pack installation: Bad URL.

Learn to keep your package database synced:

pacman -Syu && pacman -S puddletag

1000

Offline

#3 2015-09-17 05:31:16

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Problem with pack installation: Bad URL.

As byte says; your package cache is out of date. The current version of `sip` in the repo is 4.16.9-1

Old package versions are not kept by mirrors. There are some services that maintain historical snapshots if you need a specific version for some reason, but in general you should not need or use them except in special circumstances.

Offline

Board footer

Powered by FluxBB