You are not logged in.

#1 2022-09-14 07:17:49

Firestar
Member
From: Beijing, China
Registered: 2021-07-19
Posts: 80
Website

how to install pamac on arch linux

I found that on Archlinux, AUR helpers like pamac and yay are not packaged in official repos

I am wondering if we can install pamac like [this](https://github.com/Jguer/yay#binary):

```
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/packages/libpamac-aur.git
cd libpamac-aur
makepkg -si

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/packages/pamac-aur.git
cd pamac-aur
makepkg -si
```


Write programs that do one thing and do it well.
Write programs to work together.
Write programs to handle text streams, because that is a universal interface.

Offline

#2 2022-09-14 11:57:41

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: how to install pamac on arch linux

I found that on Archlinux, AUR helpers like pamac and yay are not packaged in official repos

There are good reasons for that, I suggest you read https://wiki.archlinux.org/title/AUR_helpers and pay attention to all the colored boxes  .

Keep in mind that aur helpers very often break when a new pacman version is released.
Sometimes it takes several days or weeks before their devs support the new pacman version.

The commands above should work for installing pamac-aur , but if you plan to make extensive use of aur packages I recommend installing base-devel + git permanently .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2022-11-24 20:43:41

korimitsu
Member
Registered: 2016-08-14
Posts: 122

Re: how to install pamac on arch linux

Use this:

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/libpamac-aur.git
cd libpamac-aur
makepkg -si
cd ..
git clone https://aur.archlinux.org/pamac-aur.git
cd pamac-aur
makepkg -si

Last edited by korimitsu (2022-11-24 20:44:25)

Offline

#4 2022-11-24 20:49:14

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: how to install pamac on arch linux

Just use makepkg manually.

Offline

Board footer

Powered by FluxBB