Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] failed to install XFCE4 (Read 1262 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] failed to install XFCE4

hey guys,
Trying to install XFCE ran into this issue. I'm not familiarize with these errors.
I'm installing "xfce4" and "xfce4-goodies".


Code: [Select]
:: Proceed with installation? [Y/n] 
:: Retrieving packages...
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirrors.dotsrc.org : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from ftp.ntua.gr : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from artix.wheaton.edu : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirror.clarkson.edu : The requested URL returned error: 404
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from ftp.cc.uoc.gr : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from quantum-mirror.hu : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from artix.unixpeople.org : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from artix.rw-net.de : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirrors.tuna.tsinghua.edu.cn : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from www.nylxs.com : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from ftp.sh.cvut.cz : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirrors.nettek.us : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from artix.cccp.io : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirror.linux.pizza : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirrors.cloud.tencent.com : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirrors.redcorelinux.org : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from us-mirror.artixlinux.org : Maximum file size exceeded
error: failed retrieving file 'libunique-1.1.6-8-x86_64.pkg.tar.zst' from mirror1.artixlinux.org : Maximum file size exceeded
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.

Re: failed to install XFCE4

Reply #1
hi, i have no problem with download:
Code: [Select]
[alois@picasso ~]$ trizen -S libunique
:: Pacman command: /usr/bin/sudo /usr/bin/pacman -S libunique
řeší se závislosti..
kontrola konfliktních balíčků...

Balíčky  (1) libunique-1.1.6-8

Celková velikost ke stažení:   0,03 MiB
Celková velikost po instalaci:   0,14 MiB

:: Pokračovat v instalaci? [A/n]
:: Stahují se balíčky...
 libunique-1.1.6-8-x86_64                     31,5 KiB   954 KiB/s 00:00 [########################################] 100%
(1/1) kontrola klíčů v klíčence                                          [########################################] 100%
(1/1) kontrola integrity balíčků                                         [########################################] 100%
(1/1) načítání balíčku                                                   [########################################] 100%
(1/1) kontrola konfliktů souborů                                         [########################################] 100%
(1/1) kontrola volného místa na disku                                    [########################################] 100%
:: Zpracovávání změn balíčku...
(1/1) instalace libunique                

check /var/cache/pacman/pkg if not exist this file or a part of this file. delete it and try download again.

If not help, download manually from http://ftp.ntua.gr/pub/linux/artix-linux/gremlins/os/x86_64/libunique-1.1.6-8-x86_64.pkg.tar.zst

Re: failed to install XFCE4

Reply #2
That's because of a mismatch of the actual packages's size and the size stored in the  gremlins repo database, it happens sometimes. Until this is fixed, you can download the package directly and install it with pacman -U.

 

Re: failed to install XFCE4

Reply #3
Thank you guys  :)