DuckDB CLI (duckdb)
Install latest/stable of DuckDB CLI
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Details for DuckDB CLI
Package name
- duckdb
License
- MIT
Last updated
- 13 April 2025 - latest/stable
- 13 April 2025 - latest/candidate
Websites
Contact
Source code
Report a bug
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report DuckDB CLI for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
DuckDB CLI
DuckDB is an embeddable SQL OLAP database management system. It is designed to handle analytical workloads with high performance on modern hardware. DuckDB is based on a columnar storage model, designed for vectorized query execution, and has fully ACID-compliant transactions.
Quick Start:
- Launch the DuckDB CLI:
duckdb - Check the version:
select version(); - Read a CSV file:
select * from read_csv_auto('my_file.csv') limit 100;
Important Notes:
- This is an unofficial Snap package for DuckDB.
- DuckDB is a trademark of the DuckDB Foundation.
| Revision | Channel | Version | Build | Commit |
|---|
The build and commit information is derived from build infrastructure records.
Install DuckDB CLI on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.