Difference between revisions of "Arch Linux/Preferred Package Tools"

From HaskellWiki
Jump to navigation Jump to search
 
(Removing this page. Refer to ArchLinux wiki page instead.)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
This article has been removed, please refer to the [https://wiki.archlinux.org/index.php/Main_Page ArchLinux Wiki] for how to install packages from AUR.
Haskell packages in Arch Linux, as stated by the Arch Haskell [[Arch Linux/Policy]], use "provides" syntax in PKGBUILDs.
 
 
Sadly, one of the most famous package builder tools does not support this metadata, and is thus entirely broken with Haskell packages as of Jan 2010.
 
 
Instead of yaourt, we recommend the following tools:
 
 
* [http://aur.archlinux.org/packages.php?ID=33511 bauerbill]
 
* [http://aur.archlinux.org/packages.php?ID=30242 paktahn]
 
 
== Examples ==
 
 
sudo bauerbill --no-color --aur -S haskell-csv
 

Latest revision as of 21:31, 30 January 2011

This article has been removed, please refer to the ArchLinux Wiki for how to install packages from AUR.