{"id":511,"date":"2020-06-12T20:17:20","date_gmt":"2020-06-12T12:17:20","guid":{"rendered":"https:\/\/freeapp.sbs\/blog\/?p=511"},"modified":"2025-04-01T16:52:04","modified_gmt":"2025-04-01T07:52:04","slug":"lc2gnvmz8xxu9h5","status":"publish","type":"post","link":"https:\/\/eternalsphere.net\/echoes\/index.php\/2020\/06\/12\/lc2gnvmz8xxu9h5\/","title":{"rendered":"How to Use AUR with Arch Linux"},"content":{"rendered":"<p>\u539f\u6587\uff1a<a href=\"https:\/\/linuxhint.com\/aur_arch_linux\/\">https:\/\/linuxhint.com\/aur_arch_linux\/<\/a><\/p>\n<header class=\"entry-header\">\n<h1 class=\"entry-title\">How to Use AUR with Arch Linux<\/h1>\n<div class=\"entry-meta\">\n<div class=\"meta-item date\"><span class=\"updated\">1 year ago<\/span><\/div>\n<div class=\"meta-item author\"><span class=\"vcard author\"><span class=\"fn\">by\u00a0<a href=\"https:\/\/linuxhint.com\/author\/lh_sidratul_muntaha\/\">Sidratul Muntaha<\/a><\/span><\/span><\/div>\n<\/div>\n<\/header>\n<div class=\"entry-content\">\n<div id=\"wpbody\">Arch User Repository, also known as AUR, is a major part of the Arch Linux ecosystem. It\u2019s a community-driven repository for the Arch Linux system that hosts a number of packages outside the official Arch Linux package database.Popular AUR projects can eventually get into the official Arch repository! The fact is, a good number of all the new packages added to the Arch Linux official repositories were first AUR packages before becoming official.<\/p>\n<h1><strong>How AUR works<\/strong><\/h1>\n<p>AUR is actually a repository of PKGBUILD scripts. It doesn\u2019t necessarily hold the source code of the target package. When you\u2019re using AUR, you\u2019re actually grabbing the PKGBUILD script and building the program for yourself.<\/p>\n<p>PKGBUILD a specialized script for the Arch Linux system that tells the compiler how to build a certain package for the system. The process may include downloading an additional package(s) and source code. The script is also free to have specialized tweaks and fixes for the building process.<\/p>\n<p>So, when you\u2019re getting a package from AUR, you\u2019re actually grabbing the PKGBUILD script. Your system still needs to execute the script and perform the building process to completely install the package.<\/p>\n<h2><strong>Why AUR?<\/strong><\/h2>\n<p>The thing is, AUR is one of the pivotal reasons why Arch Linux is such a popular one. Unlike other Linux ecosystems, you\u2019re less susceptible to any permanent security hole in your system. Moreover, AUR packages are easier to install and keep up-to-date, all by yourself.<\/p>\n<p>In the case of AUR, you build the package from source with the help of PKGBUILD. The PKGBUILD script takes care of the entire building process. The maintainer of the package has to create the PKGBUILD, of course. The PKGBUILD system makes the building procedure fluent and hassle-free. Of course, it still holds the potential of installing malicious codes into your system. But instead of adding a complete repo, you just have to worry about the package itself.<\/p>\n<p>Don\u2019t worry; the building procedure is never so simple. It doesn\u2019t take much time, either. Unless, of course, you\u2019re building something heavy like the Linux kernel or Firefox.<\/p>\n<h3><strong>Using AUR<\/strong><\/h3>\n<p>Enough chitchat about AUR. It\u2019s time to learn how to use AUR.<\/p>\n<h3><strong>Using AUR Classic Method<\/strong><\/h3>\n<p>This is the manual and classic way of installing a package from AUR. Everything has to be performed manually, so this path requires more time and patience. Of course, AUR helpers can automate the entire process, but it\u2019s said that one shouldn\u2019t use any AUR helper if one isn\u2019t able to use AUR manually.<\/p>\n<h3><strong>Installing a package, Classic Method<\/strong><\/h3>\n<p>Installing a package from AUR is quite different than installing a package with pacman. At first, make sure that your system includes all the necessary tools to perform the building process.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span>\u00a0pacman\u00a0<span class=\"re5\">-Syu<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41506\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/1-11.png\" alt=\"\" width=\"998\" height=\"504\" \/><\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span>\u00a0pacman\u00a0<span class=\"re5\">-S<\/span>\u00a0<span class=\"kw2\">git<\/span>\u00a0base-devel<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41507\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/2-10.png\" alt=\"\" width=\"980\" height=\"225\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41508\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/3-10.png\" alt=\"\" width=\"985\" height=\"630\" \/><\/p>\n<p>Once your system is ready, grab the AUR package with Git.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">git clone<\/span>\u00a0https:<span class=\"sy0\">\/\/<\/span>aur.archlinux.org<span class=\"sy0\">\/&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span>.git<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41509\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/4-10.png\" alt=\"\" width=\"997\" height=\"270\" \/><\/p>\n<p>Change the active directory.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw3\">cd<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>pkgName<span class=\"sy0\">&gt;\/<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41510\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/5-11.png\" alt=\"\" width=\"990\" height=\"107\" \/><\/p>\n<p>Start the building process.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">makepkg<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41511\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/6-9.png\" alt=\"\" width=\"989\" height=\"252\" \/><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41512\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/7-9.png\" alt=\"\" width=\"994\" height=\"499\" \/><\/p>\n<p>Once the building process is complete, there will be a TAR.XZ file in the directory. Install it using pacman.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span>\u00a0pacman\u00a0<span class=\"re5\">-U<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>package_name<span class=\"sy0\">&gt;<\/span>.tar.xz<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41513\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/8-9.png\" alt=\"\" width=\"991\" height=\"273\" \/><\/p>\n<p><em>Note: The installation process can also be done with the previous step.<\/em><\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">makepkg\u00a0<span class=\"re5\">-sri<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41514\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/9-8.png\" alt=\"\" width=\"995\" height=\"498\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41515\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/10-8.png\" alt=\"\" width=\"1066\" height=\"134\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41516\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/11-8.png\" alt=\"\" width=\"1058\" height=\"253\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41517\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/12-8.png\" alt=\"\" width=\"985\" height=\"491\" \/><\/p>\n<h3><strong>Uninstalling a package, Classic Method<\/strong><\/h3>\n<p>As the installation was performed with pacman, use pacman to uninstall the package right away.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span>\u00a0pacman\u00a0<span class=\"re5\">-R<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>package_name<span class=\"sy0\">&gt;<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41518\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/13-8.png\" alt=\"\" width=\"987\" height=\"207\" \/><\/p>\n<p>Note: Use the following command<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span>\u00a0pacman\u00a0<span class=\"re5\">-Rs<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>package_name<span class=\"sy0\">&gt;<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41519\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/14-6.png\" alt=\"\" width=\"990\" height=\"218\" \/><\/p>\n<h3><strong>Updating a package, Classic Method<\/strong><\/h3>\n<p>The installed AUR packages won\u2019t update them automatically. You have to manually update the package by following the previous steps.<\/p>\n<p>Grab the latest PKGBUILD from AUR.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">git clone<\/span>\u00a0https:<span class=\"sy0\">\/\/<\/span>aur.archlinux.org<span class=\"sy0\">\/&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span>.git<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41520\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/15-6.png\" alt=\"\" width=\"997\" height=\"270\" \/><\/p>\n<p><em>Note: If you didn\u2019t delete the previously created directory, navigate to it and run the following command. Git will upgrade the directory with the latest file(s) and changes.<\/em><\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">git pull<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41521\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/16-6.png\" alt=\"\" width=\"986\" height=\"123\" \/><\/p>\n<p>Now, re-run the building and installing process.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">makepkg<br \/>\n<span class=\"kw2\">sudo<\/span>\u00a0pacman\u00a0<span class=\"re5\">-U<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span>.tar.xz<\/div>\n<\/div>\n<p>Or,<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">makepkg\u00a0<span class=\"re5\">-sri<\/span><\/div>\n<\/div>\n<h3><strong>AUR helper<\/strong><\/h3>\n<p>To make life easier, here come the AUR helpers. AUR helpers can automate a large portion of the processes, saving time and trouble.<\/p>\n<p>According to the official Arch Linux AUR helpers wiki, there are numerous AUR helpers out there. While some of them are officially trusted, all of them are capable of performing all the basic jobs efficiently. In this case, we\u2019ll only include a handful AUR helpers that are both trusted and actively maintained.<\/p>\n<ul>\n<li><a href=\"https:\/\/aur.archlinux.org\/packages\/auracle-git\/\">auracle-git<\/a><\/li>\n<li><a href=\"https:\/\/aur.archlinux.org\/packages\/aurutils\/\">aurutils<\/a><\/li>\n<li><a href=\"https:\/\/aur.archlinux.org\/packages\/trizen\/\">trizen<\/a><\/li>\n<li><a href=\"https:\/\/aur.archlinux.org\/packages\/yay\/\">yay<\/a><\/li>\n<li><a href=\"https:\/\/aur.archlinux.org\/packages\/pacaur\/\">pacaur<\/a><\/li>\n<\/ul>\n<p>In this tutorial, we\u2019ll only focus on yay as it\u2019s one of the most popular ones on AUR. It borrows its designs from a number of other AUR helpers like Yaourt (discontinued), Pacaur and Apacman.<\/p>\n<h3><strong>Yay \u2013 Yet another Yogurt<\/strong><\/h3>\n<p>Installing yay requires the knowledge of installing an AUR package manually. Let\u2019s get yay ready.<\/p>\n<p>At first, grab yay from AUR.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw2\">git clone<\/span>\u00a0https:<span class=\"sy0\">\/\/<\/span>aur.archlinux.org<span class=\"sy0\">\/<\/span>yay.git<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41522\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/17-5.png\" alt=\"\" width=\"984\" height=\"255\" \/><\/p>\n<p>Build and install yay.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\"><span class=\"kw3\">cd<\/span>\u00a0yay<span class=\"sy0\">\/<\/span><br \/>\nmakepkg\u00a0<span class=\"re5\">-sri<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41523\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/18-5.png\" alt=\"\" width=\"1000\" height=\"375\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41524\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/19-2.png\" alt=\"\" width=\"982\" height=\"436\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41525\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/20-2.png\" alt=\"\" width=\"988\" height=\"493\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41526\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/21-2.png\" alt=\"\" width=\"996\" height=\"195\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41527\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/22-2.png\" alt=\"\" width=\"989\" height=\"354\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41528\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/23-2.png\" alt=\"\" width=\"986\" height=\"493\" \/><\/p>\n<p>Test the yay installation.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41529\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/24-1.png\" alt=\"\" width=\"988\" height=\"375\" \/><\/p>\n<p>This will update the pacman database along with its own AUR database.<\/p>\n<h3><strong>Yay usage<\/strong><\/h3>\n<p>Just like pacman, yay is very simple to use. Yay and pacman share common flags for performing similar actions.<\/p>\n<p><em>Note: yay shouldn\u2019t be run with \u201csudo\u201d privilege.<\/em><\/p>\n<h3><strong>Installing a package, With Yay<\/strong><\/h3>\n<p>Use yay to install an AUR package.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-S<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41531\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/25-1.png\" alt=\"\" width=\"991\" height=\"318\" \/><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41532\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/26-1.png\" alt=\"\" width=\"986\" height=\"496\" \/><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41533\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/27-1.png\" alt=\"\" width=\"988\" height=\"412\" \/><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41534\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/28.png\" alt=\"\" width=\"991\" height=\"500\" \/><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41535\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/29.png\" alt=\"\" width=\"985\" height=\"490\" \/><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41536\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/30.png\" alt=\"\" width=\"989\" height=\"496\" \/><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41537\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/31.png\" alt=\"\" width=\"993\" height=\"491\" \/><\/p>\n<h3><strong>Searching package(s), with Yay<\/strong><\/h3>\n<p>Just like pacman, use the \u201c-Ss\u201d flag for searching for a certain package on AUR.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-Ss<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41538\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/32.png\" alt=\"\" width=\"989\" height=\"318\" \/><\/p>\n<p>Need specific information about a certain package? Use the \u201c-Si\u201d flag.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-Si<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41539\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/33.png\" alt=\"\" width=\"987\" height=\"490\" \/><\/p>\n<h3><strong>Update all software, with Yay<\/strong><\/h3>\n<p>The following command will perform an upgrade on all the packages \u2013 both AUR and official.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-Syu<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41540\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/34.png\" alt=\"\" width=\"991\" height=\"310\" \/><\/p>\n<p>List all the packages that require an update.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-Pu<\/span><\/div>\n<\/div>\n<h3><strong>Cleaning unwanted dependencies, with Yay<\/strong><\/h3>\n<p>For the building process, sometimes, there needs to be additional dependencies installed. When you uninstall a package, its dependencies are still on your system. You can use yay to perform a cleaning.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-Yc<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41541\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/35.png\" alt=\"\" width=\"992\" height=\"237\" \/><\/p>\n<h3><strong>Uninstalling package(s), with Yay<\/strong><\/h3>\n<p>For uninstalling a package, yay uses a similar flag like pacman.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-R<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41542\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/36.png\" alt=\"\" width=\"994\" height=\"226\" \/><\/p>\n<p>To remove with the dependencies, use the following structure.<\/p>\n<div class=\"codecolorer-container bash default\">\n<div class=\"bash codecolorer\">yay\u00a0<span class=\"re5\">-Rs<\/span>\u00a0<span class=\"sy0\">&lt;<\/span>pkgName<span class=\"sy0\">&gt;<\/span><\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-41543\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/06\/37.png\" alt=\"\" width=\"988\" height=\"224\" \/><\/p>\n<p><em>Note: You can also use pacman to uninstall the package (along with the dependencies).\u00a0<\/em><a href=\"https:\/\/linuxhint.com\/remove_package_dependencies_pacman_arch_linux\/\"><em>Learn how to uninstall packages with dependencies using pacman on Arch Linux<\/em><\/a><em>.<\/em><\/p>\n<h3><strong>Final thoughts<\/strong><\/h3>\n<p>For being an Arch user, you must learn the usage of AUR. Feel free to experiment your way around AUR and the robust ecosystem of Arch Linux.<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u539f\u6587\uff1ahttps:\/\/linuxhint.com\/aur_arch_linux\/ How to Use AUR with Arch Linux 1 year ago by\u00a0Sidratul Muntaha Arch User Repository, also known as AUR, is a major part of the Arch Linux ecosystem. It\u2019s a community-driven repository for the Arch Linux system that hosts a number of packages outside the official Arch Linux package &hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[53],"tags":[],"class_list":["post-511","post","type-post","status-publish","format-standard","hentry","category-uhxu8g57sqdyc6p"],"_links":{"self":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts\/511","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/comments?post=511"}],"version-history":[{"count":3,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts\/511\/revisions"}],"predecessor-version":[{"id":3874,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts\/511\/revisions\/3874"}],"wp:attachment":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/media?parent=511"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/categories?post=511"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/tags?post=511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}