-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathYaourt.txt
48 lines (35 loc) · 1.43 KB
/
Yaourt.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Content-Type: text/x-zim-wiki
Wiki-Format: zim 0.4
Creation-Date: 2016-10-23T13:12:22+02:00
====== Yaourt ======
Created søndag 23 oktober 2016
**You should probably try and use, learn and live by **//cower//** and **//makepkg//** steps instead. **
== Installation ==
**#** **Edit your pacman configuration file **///etc/pacman.conf //**and add the following repository**
{{{code: lang="texinfo" linenumbers="True"
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch
}}}
**#** **Update your database **
$ pacman -Syy
**#** **Install the yaourt package **
$ pacman -S yaourt
# **Once installed, remove the **//[archlinuxfr]//** repository from **///etc/pacman.conf//** again.**
== Configuration ==
# **Yaourt loves asking you if you'd like to edit pkgbuild.. **
# **And to confirm if you are really sure to install package.**
# **Yaourt can be a pain in the ass. Create a file in **//~/.yaourtrc//** and add the following to shut it up.**
{{{code: lang="texinfo" linenumbers="True"
BUILD_NOCONFIRM=1
EDITFILES=0
}}}
== General Usage ==
**#** **Update installed packages **
$ yaourt -Syua
**#** **Check, edit, merge or remove *.pac* files **
$ yaourt -C
**#** **Ignore pgp-key signature check**
**#** **Change the **//siglevel//** variable in **//pacman.conf//** they said.. **
**#** **To make **//yaourt//** ignore key-signing (could not verify pgp-key yadada)**
$ yaourt --m-arg --skippgpcheck -Sb //<PACKAGE_NAME>//