home
/
code
/
khome.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Show file browser in notes
[khome.git]
/
check-deb-pkgs-missing
Commit
Line
Data
699b7b62
SK
1
#! /bin/sh
2
3
for pkg in $(./list pkgs-deb-install.list)
4
do
5
if ! apt show $pkg > /dev/null 2>&1
6
then
7
echo $pkg
8
fi
9
done
This page took
0.083723 seconds
and
4
git commands to generate.