Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
/etc/pacman.confIgnorePkg = ltrisName Command:
Nevermind, found the solution - leaving here for others.
Name Command:
(checkupdates; paru -Qua;) | grep -v "\[ignored\]" | awk '{print $1}'Old Version Command:
(checkupdates; paru -Qua;) | grep -v "\[ignored\]" | awk '{print $2}'New Version Command:
(checkupdates; paru -Qua;) | grep -v "\[ignored\]" | awk '{print $4}'Beta Was this translation helpful? Give feedback.
All reactions