AUR 패키지 설치

요약



Arch Linux은 가장 널리 사용되는 Linux 배포판 중 하나입니다.
AUR , "A"rch Linux "U"ser "R"저장소는 Arch 사용자 및 개발자의 매우 큰 커뮤니티이며 많은 수의 패키지를 호스팅합니다.
우리는 환경을 잘 활용함으로써 우리의 환경을 더 편리하게 만들거나 더 강력하게 만들 수 있습니다.

Linux distributions based on Arch LinuxManjaro Linux 과 같이 Antergos 에 대한 경우도 마찬가지입니다.

참조: AUR 사용자 가이드라인 ' 성명서



시작은 다음과 같습니다.

The Arch User Repository (AUR) is a community-driven repository for Arch users. It contains package descriptions (PKGBUILDs) that allow you to compile a package from source with makepkg and then install it via pacman. The AUR was created to organize and share new packages from the community and to help expedite popular packages' inclusion into the community repository. This document explains how users can access and utilize the AUR.

A good number of new packages that enter the official repositories start in the AUR. In the AUR, users are able to contribute their own package builds (PKGBUILD and related files). The AUR community has the ability to vote for packages in the AUR. If a package becomes popular enough — provided it has a compatible license and good packaging technique — it may be entered into the community repository (directly accessible by pacman or abs).



그리고 다음이 이어집니다.

Warning: AUR packages are user produced content. Any use of the provided files is at your own risk.



글쎄, AUR을 사용하기 전에 Manjaro Package Manager에서 검색하는 Manjaro 사용자에게 권장합니다.
좀 더 확실한 곳에서 해결책이 있다면 그곳을 먼저 방문하지 않겠습니까?
그리고 거기에 아무것도 없다면 다른 방법을 생각해보십시오.



✿✿✿

사용하는 방법


간략한 설명



"Git Clone URL", git clone, makepkg -si를 가져오면 완료됩니다.

1단계: "Git 클론 URL" 가져오기



AUR: https://aur.archlinux.org/을 방문하여 패키지 검색:



패키지 페이지로 이동:



"Git 클론 URL"가져오기:



필요에 따라 "라이선스", "인기", "마지막 업데이트", "종속성"등을 확인합니다.


2단계: 패키지 빌드 및 설치


git clone [the package] , cd [the package] , makepkg -si , 완료되었습니다!

이것은 qperf라는 패키지의 예입니다.
* 참고: qperf는 노드 간 네트워크 대역폭 및 대기 시간을 측정하는 도구입니다.

전반전 단계:

$ # git clone [the package]
$ git clone https://aur.archlinux.org/qperf.git

후반 단계:

$ # cd [the package]
$ cd qperf
$ makepkg -si

완료 😁

부수적인 주제



그런데 사실 qperf를 설치하는 과정에서 트러블이 하나도 없었는데...





결국 패키지 설치 완료 😃

좋은 웹페이지 즐겨찾기