mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 03:35:23 +02:00
parent
fa4fe95f48
commit
18d44bfc13
1 changed files with 12 additions and 0 deletions
12
pages/linux/ubuntu-drivers.md
Normal file
12
pages/linux/ubuntu-drivers.md
Normal 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`
|
Loading…
Add table
Reference in a new issue