2.4 Installing Rattle on Linux

20241007

As of 20 August 2026 the Rattle version was 6.5.65.

Summary

For Ubuntu see Section 2.5, or Snap see Section 2.6.

For a generic Linux installation:

curl https://access.togaware.com/rattle-linux.zip -o rattle-linux.zip
unzip rattle-linux.zip -d rattle
./rattle/rattle

Details

To install Rattle on Linux we first need to ensure we have R and the recommended R pacakges installed as discussed in Section 2.1.

As a user it is also recommended to install the rattle package manually before running rattle so that rattle itself can install any missing R packages into the local user’s folder. To do so, run R from a terminal at the $ prompt and enter the following command at the R prompt >:

install.packages('rattle')

Once that finishes (after you have possibly been asked to create a personal library for your R packages), type q() at the R prompt (and choose n when asked to save the workspace image).

You are then ready to install the Rattle software. Begin by downloading the rattle-linux.zip. You can do this by tapping on that link or else from the terminal command line using curl as above.



Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0