Closed mrfoxie closed 2 years ago
Hi, It is possible to use yay but I haven't build successfully fakeroot. You can try it also. https://gist.github.com/krmanik/ff2aa651835f1b63a0b954f406013158
I will update it after successful build.
Now, I managed to build fakeroot-tcp
in manjaro proot.
To install yay
it requires fakeroot.
Edit manjaro.sh
file and add --sysvipc
nano manjaro.sh
Proot into manjaro
./manjaro.sh
sudo pacman -S base-devel git
git clone https://aur.archlinux.org/fakeroot-tcp.git
cd fakeroot-tcp
prepare()
from PKGBUILD
sed -ir '/prepare()/,+6d' PKGBUILD
makepkg -irs
yay
sudo pacman -Sy git base-devel -y
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
thanks this really worked 👍🏻
Description
i tried to install yay on manjaro but it gave me this error here is the procedure for it
Installation Process
but ended with this error
Error
Screenshot