====== Running Ubuntu Desktop on a Laptop ====== ---- ~~NOTOC~~ This is a collection of useful information I am acquiring on my journey of running Ubuntu Desktop (currently 22.04 LTS) on my HP Laptop ===== Using a dock with a laptop running Ubuntu ===== Download {{ :synaptics-repository-keyring.deb | this keyring file }} (right click on the link, select 'Save Link As') to the laptop. Install the keyring file with apt, following the example below (which assumes the file is saved in the Downloads directory): sudo apt install ./Downloads/synaptics-repository-keyring.deb Update the apt repository: sudo apt update Finally, install the DisplayLink driver: sudo apt install displaylink-driver Reboot afterwards.