Jump to content

All version i guess? Not really sure but i use Manjaro Deepin and Gnome, both got Pamac. 

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to comment
https://linustechtips.com/topic/1056684-manjaro-pamac/#findComment-12499966
Share on other sites

Link to post
Share on other sites

On 4/21/2019 at 8:27 AM, Fooshi said:

Pamac comes preinstalled on GTK based variants (Gnome, Budgie, Cinnamon, Xfce, etc).

 

On Qt based distros (KDE, LXQT, etc), Octopi comes preinstalled instead. Manjaro KDE was used in the Hackintosh VM video.

 

You can install both if you want by entering this in the terminal. (Depending on which you want to install)

 


sudo pacman -S pamac
sudo pacman -S octopi

 

When I try to install pamac it says

15559662909183908811157805893117.jpg

Link to comment
https://linustechtips.com/topic/1056684-manjaro-pamac/#findComment-12504782
Share on other sites

Link to post
Share on other sites

15 hours ago, Fooshi said:

 

Looks like your Pacman database is messed up for some reason. Might be due to the install's default mirror being down. Try this.

 


sudo pacman-mirrors --fasttrack 10 && sudo pacman -Syyu

 

This should automatically check the official mirrors, use the quickest 10 available (--fasttrack) and synchronize with the newest database (-Syyu).

 

Should work after this.

 

I've had that issue before. He should be fine after running "pacman -Syy". If he wants to update, he may add u to the end, like "pacman -Syyu".

Link to comment
https://linustechtips.com/topic/1056684-manjaro-pamac/#findComment-12506559
Share on other sites

Link to post
Share on other sites

2 hours ago, Sauron said:

Just jumping in to recommend you use yay instead:
 


git clone https://aur.archlinux.org/yay-bin.git

cd yay-bin

makpgk -sri

done! use it like pacman:


yay -S package

 

I'd just add "sudo su && cd /opt" at the beginning so as to not clutter up the home folder and ensure that he can install packages.

Link to comment
https://linustechtips.com/topic/1056684-manjaro-pamac/#findComment-12507186
Share on other sites

Link to post
Share on other sites

6 minutes ago, elsandosgrande said:

I'd just add "sudo su && cd /opt" at the beginning so as to not clutter up the home folder and ensure that he can install packages.

You can't run makepkg as root, it will prompt you for your password when necessary. I would just delete the folder when he's done with it if clutter is a concern, I always use a dedicated git folder for this sort of stuff anyway.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/1056684-manjaro-pamac/#findComment-12507211
Share on other sites

Link to post
Share on other sites

2 minutes ago, Sauron said:

You can't run makepkg as root, it will prompt you for your password when necessary. I would just delete the folder when he's done with it if clutter is a concern, I always use a dedicated git folder for this sort of stuff anyway.

Oh, I didn't know that. OK then, just "cd /opt".

Link to comment
https://linustechtips.com/topic/1056684-manjaro-pamac/#findComment-12507219
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×