I have a list of packages and I want to know which packages are not available in the ubuntu repositories.
I type this command but it returns nothing :
$ apt-cache show vim TotO perl 2>&1 | grep "Unable to locate package"
$
It occurs in both Ubuntu 16.04 LTS and 18.04 LTS.
Can you help ?
N: Unable to locate package tOTo
– SebMa Oct 10 '20 at 13:57-
The N0rbert's solution works fine. – SebMa Oct 10 '20 at 14:04