You can install a local .deb package by:
sudo apt install ./foo.deb
Make sure to specify a local relative or absolute path (./
if in current dir), otherwise it will look for foo.deb
in the remote repos and fail.
You can install a local .deb package by:
sudo apt install ./foo.deb
Make sure to specify a local relative or absolute path (./
if in current dir), otherwise it will look for foo.deb
in the remote repos and fail.