I have just installed Ubuntu 16.04. I tried installing terminator from (The link is redirecting somewhere else now) but I am unable to install it. I am getting following message
This software comes from a 3rd party and may contain non-free components
How can I install terminator by command line?
41 Answer
Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the commands below:
sudo apt-get update
sudo apt-get install terminator 3