2021年7月13日火曜日

AlmaLinux 8に高速ターミナルエミュレータのalacrittyをインストールする

alacrittyは高速でクロスプラットフォームのターミナルエミュレータです。

インストール手順

1. Rust言語のインストール
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
※以下の様な選択肢が表示されたら1を入力します
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
インストールしたシェルですぐにRustを使用するために、以下のコマンドを実行します。
source $HOME/.cargo/env

2. 前提条件パッケージのインストール
以下のコマンドを実行して前提条件パッケージをインストールします。
sudo dnf -y install dnf-plugins-core epel-release
sudo dnf config-manager --set-enabled powertools
sudo dnf -y update
sudo dnf -y install cmake freetype-devel fontconfig-devel libxcb-devel xcb-util-devel libxkbcommon-devel
sudo yum -y group install "Development Tools"

3.alacrittyコマンドのインストール
cargo install alacritty

4.alacrittyコマンドの実行
以下のコマンドを実行して、alacrittyを実行します。
alacritty

〇alacrittyコマンドの実行例(AlmaLinux 8)

関連情報

・alacrittyコマンドのgithubリポジトリ
https://github.com/alacritty/alacritty

0 件のコメント:

コメントを投稿