How to Install and Uninstall rake-compiler Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "rake-compiler" package

In this section, we are going to explain the necessary steps to install rake-compiler on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install rake-compiler

2. Uninstall "rake-compiler" package

Please follow the guidance below to uninstall rake-compiler on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove rake-compiler $ sudo apt autoclean && sudo apt autoremove

3. Information about the rake-compiler package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: rake-compiler
Priority: optional
Section: universe/ruby
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.9.5-2
Depends: ruby | ruby-interpreter, rake
Filename: pool/universe/r/rake-compiler/rake-compiler_0.9.5-2_all.deb
Size: 18852
MD5sum: 21b89878d844f8455cb29143313fe252
SHA1: a9b791d2c7c6445304963732dd40ac069ce93e87
SHA256: f06a957f1301d815d7138dafef8d38283fc4292d054531e6dcf92f8fbebb26c8
Description-en: Rake-based Ruby Extension (C, Java) task generator
The rake-compiler is first and foremost a productivity tool for Ruby
developers. It's goal is to make the busy developer's life easier by
simplifying the building and packaging of Ruby extensions by
simplifying code and reducing duplication.
.
It follows *convention over configuration* by advocating a standardized
build and package structure for both C and Java based RubyGems.
.
Rake-compiler is the result of many hard-won experiences dealing with
several diverse RubyGems that provided native extensions for different
platforms and different user configurations in different ways. Details
such as differences in code portability, differences in code clarity,
and differences in project directory structure often made it very
difficult for newcomers to those RubyGems.
Description-md5: df485c295e9511e41b2b27cbe7ebc83c
Homepage: http://github.com/luislavena/rake-compiler
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu