ubuntu:gpu:nvidia_gpu:setup:setup_using_a_ppa_repository
Differences
This shows you the differences between two versions of the page.
ubuntu:gpu:nvidia_gpu:setup:setup_using_a_ppa_repository [2023/06/07 17:40] – created peter | ubuntu:gpu:nvidia_gpu:setup:setup_using_a_ppa_repository [2023/06/07 17:43] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - GPU - NVIDIA GPU - Setup - Setup using a PPA Repository ====== | ====== Ubuntu - GPU - NVIDIA GPU - Setup - Setup using a PPA Repository ====== | ||
+ | |||
+ | Add the repository: | ||
+ | |||
+ | <code bash> | ||
+ | sudo add-apt-repository ppa: | ||
+ | sudo apt-get update | ||
+ | </ | ||
+ | |||
+ | |||
+ | Then check all the devices and drivers. | ||
+ | |||
+ | <code bash> | ||
+ | sudo ubuntu-drivers devices | ||
+ | </ | ||
+ | |||
+ | |||
+ | Optionally, choose to auto detect and install all the device drivers | ||
+ | |||
+ | <code bash> | ||
+ | sudo ubuntu-drivers autoinstall | ||
+ | </ | ||
+ | |||
+ | or, install any specific driver: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install nvidia-driver-470 | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Restart the system ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo init 6 | ||
+ | </ | ||
ubuntu/gpu/nvidia_gpu/setup/setup_using_a_ppa_repository.1686159608.txt.gz · Last modified: 2023/06/07 17:40 by peter