--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # ubuntu-drivers > Install drivers on Ubuntu. > More information: . - List available drivers for the current hardware: `sudo ubuntu-drivers list` - Install drivers for detected hardware: `sudo ubuntu-drivers install` - Display help: `ubuntu-drivers`