How To Install laserboy-indep on Debian 10

Learn how to install laserboy-indep on Debian 10 with this tutorial. laserboy-indep is Laser show software for soundcard operation - data files

Introduction

In this tutorial we learn how to install laserboy-indep on Debian 10.

What is laserboy-indep

laserboy-indep is:

LaserBoy can translate laser vector art into standard, 48KHz, 16 bit, multi channel RIFF WAVE file format and play those files with independent sample shifts between the channels for proper time alignment between the scanners and the color modulation devices (per color). Waves made with LaserBoy can be played from any surround sound card in any OS. LaserBoy can open its own generated wave files and convert them back into vector art. LaserBoy provides a full set of points optimization routines including distance spanning, corner dwelling and the ability to minimize total points distance by rearranging the order and direction of lit segments within a frame. With a DC modified 8 channel sound card and some outboard electronics, LaserBoy is currently outputting full motion, 16bit X, Y position, 24 bit RGB color projections at 48 thousand points per second. Creating waves of any integer sample rate is possible. 48KHz is only a limitation of the sound cards that are currently in use.

This package contains architecture independent data files for laserboy.

There are three methods to install laserboy-indep on Debian 10. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install laserboy-indep Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install laserboy-indep using apt-get by running the following command:

sudo apt-get -y install laserboy-indep

Install laserboy-indep Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install laserboy-indep using apt by running the following command:

sudo apt -y install laserboy-indep

Install laserboy-indep Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install laserboy-indep using aptitude by running the following command:

sudo aptitude -y install laserboy-indep

How To Uninstall laserboy-indep on Debian 10

To uninstall only the laserboy-indep package we can use the following command:

sudo apt-get remove laserboy-indep

Uninstall laserboy-indep And Its Dependencies

To uninstall laserboy-indep and its dependencies that are no longer needed by Debian 10, we can use the command below:

sudo apt-get -y autoremove laserboy-indep

Remove laserboy-indep Configurations and Data

To remove laserboy-indep configuration and data from Debian 10 we can use the following command:

sudo apt-get -y purge laserboy-indep

Remove laserboy-indep configuration, data, and all of its dependencies

We can use the following command to remove laserboy-indep configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge laserboy-indep

Dependencies

laserboy-indep have the following dependencies:

References

Summary

In this tutorial we learn how to install laserboy-indep package on Debian 10 using different package management tools: apt, apt-get and aptitude.