Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:archlinux:postinstall [2018/12/01 09:37] – [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 59: | Line 67: | ||
yay inkscape | yay inkscape | ||
yay vlc | yay vlc | ||
+ | yay inxi | ||
</ | </ | ||
Line 64: | Line 73: | ||
< | < | ||
yay cups | yay cups | ||
- | systemctl start org.cups.cupsd.service | + | yay system-config-printer |
- | # EPSON L355 | + | systemctl start cups |
- | yay epson-inkjet-printer-201207w | + | systemctl enable cups |
- | yay iscan-plugin-network | + | |
+ | # EPSON ET-2756 | ||
+ | paru -S epson-inkjet-printer-escpr | ||
+ | # TODO paru -S iscan-plugin-network | ||
</ | </ | ||
Line 83: | Line 95: | ||
sudo archlinux-java set java-8-openjdk | sudo archlinux-java set java-8-openjdk | ||
</ | </ | ||
- | |||
- | <file sh / | ||
- | export ANDROID_HOME=/ | ||
- | export JAVA_HOME=/ | ||
- | export PATH=$PATH: | ||
- | </ | ||
< | < |