Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.69 KB

File metadata and controls

40 lines (30 loc) · 1.69 KB

VisiData Debian Repository

NOTE The devotees.gpg.key in this repository has been updated! Please add the new key.

deb-vd is a Debian repository for more convenient installation and updating of VisiData on Linux distributions.

This repository contains VisiData v2.8.

If you are looking for installation instructions for VisiData on MacOS/X or using pip3, they are available here.

Currently, VisiData v1.5.2 is in Debian unstable's main repository and is projected to be released on buster. 2.2.1 is slated for a release on bullseye. Instructions for installing from Debian are here.

Install

Grab our public key

wget https://raw.githubusercontent.com/saulpw/deb-vd/master/devotees.gpg.key
apt-key add devotees.gpg.key

Add our repository to apt's search list

sudo apt-get install apt-transport-https
sudo vim /etc/apt/sources.list
    deb [arch=amd64] https://raw.githubusercontent.com/saulpw/deb-vd/master sid main
sudo apt-get update

You can then install VisiData by typing:

sudo apt-get install visidata

VisiData can then be updated with every subsequent release using:

sudo apt-get update
sudo apt-get install visidata

About

VisiData was created and is being developed by Saul Pwanson <saul@visidata.org>. The debian package and repository is being maintained by Anja Kefala <anja@visidata.org>.