Sonic Pi is a tool used for the creation of music with the help of coding! Yes, this is surprising that you can create the music with the help of the scripts without using any musical instruments. With the help of the Sonic Pi package, we can create music of different types like Jazz, classical, and even Pop.

The Sonic Pi is simple to learn and it is supported by Windows, macOS, and the Raspberry Pi operating system. In this write-up, we will download the Sonic Pi and also learn the methods to install it on Raspberry Pi.

How sonic pi can be downloaded on the Raspberry Pi operating system

To download the Sonic Pi on the Raspberry Pi, we will download its “deb” package from the official website of the Sonic Pi by using the wget command:

$ wget -c https://sonic-pi.net/files/releases/v3.3.1/sonic-pi_3.3.1_1_armhf.deb

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/image3-21.png" data-lazy- height="216" src="data:image/svg xml,” width=”911″>

Once the package has been downloaded, we will update the packages of the Raspberry Pi:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/image5-20.png" data-lazy- height="272" src="data:image/svg xml,” width=”1214″>

We will list down all the contents of the home directory to confirm the deb package has been downloaded:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/image4-20.png" data-lazy- height="277" src="data:image/svg xml,” width=”882″>

To install the Sonic Pi on the Raspberry Pi operating system, we will run the following command to install it from the downloaded deb package:

$ sudo dpkg -i sonic-pi_3.3.1_1_armhf.deb

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/image7-16.png" data-lazy- height="381" src="data:image/svg xml,” width=”913″>

To launch the application, go to the “application menu” on the left top of the desktop screen, a drop-down menu will appear, choose “Programming” and then “Sonic Pi”:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/image6-20.png" data-lazy- height="469" src="data:image/svg xml,” width=”643″>

The application will be launch:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/image2-22.png" data-lazy- height="531" src="data:image/svg xml,” width=”800″>

You will see the home screen of sonic Pi:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/image1-24.png" data-lazy- height="327" src="data:image/svg xml,” width=”917″>

Conclusion

The Sonic Pi is a platform where anyone (because it is open source) can make music by scripting. It is a programming tool for creating music and this application can be installed on the Raspberry Pi operating system. In this write-up, we have downloaded the deb package of the sonic-pi and used the apt package manager to install it on the Raspberry Pi operating system.

About the author

<img data-del="avatar" data-lazy-src="https://kirelos.com/wp-content/uploads/2022/04/echo/hammad–150×150.jpg6253a5e4b165c.jpg" height="112" src="data:image/svg xml,” width=”112″>

Hammad Zahid

I’m an Engineering graduate and my passion for IT has brought me to Linux. Now here I’m learning and sharing my knowledge with the world.