How to Install and Uninstall rake Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "rake" package

Please follow the step by step instructions below to install rake on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install rake

2. Uninstall "rake" package

This guide covers the steps necessary to uninstall rake on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the rake package on Ubuntu 20.10 (Groovy Gorilla)

Package: rake
Architecture: all
Version: 13.0.1-4
Multi-Arch: foreign
Priority: optional
Section: devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 279
Depends: ruby:any | ruby-interpreter
Recommends: zip
Filename: pool/main/r/rake/rake_13.0.1-4_all.deb
Size: 61592
MD5sum: c82e453653c2aa07c43721945368fe16
SHA1: 982e8e9a9c82cec76d57f7d2f251d48017489b0a
SHA256: 62b1b9341bd533e87b4b85c5ee360fd4138f975e73cb1cbb7964fe088068a6ed
SHA512: d0fe68d94cbacd7d3f1d50bf22b64ba0eb85f5b61c9ccc81464ac49c011524d57676ee069396ff831a11ebc17ba12ffde941cac2a95e360254602c30395e9d63
Homepage: https://github.com/ruby/rake
Description-en: ruby make-like utility
Rake is a simple ruby build program with capabilities similar to make.
.
Rake has the following features:
* Rakefiles (rakes version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to sythesize implicit tasks.
* Rake is lightweight. It can be distributed with other
projects as a single file. Projects that depend upon
rake do not require that rake be installed on target
systems.
Description-md5: 13b953bd84607c7631a72c5bf042fc1f
Task: ubuntu-budgie-desktop
Ruby-Versions: all