How to install terminator terminal in Ubuntu? | Terminator in Ubuntu | codeforcoder

Опубликовано: 13 Июнь 2026
на канале: codeforcoder
342
2

Hi Everyone, This video will show you, how to install terminator in ubuntu using the terminal.

Here are all the steps to Install Terminator:
In Ubuntu, open terminal (Ctrl + Alt + t) and write the following commands:
Add Terminator Repository:
sudo add-apt-repository ppa:gnome-terminator
Update sources.list
sudo apt-get update
Install Terminator
sudo apt-get install terminator
That’s it you have successfully installed Terminator in Ubuntu.

Here are all the steps to uninstall Terminator:
Open terminal (Ctrl + Alt + t) and write the following commands:
Uninstall just terminator
sudo apt-get remove terminator
Uninstall terminator and its dependencies
sudo apt-get remove --auto-remove terminator
This will remove the terminator package and any other dependant packages which are no longer needed.
Purging your config/data too
If you also want to delete your local/config files for terminator then this will work.
Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge terminator
Check the folder
Just to double-check, go to ~/.config/terminator/ in your file manager and check if there is anything there.

Please follow us:
website: https://www.codeforcoder.com/
Facebook:   / codeforcoder  
Twitter:   / codeforcoder  
Linkedin:   / code.  .
Instagram:   / codeforcoder_  

Feel free to write to us: [email protected]