tips:archlinux:postinstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:archlinux:postinstall [2018/11/27 07:35] – [gnome] scipiotips: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 
- 
-<code> 
-sudo pacman -S git 
-cd /tmp 
-git clone https://aur.archlinux.org/yay.git 
-cd yay 
-makepkg -si 
-</code> 
  
 ===== Pamac ===== ===== Pamac =====
Line 42: Line 32:
 fi fi
 </code> </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 ===== ===== gnome =====
  
Line 59: Line 67:
 yay inkscape yay inkscape
 yay vlc yay vlc
 +yay inxi
 </code> </code>
  
Line 64: Line 73:
 <code> <code>
 yay cups yay cups
-systemctl start org.cups.cupsd.service                                                                                                                        systemctl enable 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
  
 </code> </code>
Line 77: Line 89:
 </code> </code>
 ===== android ===== ===== android =====
 +
 +JAVA
 +<code>
 +yay jdk8-openjdk
 +sudo archlinux-java set java-8-openjdk
 +</code>
  
 <code> <code>
Line 86: Line 104:
 yay android-udev yay android-udev
 yay android-emulator yay android-emulator
 +yay gradle
 </code> </code>
 +
  
 <code> <code>
  • tips/archlinux/postinstall.1543300549.txt.gz
  • Last modified: 2018/11/27 07:35
  • by scipio