Lookup APT packages

From MK Wiki EN
Revision as of 17:19, 28 June 2018 by MkWikiEnSysOp (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
while /bin/true; do echo; echo "Neue Eingabe:"; read line; echo; apt-cache search $line | grep $line; done