Wednesday, July 14, 2021

EndeavorOS

EndeavorOS
A miserable experience so far :)

ls -l shows permissions

https://aur.archlinux.org/xfce4-whiskermenu-plugin-git.git

Install git and yay
sudo pacman -S git
cd /opt
sudo git clone https://aur.archlinux.org/yay-git
sudo chown -R george:george ./yay-git
cd yay-git
makepkg -si
(even though I received errors yay installed unless it was already installed in EndeavorOS)

yay uses same as pacman
-S is install
-Rns is uninstall

Holy Hanna this is wild
yay -S pamac-all
In the end it didn't work
 
good grief installed gimp and wouldn't start.

Found this for yay install. Interesting to put it all in one syntax string.
cd /tmp && git clone 'https://aur.archlinux.org/yay.git' && cd /tmp/yay && makepkg -si && cd ~ && rm -rf /tmp/yay/

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Pin Not Available

Crazy Error I had not seen before. Pin not available blah blah. I restarted a few times and it finally worked. If it doesn't some say to...