Fedora & amp; Arch Linux-the most romantic thing is happening now...

Source: Internet
Author: User
Tags arch linux

Fedora & Arch Linux-the most romantic thing is happening now...

With the help of Cupid, Fedora and Arch are "in love. This is their first "crystallization", Yaourt!

0. What is Yaourt?

Yaourt is a Pacman-based Arch Linux package management tool written in Bash. Now, Fedora users can easily use Yaourt to install the software in AUR.

Yaourt features:
Support for AUR
Interactive search/installation
Build Software packages from ABS source code
Backup File:. pac *
Save and restore the alpm database. Support querying backup files
Search orphan package and test local database
Support for split packages

1. Install yaourt

Run the following command to install the FZUG Source:

$ Dnf install yaourt

2. Configure yaourt/pacman

Configure the installation package of pacman in an isolated environment:

$ Vim/etc/pacman. conf
[Options]
RootDir =/opt/arch/# the root directory installed in the package. Important !!!
DBPath =/var/lib/pacman/
LogFile =/var/log/pacman. log

Add the Core, Community, Multilib, and Extra source information of Archlinux.

[Core]
SigLevel = Optional TrustedOnly
Include =/etc/pacman. d/shortlist

[Community]
SigLevel = Never
Include =/etc/pacman. d/shortlist

[Multilib]
SigLevel = Never
Include =/etc/pacman. d/shortlist

[Extra]
SigLevel = Never
Include =/etc/pacman. d/shortlist

[Archlinuxfr]
SigLevel = Optional TrustedOnly
Server = http://repo.archlinux.fr/?arch

Synchronize source information:

$ Pacman-Sy

3. Install

Example: describe how to install ppsspp.

$ Yaourt-Sdd ppsspp # Skip all dependency checks and install ppsspp
$ Yaourt-Qi ppsspp # query the software package information/dependencies. If the local machine lacks related dependencies, install the software using dnf.
$ Yaourt-link-s ppsspp # Soft link the packets in the isolated environment to the System

Delete ppsspp

$ Yaourt-link-r ppsspp # Delete soft links in the system
$ Yaourt-R ppsspp # Delete ppsspp
$ Yaourt-Q # query installed software packages

FAQ: Why do I install the Archlinux software package? What about Ubuntu?

Archlinux strictly complies with FHS. The file system directory structure is very standard and compatible with Fedora. At the same time, Archlinux and ora are very fast in development. In theory, they can basically make the software ABI compatible between the two libraries, but we do not guarantee this (data is priceless, pay attention to backup ).

Now, let's look at AUR to see what fun software is available.

Happy Hacking!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.