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
Repository Setup & Usage
🔧 Repository URL
https://vim-environment-manager.github.io/packages/deb
📝 Add Repository
echo "deb https://vim-environment-manager.github.io/packages/deb stable main" | sudo tee /etc/apt/sources.list.d/vem.list
sudo apt update
🏗️ Supported Platforms
- Architectures: amd64, arm64
- Distributions: Ubuntu 20.04+, Debian 11+
🔄 Package Updates
sudo apt update
sudo apt upgrade vem
📋 Package Information
apt-cache policy vem
apt-cache show vem
🗑️ Remove Repository
sudo rm /etc/apt/sources.list.d/vem.list
sudo apt update