thombashi / sqlitebiter

A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
https://sqlitebiter.rtfd.io/
MIT License
849 stars 50 forks source link

Unable to locate package #82

Open tbinnington opened 3 years ago

tbinnington commented 3 years ago

Describe the bug

sudo apt install sqlitebiter returns:

Unable to locate package sqlitebiter

...after adding repo

Expected behavior

sqlitebiter installs correctly

To Reproduce

Steps to reproduce the behavior:

sudo add-apt-repository ppa:thombashi/ppa sudo apt update sudo apt install sqlitebiter

Environments

Please complete the following information:

apt (PPA) on Linux subsystem for Windows 10 Ubuntu 20.04.1 LTS

Additional context

Output of sudo apt update looks normal, except for this: Failed to fetch http://ppa.launchpad.net/thombashi/ppa/ubuntu/dists/focal/main/binary-amd64/Packages 404 Not Found [IP: 91.189.95.85 80]

brendonmiranda commented 1 year ago

same issue.

Ign:1 http://ppa.launchpad.net/thombashi/ppa/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Err:4 http://ppa.launchpad.net/thombashi/ppa/ubuntu focal Release
  404  Not Found [IP: XXX.XXX.XXX.XX XX]
Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/thombashi/ppa/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.