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 the retro terminal Cool Retro Term in Linux

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

Share

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

This article mainly introduces the relevant knowledge of "how to install the retro terminal Cool Retro Term in Linux". The editor shows you the operation process through the actual case. The operation method is simple, fast and practical. I hope that this article "how to install the retro terminal Cool Retro Term in Linux" can help you solve the problem.

Installation here only describes the installation method on Linux. For macOS, please refer to the documentation or download the compiled DMG

Use the package manager if you are an ArchLinux or Ubuntu user, you can use the package manager to install to avoid the complicated compilation and installation process.

Cool Retro Term is already included in the official warehouse of ArchLinuxArchLinux. Execute the following command to install:

# pacman-S cool-retro-term or install the development version from AUR:

$yaourt-S cool-retro-term-gitUbuntu installed from PPA

# add-apt-repository ppa:noobslab/apps # apt-get update # apt-get install cool-retro-term compilation installation dependencies before compiling, install some dependencies. Different distributions require different dependencies. For more information, please see the Dependencies section of the documentation.

For ArchLinux, these dependencies should be installed:

Once the # pacman-S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects compilation dependency is installed, you can start compiling. Execute the following command:

# Clone from Github to local $git clone-- recursive https://github.com/Swordfish90/cool-retro-term.git # starts compilation (Fedora and OpenSUSE users need to replace qmake with qmake-qt5) $cd cool-retro-term $qmake & & make program has been compiled successfully, you can use the following command to run it:

$. / cool-retro-term added to the program menu # cp cool-retro-term.desktop / usr/share/applications the user comes with some command-line parameters, which can be viewed by executing cool-retro-term-h:

"Usage: cool-retro-term [--default-settings] [--workdir] [--program] [- p |-- profile] [--fullscreen] [--h |-- help]"-- default-settings Run cool-retro-term with the default settings-- workdir Change working directory to 'dir'-e Command to execute. This option will catch all following arguments, so use it as the last option. -- fullscreen Run cool-retro-term in fullscreen. -p |-- profileRun cool-retro-term with the given profile. -h |-- help Print this help. -- verbose Print additional information such as profiles and settings. When Cool Retro Term is turned on, the default is what an old CRT monitor looks like. If you don't like the default style, click Edit-Settings to set it.

Profile in the Genreal tab has some configuration files that can be loaded by clicking the Load button. Click New to create a new configuration file, and then you can make specific configuration, and the adjustment effect is visible in real time, which is very convenient.

My profile {"ambientLight": 000000, "backgroundColor": "# 000000", "bloom": 0.55, "brightness": 0.5, "burnIn": 0.4, "chromaColor": 0, "contrast": 0.85, "customCommand": "", "flickering": 0.05, "fontColor": "# ff8100", "fontName": "APPLE_II" "fontWidth": 0.95, "frameName": "SIMPLE_WHITE_FRAME", "glowingLine": 0.25, "horizontalSync": 0.15, "jitter": 0.1, "rasterization": 2, "rbgShift": 0, "saturationColor": 0.1, "screenCurvature": 0.1, "staticNoise": 0.1, "useCustomCommand": false, "windowOpacity": 1 "name": "Wasteland"} several screenshots

This is the end of the introduction on "how to install the retro terminal Cool Retro Term in Linux". Thank you for your reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

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

Development

Wechat

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

12
Report