en:server:services:aur-helper

Differences

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

Link to this comparison view

Next revision
Previous revision
en:server:services:aur-helper [2022/04/14 21:56] – created danen:server:services:aur-helper [2022/10/24 08:24] (current) – external edit 127.0.0.1
Line 9: Line 9:
 Inspired by ''pacaur'', ''yaourt'' and ''yay''. Inspired by ''pacaur'', ''yaourt'' and ''yay''.
  
-Instead of trying to be smarter than pacman (by using ''--nodeps'', ''--force'', ''--ask'', ''--noconfirm'' and so) it just interactively tells pacman what to do. If pacman asks some unexpected question, the user will be just able to answer it manually.+Instead of trying to be smarter than pacman (by using ''%%--%%nodeps'', ''%%--%%force'', ''%%--%%ask'', ''%%--%%noconfirm'' and so) it just interactively tells pacman what to do. If pacman asks some unexpected question, the user will be just able to answer it manually.
  
 ==== Packages ==== ==== Packages ====
Line 25: Line 25:
 </code> </code>
  
 +==== Helpful ====
 +
 +<code>
 +# System upgrade including AUR packages.
 +alias pik='pikaur -Syu'
 +# AUR package installation.
 +alias piki='pikaur -S'
 +</code>
  • en/server/services/aur-helper.txt
  • Last modified: 2022/10/24 08:24
  • by 127.0.0.1