when i try to add software using the “add software” i only get the “no package Found” ereror message.
i am not sure if i am missing something or something is broken with my system.
i have installed using software with the cli so far but it would be nice to get this working.
He probably means the package he mentioned is causing the problem after update.
Downgrading a package means getting an older version of it back. To do so, you can give this command in a terminal:
sudo downgrade "name-of-the-package"
But before that I’d suggest fully updating your system with terminal command
sudo pacman -Syu
Then reboot to see if a simple update helps. If not, then try downgrading.
Downgrading can only be a temporary workaround. Downgrading can create problems with (other) apps, especially when downgrading core packages.
Downgrade offers to ignore package updates using setting IgnorePkg in file /etc/pacman.conf. When there is an update to the ignored package, pacman will show it is ignoring it. When the problem gets fixed, you can remove the ignore setting and let pacman update it again.
Edit: it is recommended not to use pamac for installing, updating, or removing packages. Better use pacman (or yay) for those operations.
Pamac is useful for browsing packages.