Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Terminus in Linux

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to install Terminus in Linux". In daily operation, I believe many people have doubts about how to install Terminus in Linux. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts about "how to install Terminus in Linux". Next, please follow the editor to study!

Main features:

Configuration of themes and color schemes.

Configurable shortcuts.

Separator panel

Remember your previous label.

Compatible with PowerShell (and PS Core), WSL,Git-Bash,Cygwin,Cmder and CMD.

Integrated SSH client and connection manager.

Full Unicode support, including double-width characters.

The output speed is fast.

Install Terminus: a modern terminal

The first thing we need to do is visit the official download page and check the version corresponding to our system (the latest version at the time of this writing is 1.0.112).

Please install the above version according to your Linux distribution.

Ubuntu,Debian,Linux Mint and its derivative versions:

Linuxmi@linuxmi:~/www.linuxmi.com$ wget https://github.com/Eugeny/terminus/releases/download/v1.0.112/terminus-1.0.112-linux.deb

Linuxmi@linuxmi:~/www.linuxmi.com$ sudo dpkg-I terminus-1.0.112-linux.deb

If you encounter problems installing Terminus, install the following software packages.

Linuxmi@linuxmi:~/www.linuxmi.com$ apt-get install-y libxss1 libasound2

CentOS,RHEL and its derivative version:

Linuxmi@linuxmi:~/www.linuxmi.com$ wget https://github.com/Eugeny/terminus/releases/download/v1.0.82/terminus-1.0.82-linux.rpm linuxmi@linuxmi:~/www.linuxmi.com$ yum install-y screen & & rpm-ivh terminus-1.0.82-linux.rpm

If you encounter problems installing Terminus, install the following software packages.

Yum install-y libXScrnSaver

Fedora and its derivative version:

Linuxmi@linuxmi:~/www.linuxmi.com$ wget https://github.com/Eugeny/terminus/releases/download/v1.0.82/terminus-1.0.82-linux.rpm linuxmi@linuxmi:~/www.linuxmi.com$ dnf install-y screen & & rpm-ivh terminus-1.0.82-linux.rpm

OpenSUSE and its derivative version:

Linuxmi@linuxmi:~/www.linuxmi.com$ wget https://github.com/Eugeny/terminus/releases/download/v1.0.82/terminus-1.0.82-linux.rpm linuxmi@linuxmi:~/www.linuxmi.com$ zypper install-y screen & & rpm-ivh terminus-1.0.82-linux.rpm

Arch Linux and its derivative versions:

Linuxmi@linuxmi:~/www.linuxmi.com$ sudo pacman-S git linuxmi@linuxmi:~/www.linuxmi.com$ git clone https://aur.archlinux.org/terminus.git linuxmi@linuxmi:~/www.linuxmi.com$ cd terminus linuxmi@linuxmi:~/www.linuxmi.com$ makepkg-si

We have installed it, now open it and have a look.

Start terminus

You can start Terminus in the following ways:

Terminus

The home screen appears.

Terminus main screen

You can choose to open a new terminal screen or configure terminus according to your needs.

Example of a new terminal.

Now we know how to configure the terminal. On the screen, we find nine options where you can modify what you want.

Application (Application)

Shortcut key (Hotkeys)

Plug-in (Plugins)

Appearance (Appearance)

Terminal (Terminal)

...

Now, let's look at some sample images of each feature to see how easy it is to use and how to choose the structure of the menu.

An example of the "apply program" option for the destination.

An example of the shortcut key option of Terminus.

An example of the plug-in option for Terminus.

Terminus Terminal option.

At this point, the study on "how to install Terminus in Linux" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report