How to say “yes” to pkgrm
If you got bored pressing “y” every time you delete a package and pkgrm asks its “Do you want to remove this package? [y,n,?,q]” question, there is a very easy solution:
# yes | pkgrm package1 package2 ... package3
Has saved me a lot of time.