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!