直接给出命令
sudo apt update
sudo apt install -y libevent-dev libncurses-dev make automake bison
git clone --depth=1 https://github.com/tmux/tmux.git
cd tmux
bash autogen.sh
./configure && make
make instsall
本文提供了一个简单的指南来帮助用户通过命令行方式安装tmux。首先更新软件包列表,然后安装必要的依赖项,接着从GitHub克隆tmux源代码,进入tmux目录运行autogen.sh,配置并编译安装tmux。
直接给出命令
sudo apt update
sudo apt install -y libevent-dev libncurses-dev make automake bison
git clone --depth=1 https://github.com/tmux/tmux.git
cd tmux
bash autogen.sh
./configure && make
make instsall
572
2621
694

被折叠的 条评论
为什么被折叠?