If you use an Android phone and are not into developing software for it, you can still install the ADB and FastBoot without installing all of the Android software development kit.
Open a terminal in Ubuntu, and enter the following:
$ sudo apt-get update <enter>
$ sudo apt-get install adb fastboot <enter>