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

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