<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Eyes-free Linux Ninja! (yaourt)</title><link>http://eyesfreelinux.ninja/</link><description></description><atom:link href="http://eyesfreelinux.ninja/categories/yaourt.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 22 Sep 2017 20:57:18 GMT</lastBuildDate><generator>https://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Installing `yaourt` on Arch Linux</title><link>http://eyesfreelinux.ninja/posts/yaourt.html</link><dc:creator>Mike</dc:creator><description>&lt;div&gt;&lt;p&gt;You can install yaourt from the AUR:&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;git clone https://aur.archlinux.org/package-query.git
cd package-query
makepkg -si
cd ..
git clone https://aur.archlinux.org/yaourt.git
cd yaourt
makepkg -si
cd ..
&lt;/pre&gt;


&lt;h3&gt;Examples&lt;/h3&gt;
&lt;p&gt;Search and install:&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;yaourt Sync database, upgrade packages, search aur and devel (all packages based on dev
&lt;/pre&gt;


&lt;p&gt;version) upgrades:&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;yaourt -Syu --devel --aur Build package from source:
yaourt -Sb Check, edit, merge or remove *.pac* files:
yaourt -C Get a PKGBUILD (support splitted package):
yaourt -G Build and export package, its sources to a directory:
yaourt -Sb --export Backup database:
yaourt -B Query backup file:
yaourt -Q --backupfile
&lt;/pre&gt;


&lt;h3&gt;Notes&lt;/h3&gt;
&lt;p&gt;Yaourt gives an opportunity to edit the PKGBUILD and if the answer is 'y' it asks which editor to 
use if none is selected by your environment. Type in 'nano'. When getting tclx for use with 
emacspeak you will need to add armv7 if it is for a Pi2.&lt;/p&gt;&lt;/div&gt;</description><category>aur</category><category>yaourt</category><guid>http://eyesfreelinux.ninja/posts/yaourt.html</guid><pubDate>Sat, 04 Mar 2017 20:05:10 GMT</pubDate></item></channel></rss>