I tried to install Nvidia driver in Ubuntu 16.04, I download the package from the official website and excute the command
sudo sh ./NVIDIA-Linux-x86_64-384.183.run –no-opengl-files
However, An error happened with
/nvidia-installer: invalid option: "–no-opengl-files"
ERROR: Invalid commandline, please run `./nvidia-installer --help` for usage information.
Could somebody give me a solution?
--
(two hyphens) instead of an en dash in the beginning of–no-opengl-files
. – Melebius Feb 26 '19 at 12:28