13 Jul
2007
13 Jul
'07
12:20 a.m.
Dan McGee schrieb:
2) pacman should have a -Q --license option to view the license of a package.
pacman -Qi <package> | grep License | awk '{print $3 }' gets the job done for me. Obviously not the prettiest, but this seems like feature bloat to add this.
No, it should actually show the license itself in less, not just the license name.