2025-04-03 20:36:56 -06:00
|
|
|
# ubuntu-drivers
|
|
|
|
|
|
|
|
|
|
> Install drivers on Ubuntu.
|
2026-08-06 22:19:46 -06:00
|
|
|
> More information: <https://ubuntu.com/server/docs/how-to/graphics/install-nvidia-drivers/>.
|
2025-04-03 20:36:56 -06:00
|
|
|
|
|
|
|
|
- List available drivers for the current hardware:
|
|
|
|
|
|
|
|
|
|
`sudo ubuntu-drivers list`
|
|
|
|
|
|
|
|
|
|
- Install drivers for detected hardware:
|
|
|
|
|
|
|
|
|
|
`sudo ubuntu-drivers install`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`ubuntu-drivers`
|