07-28-2021, 04:23 AM
(07-28-2021, 03:03 AM)mouffa Wrote: why are you using the development branch?I am using development because the keyboard was so laggy, hoped it might be better. sudo pacman -Syu answers everything's up to date, yet Discover asks to repair system. But I guess you're right and I'll prefer pacman.
forget completely the Discover and master the Pacman, for system upgrade run
'sudo pacman -Syu'
you can find in the man-page all the commands on how to operate the Pacman
examples
install package "firefox"
`sudo pacman -S firefox`
remove package "firefox"
`sudo pacman -R firefox`