Changes:
- uses
apt show
instead ofapt depends
for getting dependencies of packages, the results should contain no more false-positives and false-negatives - temp file gets created in
$HOME
instead of in current working directory, which caused "permission denied" errors in the past - added
-v
,--verbose
and--version
options