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 ?