How to Install and Uninstall ruby-sequel-pg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "ruby-sequel-pg" package

This tutorial shows how to install ruby-sequel-pg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-sequel-pg

2. Uninstall "ruby-sequel-pg" package

Please follow the guidelines below to uninstall ruby-sequel-pg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-sequel-pg $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-sequel-pg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-sequel-pg
Priority: optional
Section: universe/ruby
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.6.14-1build2
Depends: libc6 (>= 2.7), libpq5 (>= 9.2~beta3), libruby2.3 (>= 2.3.0~preview2), ruby (>= 1:2.3~0), ruby-pg, ruby-sequel
Filename: pool/universe/r/ruby-sequel-pg/ruby-sequel-pg_1.6.14-1build2_amd64.deb
Size: 19310
MD5sum: 8c80ee5ea98d75987d317be6da8bba4c
SHA1: 65b3f6cbdf6d4091e55dfba916263e94effe609f
SHA256: d65f6d95fedadae7bcc56867eba656d899d7427da9fa1321d4a0b13e344ffc81
Description-en: Faster SELECTs when using Sequel with pg
sequel_pg overwrites the inner loop of the Sequel postgres
adapter row fetching code with a C version. The C version
is significantly faster (2-6x) than the pure ruby version
that Sequel uses by default.
Description-md5: 2ae3212929238c6b6d45432dcba60221
Homepage: https://github.com/jeremyevans/sequel_pg
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu