Closed ghost closed 2 years ago
Which mode are you using? ns
?
makepkg
should work only in ns
(not proot
) mode.
I just type: junest and then /opt/makepkg/bin/makepkg does no exist when I look for it. I reinstalled to double check same issue
You should be able to use the original one if you are running the command junest
: /usr/bin/makepkg
Also remember to follow the doc: https://github.com/fsquillace/junest#install-packages-from-aur
Hi,
When I use /usr/bin/makepkg to install something it does not work. I've seen in another issue that I should use /opt/makepkg/bin/makepkg instead but my /opt directory is empty when I run ls from the container.
I installed junest today with these commands:
git clone https://github.com/fsquillace/junest.git ~/.local/share/junest export PATH=~/.local/share/junest/bin:$PATH
Could someone please help me understand what's going on?