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 make your Linux terminal cool and vintage?

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article is about how to make your Linux terminal cool and retro. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Nostalgia? Install the retro terminal application cool-retro-term-as its name suggests, it's cool and retro.

Do you remember the time when CRT monitors were everywhere and terminal screens often flickered? You don't need to be that old to witness it. If you watch movies from the early 1990s, you'll see a lot of CRT monitors and green / black-and-white command prompts. That kind of geek halo makes it feel cool.

If you're tired of the look of your emulation terminal and you need something cool "new", cool-retro-term will give you a retro terminal look that allows you to relive the past. You can also change its color, type of animation, and add some effects to it.

Install with snap package in Linux

There are many ways to install cool-retro-term in Linux. One distribution-independent approach is to use the snap package. If your Linux distribution supports snap, you can use this command to install cool-retro-term:

Sudo snap install cool-retro-term-classic

Ubuntu users can also find it in the Software Center.

If you don't want to use the snap package, don't worry. There are other ways to install it.

Install in a Ubuntu-based Linux distribution

There are some PPA that can easily install cool-retro-term on Ubuntu-based distributions, such as Linux Mint, Elementary OS, Linux Lite, and so on.

For Ubuntu 18.04,18.10,19.04, Linux Mint 19 and later, use this PPA:

Sudo add-apt-repository ppa:vantuz/cool-retro-termsudo apt updatesudo apt install cool-retro-term

For Ubuntu 16.04 and Linux Mint 18 series, use this PPA:

Sudo add-apt-repository ppa:noobslab/appssudo apt updatesudo apt-get install cool-retro-term is installed in an Arch-based Linux distribution

Install cool-retro-term in Arch-based Linux distributions, such as Antergos and Manjaro, using the following command:

Sudo pacman-S cool-retro-term

Install from source code

To install this application from source code, you need to install Git and some dependencies first. In Ubuntu-based distributions, some known dependencies are:

Sudo apt-get install git build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qtdeclarative5-controls-plugin qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qtdeclarative5-dialogs-plugin qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin

Known dependencies for other distributions can be found on cool-retro-term 's GitHub repository.

Now use the following command to compile the program:

Git clone https://github.com/Swordfish90/cool-retro-term.gitcd cool-retro-termqmake & & make

After the program has been compiled, you can run it with this command:

. / cool-retro-term

If you like to put this application in the program menu for quick access, instead of running it manually with a command every time, you can use the following command:

Sudo cp cool-retro-term.desktop / usr/share/applications Thank you for reading! This is the end of the article on "how to make your Linux terminal cool and retro". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

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