tips:archlinux:postinstall

This is an old revision of the document!


Arch postinstall

Yay – Yet another Yaourt, an AUR Helper written in Go

sudo pacman -S git
cd /tmp
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

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 arc-gtk-theme
yay gnome-shell-extension-system-monitor-git
yay gnome-shell-extension-dash-to-dock-git
yay chrome-gnome-shell
yay libreoffice-fresh-it
yay inkscape
yay vlc

cups

yay cups
systemctl start org.cups.cupsd.service                                                                                                                        systemctl enable org.cups.cupsd.service

# EPSON L355
yay epson-inkjet-printer-201207w
yay iscan-plugin-network

remove evolution

sudo pacman -R evolution-data-server
yay android-studio
yay android-sdk
yay android-sdk-build-tools
yay android-support-repository
yay android-tools
yay android-udev
yay android-emulator
USER=scipio
usermod -a -G adbusers $USER
usermod -a -G kvm $USER
  • tips/archlinux/postinstall.1542465044.txt.gz
  • Last modified: 2018/11/17 15:30
  • by scipio