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 Terminator under Linux system

2025-02-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

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

Terminator, which can open multiple terminals in one window. One of the goals of the project is to provide a useful tool for placing terminals. It is inspired by programs such as gnome-multi-term,quankonsole, which focus on placing terminals by grid. Terminator 0.98 brings more perfect tagging, better layout preservation / recovery, improved preferred user interface and a number of bug fixes.

Changes and new features of TERMINATOR 0.98

* added a layout initiator to allow simple switching between unused layouts (open a new layout switcher with Alt + L)

* added a new manual (opened with F1)

* when you save, the layout will now remember:

Maximize and full screen statu

Window title

Active label

Active terminal

The working directory of each terminal

Add options to enable / disable heterogeneous non-homogenous tags and scroll arrows

* add shortcut keys for scrolling up / down by line / half page / one page

* add Ctrl+ mouse wheel to zoom in / out, Shift+ mouse wheel to scroll up / down the page

* add a shortcut key to the next / previous profile profile

* improve the consistency of custom command menus

* add shortcuts / codes to switch all / tag groups

* improved monitoring plug-in

* add search bar switch

* Clean and reorganize preferred preferences window, including a complete global note update

* add an option to set the ActivityWatcher plug-in silence time

Install Terminator 0.98

Terminator 0.98 has PPA available, so first we need to add libraries to Ubuntu/Linux Mint. Run the following command from the terminal to install Terminator 0.98.

The code is as follows:

$sudo add-apt-repository ppa:gnome-terminator/nightly

$sudo apt-get update

$sudo apt-get install terminator\

If you want to remove Terminator, just run the following command in the terminal (optional).

The code is as follows:

$sudo apt-get remove terminator

Has been using Termiantor as the default terminal, the biggest feature of the console simulator is to support full screen, I like this feature very much, so that I will not be disturbed by things such as the taskbar and window title, and give people the feeling of operating in the console, rather than operating on the graphical desktop, feel great: -).

In addition to the full-screen function, Terminator also supports a variety of configuration settings, notably "Run a custom command", which allows Terminator to run some commands when it starts, and to set Terminator to be turned off when the command exits. Of course, this function is not unique to Terminator and can also be achieved through command parameters or configuration files in other console simulators.

Then, we need to modify the code (it's not clear that these bug have been around for a long time, but no one has solved it!-_ -!).

*

The code is as follows:

Cp terminatorlib/__init__.py terminatorlib/plugins/

This bug is really, so copying can only make it work, but we don't know whether the plug-in can be used or not. Anyway, we don't need it at present.

* Edit termiantor and add the following line below line 40:

The code is as follows:

Sys.path.append ('/ usr/lib/python2.6/site-packages')

This line of code indicates the library search path for python. When I installed Terminator for the first time, I found that it put terminatorlib under the / usr/lib/python2.6/site-packages directory, different systems may have different paths, you can install it first, and then look at the location where it is placed and modify the previous sentence accordingly. I didn't set the environment variable PYTHONPATH=$PYTHONPATH:/usr/lib/python2.6/site-packages because I wanted to minimize the impact on the system environment.

*

The code is as follows:

. / setup.py install--prefix=/usr-- record=install-files.txt

; install, and specify the installation directory and record the installation information to facilitate uninstallation (. / setup.py uninstall-- manifest=install-files.txt)

After pressing the above operation, you can run Terminator successfully.

At this point, the study on "how to install Terminator under the Linux system" 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