· 

How I install ADB & Fastboot driver on Linux

Ubuntu based distribution

Links from video

Terminal Codes

$ sudo apt install fastboot adb 

Special things for Ubuntu

The Ubuntu file manager Nautilus cannot be opened from the user interface as root by default. If it should be like in the video then install the admin part of Nautilus. After that everything works as described in the video:

$ sudo apt install nautilus-admin

Restart Nautilus with:

$ sudo killall nautilus

Arch Linux based distribution

$ sudo pacman -Syyu 
$ sudo pacman -S android-tools