Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

VEM DEB Repository Installation

🚀 Quick Installation

Add the repository and install VEM:

echo "deb https://vim-environment-manager.github.io/packages/deb stable main" | sudo tee /etc/apt/sources.list.d/vem.list
sudo apt update
sudo apt install vem

📦 One-liner Installation

curl -fsSL https://vim-environment-manager.github.io/packages/install/install-deb.sh | bash

💾 Manual Installation

Download and install the DEB package directly:

# For amd64 systems
wget https://github.com/ryo-arima/vem/releases/download/v0.1.0-20251019/vem_0.1.0_amd64.deb
sudo dpkg -i vem_0.1.0_amd64.deb

# For arm64 systems  
wget https://github.com/ryo-arima/vem/releases/download/v0.1.0-20251019/vem_0.1.0_arm64.deb
sudo dpkg -i vem_0.1.0_arm64.deb

✅ Verify Installation

vem --version
vem --help