Answers for "linux apt ignore not found package"

0

linux apt ignore not found package

apt source -y --ignore-missing tons_of_pkgs

or 

apt build-dep -y --ignore-missing tons_of_pkgs
Posted by: Guest on September-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language