[SOLVED] pacman -Qm produces an error code 07 July 2020, 07:45:16 I was attempting to run decpac generate as root when I discovered this.Code: [Select]$ pacman -Qm$ echo $? # grab the exit status1 Last Edit: 08 July 2020, 20:49:20 by nous
Re: pacman -Qm produces an error code Reply #1 – 07 July 2020, 20:07:14 I tried this on a new install and saw the same issue.
Re: pacman -Qm produces an error code Reply #2 – 07 July 2020, 22:42:23 Pacman -Q and -S operations return 1 when no results are found. 1 Likes
Re: pacman -Qm produces an error code Reply #3 – 08 July 2020, 00:53:42 Thanks nous! I submitted an issue for the decpac maintainer here.