1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 03:55:24 +02:00

ubuntu-drivers: add page (#15955)

Create ubuntu-drivers.md
This commit is contained in:
Managor 2025-03-17 02:48:25 +02:00 committed by GitHub
parent fa4fe95f48
commit 18d44bfc13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
# ubuntu-drivers
> Install drivers on Ubuntu.
> More information: <https://documentation.ubuntu.com/server/how-to/graphics/install-nvidia-drivers/index.html>.
- List available drivers for the current hardware:
`sudo ubuntu-drivers list`
- Install drivers for detected hardware:
`sudo ubuntu-drivers install`