云网牛站
所在位置:首页 > Linux教程 > Linux系统安装复古式终端(Retro Terminal)

Linux系统安装复古式终端(Retro Terminal)

2018-01-27 16:07:09作者:ywnz稿源:云网牛站整理

你很怀念过去吗?现在你可以在Linux操作系统上安装一个复古式的终端模拟器,感受上世纪七八十年代的人们是如何在Linux系统下使用终端的。cool-retro-term是一款免费开源的终端模拟器,可以让你的终端模仿上世纪的CRT显示器终端。你可以更改颜色、亮度、对比度、透明度、字体大小等等,以及添加其他的动画效果。

cool-retro-term项目页

 

cool-retro-term截图

Linux系统安装复古式终端(Retro Terminal)

Linux系统安装复古式终端(Retro Terminal)

Linux系统安装复古式终端(Retro Terminal)

 

安装方法,针对不同的Linux版本

Ubuntu 14.04:

sudo apt-get install 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

Ubuntu 16.10:

sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qml-module-qtquick-dialogs qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin

Ubuntu 17.04:

sudo apt-get install build-essential libqt5qml-graphicaleffects qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtquick-controls qml-module-qtquick-dialogs qmlscene qt5-default qt5-qmake qtdeclarative5-dev qtdeclarative5-localstorage-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-window-plugin

Debian Jessie:

sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2

Fedora This command should install the known fedora dependencies:

sudo yum -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols redhat-rpm-config

or:

sudo dnf -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols redhat-rpm-config

Arch Linux:

sudo pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects

openSUSE:

Add repository with latest Qt 5 (this is only needed on openSUSE 13.1, Factory already has it):

sudo zypper ar http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_13.1/ KDE:Qt5

Install dependencies:

sudo zypper install libqt5-qtbase-devel libqt5-qtdeclarative-devel libqt5-qtquickcontrols libqt5-qtgraphicaleffects

 

相关主题

Linux命令及Linux终端的20个趣事

精选文章
热门文章