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/12/02 10:18] – [varia] 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 65: 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 84: Line 95:
 sudo archlinux-java set java-8-openjdk sudo archlinux-java set java-8-openjdk
 </code> </code>
- 
-<file sh /etc/profile.d/android-sdk.sh> 
-export ANDROID_HOME=/opt/android-sdk 
-export JAVA_HOME=/usr/lib/jvm/java-version-openjdk 
-export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin 
-</file> 
  
 <code> <code>
  • tips/archlinux/postinstall.1543742326.txt.gz
  • Last modified: 2018/12/02 10:18
  • by scipio