How To Install laserboy-indep on Kali Linux
Introduction
In this tutorial we learn how to install laserboy-indep on Kali Linux.
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 Kali Linux. 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 updateAfter updating apt database, We can install laserboy-indep using apt-get by running the following command:
sudo apt-get -y install laserboy-indepInstall laserboy-indep Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install laserboy-indep using apt by running the following command:
sudo apt -y install laserboy-indepInstall laserboy-indep Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install laserboy-indep using aptitude by running the following command:
sudo aptitude -y install laserboy-indepHow To Uninstall laserboy-indep on Kali Linux
To uninstall only the laserboy-indep package we can use the following command:
sudo apt-get remove laserboy-indepUninstall laserboy-indep And Its Dependencies
To uninstall laserboy-indep and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove laserboy-indepRemove laserboy-indep Configurations and Data
To remove laserboy-indep configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge laserboy-indepRemove 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-indepDependencies
laserboy-indep have the following dependencies:
References
Summary
In this tutorial we learn how to install laserboy-indep package on Kali Linux using different package management tools: apt, apt-get and aptitude.