Tagged Questions
0
votes
1answer
24 views
Any way to tabulate the package name and license avail on Ubuntu repo? [duplicate]
I need to create a table with all installable packages on first column and its license in the second.
e.g.:
Gedit | GPL
0
votes
1answer
64 views
How do you find the licenses for everything installed on your system?
I want to write a script that outputs the license for every software package installed on my system.
Using dpkg --get-selections I am able to get list of everything installed. However, I don't see a ...
4
votes
2answers
129 views
How to reject an EULA when installing packages with apt?
I wanted to install ubuntu-restricted-extras with apt, but they include ttf-mscorefonts-installer, for which I must accept an EULA license. I don’t want to, but I can't find a way to reject it. There ...