Install DrRacket on Opensuse 12.1, 12.2 and 12.3 via Command Line Interface

In this article I will show you how to install DrRacket on Opensuse 12.1, Opensuse 12.2 and Opensuse 12.3.https://linuxg.net/wp-content/uploads/2023/07/imagesqtbnANd9GcTjAEmKZW1AlUlssRkkRah-ZVcth5WqelvREh0GqflPuaqFGLAChQ.jpg

Watch Free Movies

DrRacket is a Development IDE, for programming in Scheme. The installation methods are identical, only the download link differ. The packages for Opensuse 12.3 may work on other Opensuse 12.* versions, but I did not test that, since Opensuse provides us special packages for a certain type of Opensuse Distribution.

Install DrRacket on Opensuse 12.3:

Download the DrRacket rpm package for your architecture:

* for 32 bit systems:

$ wget download.opensuse.org/repositories/devel:/languages:/misc/openSUSE_12.3/i586/drracket-5.3.3-2.1.i586.rpm

* for 64 bit systems:

$ wget download.opensuse.org/repositories/devel:/languages:/misc/openSUSE_12.3/x86_64/drracket-5.3.3-2.1.x86_64.rpm

Install DrRacket:

$ sudo zypper in drracket*.rpm

Install DrRacket on Opensuse 12.2:

Download the DrRacket rpm package for your architecture:

* for 32 bit systems:

$ wget download.opensuse.org/repositories/devel:/languages:/misc/openSUSE_12.2/i586/drracket-5.3.3-2.1.i586.rpm

* for 64 bit systems:

$ wget download.opensuse.org/repositories/devel:/languages:/misc/openSUSE_12.2/x86_64/drracket-5.3.3-2.1.x86_64.rpm

Install DrRacket:

$ sudo zypper in drracket*.rpm

Install DrRacket on Opensuse 12.1:

Download the DrRacket rpm package for your architecture:

* for 32 bit systems:

$ wget download.opensuse.org/repositories/devel:/languages:/misc/openSUSE_12.1/i586/drracket-5.3.3-2.1.i586.rpm

* for 64 bit systems:

$ wget download.opensuse.org/repositories/devel:/languages:/misc/openSUSE_12.1/x86_64/drracket-5.3.3-2.1.x86_64.rpm

Install DrRacket:

$ sudo zypper in drracket*.rpm

You can also download the OneClickInstall files, double click them and follow the instructions:

  • Download DrRacket One Click Install for Opensuse 12.3
  • Download DrRacket One Click Install for Opensuse 12.2
  • Download DrRacket One Click Install for Opensuse 12.1

Scroll to Top