You are not logged in.
Pages: 1
I will soon be installing Arch on my computer.
One thing that is important to me is Free Software (free as in freedom, think Stallman). I would like my Arch system to be as Free as possible. Are there any tools or sources of guidance that could help me ensure this? Even some method to get a package's license before installing it would be nice.
By the way, it's great to be here. It seems that Arch has a great community and I'm excited to have the chance to work with you all in the future.
Last edited by John Karahalis (2009-01-27 07:02:14)
Offline
Welcome,
You can use:
pacman -Si <pkg> | grep Licenses
to get the license for a particular package or
pacman -Si | grep -e "^Name" -e "^Licenses"
to list all packages and their licenses.
Offline
Very interesting. Thank you!
Offline
Pages: 1