[linux] apt download deb file and install it

 apt download novnc


apt install ./novnc_filename.deb 





--no-install-recommends works here too ( apt install ./novnc_filename.deb  --no-install-recommends)

留言