- Feb 26, 2015
- 889
- 64
- 59
Quick Install Instructions of catkin on Ubuntu Server. It’s Super Easy! simply click on Copy button to copy the command and paste into your command line terminal using built-in APT package manager.
See below for quick step by step instructions of SSH commands, Copy/Paste to avoid miss-spelling or accidently installing a different package.
Code:
sudo apt-get update -y
Code:
sudo apt-get install -y catkin
Done!!