获取带有 Cool Retro Terminal 的 Vintage Linux 终端
怀念 80 年代的老式 CRT 显示器吗?您可以使用 Cool Retro Term 应用程序在 Linux 中重温它。
怀念过去吗?通过安装复古终端应用程序 Cool-retroterm 来感受一下过去的感觉,顾名思义,它既酷又复古。
您还记得那时到处都是 CRT 显示器,终端屏幕经常闪烁吗?你不需要年纪大了就能见证这一切。如果您观看 90 年代初的电影,您会看到大量带有绿色/黑白命令提示符的 CRT 显示器。它有一种极客的光环,使它更酷。
如果您厌倦了终端外观,并且需要一些很酷和“新”的东西,cool-retroterm 将为您提供复古的终端外观,以重温过去。您还可以更改其颜色和动画类型,并为其添加一些效果。
在 Linux 中安装 Cool Retro Term [推荐]
由于它是一个非常流行的工具,几乎所有 Linux 发行版的官方存储库中都提供了它。在 Ubuntu 中,您可以通过在终端运行以下命令来安装它:
sudo apt install cool-retro-term
同样,如果您运行的是 Arch Linux,请使用:
sudo pacman -S cool-retro-term
或者,在 Fedora 中:
sudo dnf install cool-retro-term
要从存储库中删除安装的软件包,您可以使用相应的删除命令:
sudo apt remove cool-retro-term
sudo pacman -Rs cool-retro-term
sudo dnf remove cool-retro-term
分别适用于 Ubuntu、Arch Linux 和 Fedora。
在基于 Ubuntu 的旧版 Linux 发行版中安装 Cool Retro Term
有 PPA 可用于轻松安装 Ubuntu 18.04 和 Linux Mint 19 的 Cool-retroterm。
sudo add-apt-repository ppa:vantuz/cool-retro-term
sudo apt update
sudo apt install cool-retro-term
要删除,请运行:
sudo apt remove cool-retro-term
sudo add-apt-repository --remove ppa:vantuz/cool-retro-term
sudo apt update
从源代码安装cool-retroterm [不推荐]
要从源代码安装此应用程序,您需要首先安装 Git 和一些依赖项。基于 Ubuntu 的发行版中的一些已知依赖项包括:
sudo apt install \
git \
build-essential \
qmlscene \
qt5-qmake \
qt5-default \
qtdeclarative5-dev \
qml-module-qtquick-controls2 \
qml-module-qtgraphicaleffects \
qml-module-qtquick-dialogs \
qml-module-qtquick-localstorage \
qml-module-qtquick-window2 \
qml-module-qt-labs-settings \
qml-module-qt-labs-folderlistmodel \
qtquickcontrols2-5-dev
至少 Ubuntu 20.04 需要额外的软件包
sudo apt install \
qtquickcontrols2-5-dev \
qml-module-qt-labs-platform \
qml-module-qtquick-controls \
qml-module-qtquick-layouts \
qml-module-qtquick-localstorage
在 Ubuntu 22.04 中,没有 qt5-default 软件包。因此,在上面的安装命令中,将 qt5-default 替换为 qtbase5-dev。
现在,运行以下命令来安装它:
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
cd cool-retro-term
qmake && make
程序编译完成后,您可以使用以下命令运行它:
./cool-retro-term
如果您希望将此应用程序放在程序菜单中以便快速访问,这样您就不必每次都使用命令手动运行它,您可以使用以下命令:
sudo cp cool-retro-term.desktop /usr/share/applications
要删除 Cool Retro Term,如果您没有将桌面文件复制到 /usr/share/applications,只需从该位置删除 cool-retro-term
文件夹即可,您执行命令的位置。否则,也从 /usr/share/applications 中删除桌面文件。
现在运行:
sudo apt autoremove
或者删除所有不需要的依赖包。
在 Linux 中安装 Cool Retro Term 作为 Snap
snap 包不是最新的。它比存储库中可用的包更旧。
如果您的 Linux 发行版启用了 Snap 支持,您可以使用以下命令安装cool-retro-term:
sudo snap install cool-retro-term --classic
Ubuntu 用户也可以在软件中心找到它。
要删除它,请使用:
sudo snap remove cool-retro-term
调整酷复古术语
酷复古术语提供了几种调整外观的方法。如果默认没有菜单面板,您可以通过右键单击界面来访问设置。
从这里,您可以转到设置选项进行进一步的精细调整。
在我看来,它是 Linux 上最好的终端模拟器之一。它获得了唤起回忆的所有要点。享受 Linux 中的老式终端 🙂
想要 Linux 中更多复古的东西吗?
如果你喜欢这样的复古东西,还有很多这样的东西可以带你回到 80 年代和 90 年代。
比如用DOSBox玩复古游戏。
有备用系统吗?将其变成带有特制 Linux 发行版的复古游戏机。
或者只是阅读其他人重新探索过去时代的软件。