Skip to content

elio-fm/elio-apt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elio APT Repository

Official APT repository for elio.

Install

curl -fsSL https://elio-fm.github.io/elio-apt/install.sh | sudo sh
sudo apt install elio

The installer configures the elio APT source, installs the repository signing key, and updates package lists.

Manual Setup

sudo install -d -m 0755 /etc/apt/keyrings

curl -fsSL https://elio-fm.github.io/elio-apt/elio-archive-keyring.gpg \
  | sudo tee /etc/apt/keyrings/elio-archive-keyring.gpg >/dev/null

echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/elio-archive-keyring.gpg] https://elio-fm.github.io/elio-apt stable main" \
  | sudo tee /etc/apt/sources.list.d/elio.list

sudo apt update
sudo apt install elio

Supported Packages

This repository publishes amd64 packages for the stable APT distribution.

About

Official apt repository for elio, a batteries-included terminal file manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages