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
- NetBSD packages (pysqlite 1.0.x)
Somebody please explain the command on NetBSD to install pysqlite from the shell.
OpenBSD
- Use pkg_add py-sqlite to install pysqlite 1.x (OpenBSD 4.1/i386 package)
- Use pkg_add py-sqlite2 to install pysqlite 2.x (OpenBSD 4.1/i386 package)
Ubuntu
- Use apt-get install python-sqlite to install pysqlite 1.0.
- Use apt-get install python-pysqlite2 to install pysqlite 2.x.
