https://github.com/mause/duckdb_ppa
https://github.com/mause/duckdb_ppa
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mause/duckdb_ppa
- Owner: Mause
- License: other
- Created: 2024-02-17T12:58:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T07:02:28.000Z (over 1 year ago)
- Last Synced: 2025-02-23T19:42:06.224Z (over 1 year ago)
- Language: Python
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DuckDB PPA
This is an unofficial and unsupported PPA for the duckdb CLI and shared library (+headers).
Right now, only `jammy` is configured and uploaded.
```sh
sudo add-apt-repository ppa:mause-me/duckdb
sudo apt update
sudo apt install duckdb libduckdb libduckdb-dev
```
You can also see more details on [launchpad](https://launchpad.net/~mause-me/+archive/ubuntu/duckdb/)
## Current issues
I'm currently working to resolve the following errors and warnings:
```
W: duckdb-dbgsym: elf-error In program headers: Unable to find program interpreter name [usr/lib/debug/.build-id/fe/4c3e6d151417731b83252ba2ef47ad06438b38.debug]
```