This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:archlinux:postinstall [2020/04/23 12:47] – [varia] 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 ca-certificates-mozilla | ||
| - | sudo pacman -S base-devel | ||
| - | sudo pacman -S git | ||
| - | cd /tmp | ||
| - | git clone https:// | ||
| - | cd yay | ||
| - | makepkg -si | ||
| - | </ | ||
| ===== Pamac ===== | ===== Pamac ===== | ||
| Line 44: | 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 69: | Line 75: | ||
| yay system-config-printer | yay system-config-printer | ||
| - | systemctl start org.cups.cupsd.service | + | systemctl start cups |
| + | systemctl enable cups | ||
| - | # EPSON L355 | + | # EPSON ET-2756 |
| - | yay epson-inkjet-printer-201207w | + | paru -S epson-inkjet-printer-escpr |
| - | yay iscan-plugin-network | + | # TODO paru -S iscan-plugin-network |
| </ | </ | ||