julian
asked Jan 11 2019
Answer
failed to create symbolic link '/usr/bin/gnome-terminal': File exists
linuxhelp
Apr 05 2025
unlink the following /usr/bin/gnome-terminal .<br />
<br />
sudo unlink /usr/bin/gnome-terminal<br />
<br />
then<br />
try running the above command
rajkumarchoudharyraj
asked Aug 24 2019
failed to create symbolic link '/usr/bin/gnome-terminal': File exists
rajkumarchoudharyraj
asked Aug 24 2019
You can perform that by using the FOllowing commands
sudo mv /usr/bin/gnome-terminal /usr/bin/gnome-terminal.bak
sudo ln -s /usr/bin/terminator /usr/bin/gnome-terminal
linuxhelp
asked Jan 12 2019
How to change default terminal application in Gnome-Shell
Hi, I am Pretty much bored with default terminal application so I wants to change my default terminal with third patry terminals
How could it be done ?