How to add new software [SOLVED] 01 June 2022, 17:04:41 I installed Artix Cinnamon dinit today, and in the menu (Super key) I was looking for a category Add/Remove software or something like that but have not been able to find it. What am I doing wrong? Last Edit: 02 June 2022, 06:57:06 by Klaas Vaak
Re: How to add new software Reply #1 – 01 June 2022, 17:08:51 Running pacman in terminal is the intended way for managing packages
Re: How to add new software Reply #2 – 01 June 2022, 17:11:04 Quote from: phoenix_king_rus – on 01 June 2022, 17:08:51Running pacman in terminal is the intended way for managing packagesThanks for the quick reply. What is the pacman command?
Re: How to add new software Reply #3 – 01 June 2022, 18:18:37 that command allows you to install/update/remove the packagesthere is a graphical version of it if you prefer (or maybe it's already installed ? i dont remember :p try to look for "discover" in the menu)if no, here are the 2 commands you'll need :1/ to update your system: sudo pacman -Syu2/ to install the graphical interface: sudo pacman -S discover packagekit-qt5Now, in the menu, you will have the "discover" app, allowing you to install/update/remove easily packages. Last Edit: 01 June 2022, 18:53:04 by Dju 1 Likes
Re: How to add new software Reply #4 – 02 June 2022, 06:36:43 Quote from: Dju – on 01 June 2022, 18:18:37that command allows you to install/update/remove the packagesthere is a graphical version of it if you prefer (or maybe it's already installed ? i dont remember :p try to look for "discover" in the menu) ➙ Nope, it was notif no, here are the 2 commands you'll need :1/ to update your system: sudo pacman -Syu2/ to install the graphical interface: sudo pacman -S discover packagekit-qt5 ➙ did itNow, in the menu, you will have the "discover" app, allowing you to install/update/remove easily packages. ➙ Yep, that works fineMany thanks for your help. 1 Likes