How to install Tabby(Terminus): A modern age terminal on Ubuntu 22.04
7 months ago by Adnan Shabbir The Terminal is the primary tool of any Linux distribution. The terminal is used to handle the operations on the Linux systems. Terminus (now Tabby) is a modern age terminal based on web technology. Tabby(Terminus) is an open source and feature full terminal for multiple operating systems. The name of the Terminus is now replaced by Tabby.
Tabby (formerly known as Terminus) can be used as a local terminal, Telnet and SSH connections. It is a fully featured terminal with extended support for PowerShell, Git-Bash, CMD and many more.
This article acts as an installation guide to install Tabby (formerly Terminus), a modern age terminal on Ubuntu 22.04
MY LATEST VIDEOS
<iframe height="153" id="goog_2053681618" src="https://imasdk.googleapis.com/js/core/bridge3.549.0_en.html#goog_2053681618" width="272"></iframe> 12 seconds of 4 minutes, 23 secondsVolume 0% Next Stay <iframe data-google-container-id="5" data-load-complete="true" frameborder="0" height="1" id="google_ads_iframe_/18190176,22488008280/AdThrive_Content_1/5c9b6001b80bec0dfaf0b493_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/18190176,22488008280/AdThrive_Content_1/5c9b6001b80bec0dfaf0b493_0" scrolling="no" title="3rd party ad content" width="1"></iframe>How to install Tabby on Ubuntu 22.04
Tabby (known as Terminus) still comes as an alpha variant which states that it is unstable. It can be installed using the Debian package or installing it from a tar.gz file. This section enlists various steps to install Tabby on Ubuntu 22.04.
Note: The .deb and .tar.gz file of Tabby is available on the following link. Moreover, you can also get the latest as well as the old versions of Terminus from the link.
https://github.com/Eugeny/tabby/releasesStep 1: Open the Ubuntu terminal (CTRL+ALT+T) and execute the following command to download the .deb:
<iframe data-google-container-id="6" data-load-complete="true" frameborder="0" height="1" id="google_ads_iframe_/18190176,22488008280/AdThrive_Content_2/5c9b6001b80bec0dfaf0b493_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/18190176,22488008280/AdThrive_Content_2/5c9b6001b80bec0dfaf0b493_0" scrolling="no" title="3rd party ad content" width="1"></iframe> $ wget https://github.com/Eugeny/tabby/releases/download/v1.0.176/tabby-1.0.176-linux-x64.deb <iframe data-google-container-id="8" data-load-complete="true" frameborder="0" height="250" id="google_ads_iframe_/18190176,22488008280/AdThrive_Content_3/5c9b6001b80bec0dfaf0b493_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/18190176,22488008280/AdThrive_Content_3/5c9b6001b80bec0dfaf0b493_0" scrolling="no" title="3rd party ad content" width="300"></iframe>Check the availability of the file by using the “ls” command as follows:
$ lsThe output shows that the Debian file named “tabby-1.0.176-linux-x64.deb” is available in the directory.
Step 3: You can install the Debian package by using the “dpkg” command as we did here:
$ sudo dpkg -i tabby-1.0.176-linux-x64.debNote: If you encounter any dependencies missing error, you can use the following command to install those dependencies and fix the issue:
<iframe data-google-container-id="9" data-load-complete="true" frameborder="0" height="250" id="google_ads_iframe_/18190176,22488008280/AdThrive_Content_4/5c9b6001b80bec0dfaf0b493_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/18190176,22488008280/AdThrive_Content_4/5c9b6001b80bec0dfaf0b493_0" scrolling="no" title="3rd party ad content" width="300"></iframe> $ sudo apt --fix-broken installStep 4: After successful installation of the package, you can launch it from your Ubuntu’s terminal as follows:
$ tabbyUpon the launch, the following window will appear:
<iframe data-google-container-id="a" data-load-complete="true" frameborder="0" height="250" id="google_ads_iframe_/18190176,22488008280/AdThrive_Content_5/5c9b6001b80bec0dfaf0b493_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/18190176,22488008280/AdThrive_Content_5/5c9b6001b80bec0dfaf0b493_0" scrolling="no" title="3rd party ad content" width="300"></iframe>Click on “Close and never show again” and navigate to the “New terminal” option:
A new terminal will appear where you can execute the commands and can enjoy the different experience as compared to the traditional terminals:
<iframe data-google-container-id="b" data-load-complete="true" frameborder="0" height="250" id="google_ads_iframe_/18190176,22488008280/AdThrive_Content_6/5c9b6001b80bec0dfaf0b493_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/18190176,22488008280/AdThrive_Content_6/5c9b6001b80bec0dfaf0b493_0" scrolling="no" title="3rd party ad content" width="300"></iframe>Here you go with Tabby!
How to remove Terminus from Ubuntu 22.04
Tabby is a modern age and featureful terminal. However, if you want to remove it from Ubuntu 22.04, the following command will assist you in this regard:
<iframe data-google-container-id="c" data-load-complete="true" frameborder="0" height="250" id="google_ads_iframe_/18190176,22488008280/AdThrive_Content_7/5c9b6001b80bec0dfaf0b493_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/18190176,22488008280/AdThrive_Content_7/5c9b6001b80bec0dfaf0b493_0" scrolling="no" title="3rd party ad content" width="300"></iframe> $ sudo dpkg --remove tabby-terminalConclusion
Tabby (formerly known as terminus) is a modern age terminal to get all the support that a Linux terminal provides. The functionality of Tabby is inspired by “Hyper“, which is a highly configurable web technology-based terminal. Moreover, it is customizable for better aesthetics and performance. This article provides the installation of Tabby on Ubuntu 22.04. Additionally, you have also learned how to remove Tabby-terminal from Ubuntu 22.04.
标签:Terminus,age,Tabby,terminal,22.04,install,Ubuntu From: https://www.cnblogs.com/yaoyangding/p/16973883.html