07-28-2021, 09:54 AM
(07-28-2021, 03:03 AM)mouffa Wrote: why are you using the development branch?i know how to use pacman, but I also want to test the phone like a phone. I usually use UBports, but I really want to keep testing out the different distros to see where they are, submit bug reports, etc. I feel like this could be a daily driver contender once it stabilizes.
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`