tips:archlinux:postinstall

Arch postinstall

help you to install, remove, update packages with GUI

yay pamac-aur
sudo pacman -S intel-ucode
sudo su
grep -q menu-complete /etc/inputrc
if  [ $? = 1 ]; then
cat >> /etc/inputrc <<EOF
"\M-s": menu-complete
"\e[A": history-search-backward
"\e[B": history-search-forward
"\M-o": "\C-p\C-a\M-f "
 
EOF
fi
yay -S cups ghostscript gsfonts foomatic-db-engine foomatic-db  foomatic-db-ppds  foomatic-db-nonfree-ppds gutenprint foomatic-db-gutenprint-ppds


sudo systemctl restart cups
sudo systemctl enable cups

color mode

lpadmin -p MP-C2004ex -o print-color-mode-default=color
yay arc-gtk-theme
yay gnome-shell-extension-system-monitor-git
yay gnome-shell-extension-dash-to-dock-git
yay chrome-gnome-shell
yay seahorse
yay libreoffice-fresh-it
yay inkscape
yay vlc
yay inxi

cups

yay cups
yay system-config-printer

systemctl start cups    
systemctl enable cups

# EPSON ET-2756
paru -S epson-inkjet-printer-escpr
# TODO paru -S iscan-plugin-network

remove evolution

sudo pacman -R evolution-data-server

JAVA

yay jdk8-openjdk
sudo archlinux-java set java-8-openjdk
yay android-studio
yay android-sdk
yay android-sdk-build-tools
yay android-support-repository
yay android-tools
yay android-udev
yay android-emulator
yay gradle
USER=scipio
usermod -a -G adbusers $USER
usermod -a -G kvm $USER
  • tips/archlinux/postinstall.txt
  • Last modified: 2023/02/27 08:29
  • by sscipioni