Skip to content

A command line tool which lists the licenses of all installed packages in a Debian-based system (like Ubuntu)

License

Notifications You must be signed in to change notification settings

alperunal92/Dpkg-Licenses-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dpkg Licenses Parser

A command line tool which lists the licenses of all installed packages in a Debian-based system (like Ubuntu)

How to run the Dpkg Licenses Parser in the command terminal (Give Permission on lib files)

~#cd dpkg-licenses
~/dpkg-licenses# bash ./dpkg-licenses.sh >output.txt 2>error.txt

The output quality on an average workspace Ubuntu installation looks like this

$ cat output.txt | cut -c135- | wc -l
2230
$ cat output.txt | cut -c135- | grep unknown | wc -l
228

About

A command line tool which lists the licenses of all installed packages in a Debian-based system (like Ubuntu)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages