Yep,as topic says i need help installing pamac.
Thanks.
Im done for those who also search for it
git clone https://aur.archlinux.org/pamac-aur.git
cd pamac-aur
makepkg -si
I had to change the DE from Cinnamon to plasma.
And now those commands those don’t work for me …
How to install the Pamac for Plasma Enviroment?
You did a reinstall or just changed DE?
I reinstalled with Plasma.
$pacman -S git base-devel
then do what you did before.
baph should be available (not 100% sure in plasma install). If it is, you could use baph to install directly.
[zumaha@zumaha-pc ~]$ pacman -S git base-devel
error: you cannot perform this operation unless you are root.
[zumaha@zumaha-pc ~]$ sudo su
[sudo] password for zumaha:
[root@zumaha-pc zumaha]# pacman -S git base-devel
warning: git-2.30.0-1 is up to date – reinstalling
:: There are 24 members in group base-devel:
:: Repository core
- autoconf 2) automake 3) binutils 4) bison 5) fakeroot 6) file
- findutils 8) flex 9) gawk 10) gcc 11) gettext 12) grep 13) groff
- gzip 15) libtool 16) m4 17) make 18) pacman 19) patch 20) pkgconf
- sed 22) sudo 23) texinfo 24) which
Enter a selection (default=all): 18
warning: pacman-5.2.2-1 is up to date – reinstalling
resolving dependencies…
looking for conflicting packages…
Packages (2) git-2.30.0-1 pacman-5.2.2-1
Total Installed Size: 35.59 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(2/2) checking keys in keyring [----------------------] 100%
(2/2) checking package integrity [----------------------] 100%
(2/2) loading package files [----------------------] 100%
(2/2) checking for file conflicts [----------------------] 100%
(2/2) checking available disk space [----------------------] 100%
:: Processing package changes…
(1/2) reinstalling git [----------------------] 100%
(2/2) reinstalling pacman [----------------------] 100%
:: Running post-transaction hooks…
(1/3) Creating system user accounts…
(2/3) Reloading system manager configuration…
(3/3) Arming ConditionNeedsUpdate…
[root@zumaha-pc zumaha]# pamac -S git base-devel
bash: pamac: command not found
Sorry, my bad. Need sudo to run.
$sudo pacman -S git base-devel
[zumaha@zumaha-pc ~]$ sudo pacman -S git base-devel
warning: git-2.30.0-1 is up to date – reinstalling
:: There are 24 members in group base-devel:
:: Repository core
- autoconf 2) automake 3) binutils 4) bison 5) fakeroot 6) file
- findutils 8) flex 9) gawk 10) gcc 11) gettext 12) grep 13) groff
- gzip 15) libtool 16) m4 17) make 18) pacman 19) patch 20) pkgconf
- sed 22) sudo 23) texinfo 24) which
Enter a selection (default=all): 18
warning: pacman-5.2.2-1 is up to date – reinstalling
resolving dependencies…
looking for conflicting packages…
Packages (2) git-2.30.0-1 pacman-5.2.2-1
Total Installed Size: 35.59 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(2/2) checking keys in keyring [----------------------] 100%
(2/2) checking package integrity [----------------------] 100%
(2/2) loading package files [----------------------] 100%
(2/2) checking for file conflicts [----------------------] 100%
(2/2) checking available disk space [----------------------] 100%
:: Processing package changes…
(1/2) reinstalling git [----------------------] 100%
(2/2) reinstalling pacman [----------------------] 100%
:: Running post-transaction hooks…
(1/3) Creating system user accounts…
(2/3) Reloading system manager configuration…
(3/3) Arming ConditionNeedsUpdate…
Dont know what may be wrong … i installed it on Cinnamon with the commands from my second post .
What’s wrong?
$which git
$which makepkg
[zumaha@zumaha-pc ~]$ which git
/usr/bin/git
[zumaha@zumaha-pc ~]$ which makepkg
/usr/bin/makepkg
@altman How do i that ? Thanks
What came out then?
Now i was able to install it . THANKS GUYS !