Pysqlite packages

This page lists third-party packages of pysqlite.

Debian

  • Use apt-get install python-sqlite to install pysqlite 1.0.
  • Use apt-get install python-pysqlite1.1 to install pysqlite 1.1.
  • Use apt-get install python-pysqlite2 to install pysqlite 2.x.

Fedora Core

  • Use yum install python-sqlite to install pysqlite 1.1.
  • Use yum install python-sqlite2 to install pysqlite 2.x.

FreeBSD

If you have portinstall installed, you can use

  • portinstall py-pysqlite10 to install pysqlite 1.0.
  • portinstall py-pysqlite11 to install pysqlite 1.1.
  • portinstall py-pysqlite2 to install pysqlite 2.x.

Gentoo Linux

  • emerge pysqlite to install latest pysqlite available in portage
  • you can check the lastest ebuild at Gentoo ebuild files (pysqlite 1.0.x and pysqlite 2.0.x)

NetBSD

Somebody please explain the command on NetBSD to install pysqlite from the shell.

OpenBSD

Ubuntu

  • Use apt-get install python-sqlite to install pysqlite 1.0.
  • Use apt-get install python-pysqlite2 to install pysqlite 2.x.