DuckDB CLI

Install latest/stable of DuckDB CLI

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install duckdb

Don't have snapd? Get set up for snaps.

Channel Version Published

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.

Details for DuckDB CLI

License
  • MIT

Last updated
  • 10 January 2025 - latest/stable

Websites

Contact

Source code

Report a bug

Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.


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.


Where people are using DuckDB CLI

Users by distribution (log)

Ubuntu 24.04