Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <hr> <p><strong>2018 Update:</strong></p> <p>The <code>abs</code> tool described below has been <a href="https://www.archlinux.org/news/deprecation-of-abs/" rel="nofollow noreferrer">deprecated</a> and it along with its rsync endpoint have been dropped since mid 2017.</p> <p>The <code>asp</code> tool now provides similar functionality. More information <a href="https://github.com/falconindy/asp/blob/master/man/asp.1.txt" rel="nofollow noreferrer">here</a>.</p> <hr> <p>As already mentioned you can use the ABS (Arch Build System):</p> <p>Install it using pacman:</p> <pre><code>sudo pacman -S base-devel abs </code></pre> <p>First, download the ABS tree:</p> <pre><code>sudo abs </code></pre> <p>Then, get a specific package:</p> <pre><code>sudo abs [package_name] </code></pre> <p>Then copy the package, whose source you want to have, from the local abs tree (e.g. <code>/var/abs/core/findutils</code>) to another directory, e.g. <code>/home/blabla/abs</code></p> <p>Then run <code>makepkg</code>:</p> <ul> <li><p>if you only want to get the sources and don't want to build the package you can run <code>makepkg -od</code></p></li> <li><p>otherwise run <code>makepkg -s</code>, which will then handle all the package's dependencies automatically</p></li> <li><p>watch out becaouse makepkg will overwrite your modifications, use <code>makepkg -e</code> to build your local sources instead</p></li> </ul> <p>If you want to install the package you've built, run</p> <pre><code>pacman -U name-of-package.xz </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload