Select Page

Run full system updates
sudo pacman -Syu

Install AUR Build & Installation tools
sudo pacman -S --needed pamac git linux-headers base-devel yay

Install Flatpack Tools
sudo pacman install flatpak libpamac-flatpak-plugin

Install Hardware Info Tool
sudo pacman -S --needed hwinfo

Install image editing tools
sudo pacman -S pinta krita

Install popular web browsers
sudo pacman -S google-chrome firefox brave-browser

Install Utility Software
sudo pacman -S qalculate-gtk gscan2pdf

Install JAVA AUR Packages
yay -S jre8 jre14

= Manjaro Setup Notes

== Fresh Installation
—-
# Run full system updates
sudo pacman -Syu

# Install AUR Build & Installation tools
sudo pacman -S –needed pamac git linux-headers base-devel yay

# Install Flatpack Tools
sudo pacman install flatpak libpamac-flatpak-plugin

# Install Hardware Info Tool
sudo pacman -S –needed hwinfo

# Install image editing tools
sudo pacman -S pinta krita

# Install popular web browsers
sudo pacman -S google-chrome firefox brave-browser

# Install Utility Software
sudo pacman -S qalculate-gtk gscan2pdf

# Install JAVA AUR Packages
yay -S jre8 jre14
—-

 

== Dealing with AUR pacakges

=== With YAY helper
download & install YAY from https://aur.archlinux.org/packages/yay/
if not available in repo with `sudo pacman -S yay`, download & install manually:
—-
sudo pacman -S –needed git base-devel yay
—-

== 32 Bit repos??

https://wiki.archlinux.org/title/Official_repositories#.5Bmultilib.5D

—-
vi /etc/pacman.conf
—-
—-
[multilib]
Include = /etc/pacman.d/mirrorlist
—-
—-
pacman -Sl multilib
—-

== Adding Users

—-
sudo useradd -m UserName -p PassWord
sudo passwd UserName

—-
Sources:
– https://linuxhint.com/add_users_arch_linux/

== Local