This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:archlinux:postinstall [2018/11/17 13:47] – [android] scipio | tips:archlinux:postinstall [2023/02/27 08:29] (current) – [cups] sscipioni | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| - | ===== YAY ===== | ||
| - | Yay – Yet another Yaourt, an AUR Helper written in Go | ||
| - | |||
| - | < | ||
| - | sudo pacman -S git | ||
| - | cd /tmp | ||
| - | git clone https:// | ||
| - | cd yay | ||
| - | makepkg -si | ||
| - | </ | ||
| ===== Pamac ===== | ===== Pamac ===== | ||
| Line 42: | Line 32: | ||
| fi | fi | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== cups ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | yay -S cups ghostscript gsfonts foomatic-db-engine foomatic-db | ||
| + | |||
| + | |||
| + | sudo systemctl restart cups | ||
| + | sudo systemctl enable cups | ||
| + | </ | ||
| + | |||
| + | color mode | ||
| + | < | ||
| + | lpadmin -p MP-C2004ex -o print-color-mode-default=color | ||
| + | </ | ||
| + | |||
| ===== gnome ===== | ===== gnome ===== | ||
| Line 49: | Line 57: | ||
| yay gnome-shell-extension-dash-to-dock-git | yay gnome-shell-extension-dash-to-dock-git | ||
| yay chrome-gnome-shell | yay chrome-gnome-shell | ||
| + | yay seahorse | ||
| </ | </ | ||
| Line 58: | Line 67: | ||
| yay inkscape | yay inkscape | ||
| yay vlc | 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 | ||
| </ | </ | ||
| ===== android ===== | ===== android ===== | ||
| + | |||
| + | JAVA | ||
| + | < | ||
| + | yay jdk8-openjdk | ||
| + | sudo archlinux-java set java-8-openjdk | ||
| + | </ | ||
| < | < | ||
| yay android-studio | yay android-studio | ||
| yay android-sdk | yay android-sdk | ||
| - | yay android-tools | ||
| yay android-sdk-build-tools | yay android-sdk-build-tools | ||
| yay android-support-repository | yay android-support-repository | ||
| + | yay android-tools | ||
| + | yay android-udev | ||
| yay android-emulator | yay android-emulator | ||
| + | yay gradle | ||
| + | </ | ||
| + | |||
| + | |||
| + | < | ||
| + | USER=scipio | ||
| + | usermod -a -G adbusers $USER | ||
| + | usermod -a -G kvm $USER | ||
| </ | </ | ||