ArticOcean
New Member
Hii People,
May i know how to install inxi package when i boot up a laptop in a liveusb stick ?
I am using arch based linux endea distro
Thx
May i know how to install inxi package when i boot up a laptop in a liveusb stick ?
I am using arch based linux endea distro
Code:
[[email protected] ~]$ sudo pacman -S inxi
resolving dependencies...
looking for conflicting packages...
Packages (1) inxi-3.1.04-1
Total Download Size: 0.21 MiB
Total Installed Size: 0.72 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from mirror.alpix.eu : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from ftp.acc.umu.se : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from mirror.linux.pizza : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from github.com : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from raw.githubusercontent.com : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
[[email protected] ~]$ sudo su
[root@archiso liveuser]# sudo pacman -S inxi
resolving dependencies...
looking for conflicting packages...
Packages (1) inxi-3.1.04-1
Total Download Size: 0.21 MiB
Total Installed Size: 0.72 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from mirror.alpix.eu : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from ftp.acc.umu.se : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from mirror.linux.pizza : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from github.com : The requested URL returned error: 404
error: failed retrieving file 'inxi-3.1.04-1-any.pkg.tar.zst' from raw.githubusercontent.com : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
[root@archiso liveuser]#
Last edited: