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/29 08:31] – [android] 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 83: 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>
Line 98: Line 104:
 yay android-udev yay android-udev
 yay android-emulator yay android-emulator
 +yay gradle
 </code> </code>
  
  • tips/archlinux/postinstall.1543476715.txt.gz
  • Last modified: 2018/11/29 08:31
  • by scipio