Trying to install papyros on arch linux.
Displays an error when typing:
$ pacman -S papyros-shell Не найдена цель papyros-shell How to fix it?
as written here , it is necessary:
add to /etc/pacman.conf (above default repositories):
[papyros] SigLevel = Never Server = http://dash.papyros.io/repos/$repo/$arch perform:
$ sudo pacman -Syu $ sudo pacman -S papyros-shell after which you can run:
$ papyros-session the directory http://dash.papyros.io/repos/papyros/ contains a sub-directory for only one architecture: x86_64.
if you have a different architecture, then you will not be able to put the already assembled package from this repository: it is simply not there.
but, as written at the very beginning of the above link, you can build a package from source with aur .
here, for example, a shorter instruction on how to use aur th: https://raspberrypi.stackexchange.com/a/511/31480
getconf LONG_BIT . - aleksandr barakinSource: https://ru.stackoverflow.com/questions/523274/
All Articles