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/

Curl, Wget, Winget & Powershell Install or Download Commands

After the mess I made in previous posts this summary might be useful.     Thanks PatchMyPC, the great and powerful program downloader and up...