Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Arch postinstall ====== ===== Pamac ===== help you to install, remove, update packages with GUI <code> yay pamac-aur </code> ===== Base ===== <code> sudo pacman -S intel-ucode </code> <code> 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 </code> ===== cups ===== <code> 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 </code> color mode <code> lpadmin -p MP-C2004ex -o print-color-mode-default=color </code> ===== gnome ===== <code> 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 </code> ===== varia ===== <code> yay libreoffice-fresh-it yay inkscape yay vlc yay inxi </code> cups <code> 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 </code> remove evolution <code> sudo pacman -R evolution-data-server </code> ===== android ===== JAVA <code> yay jdk8-openjdk sudo archlinux-java set java-8-openjdk </code> <code> 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 </code> <code> USER=scipio usermod -a -G adbusers $USER usermod -a -G kvm $USER </code> tips/archlinux/postinstall.txt Last modified: 2023/02/27 08:29by sscipioni