Windows
Installing BassBoom on Windows!
Before performing the installation, your Windows system must meet the following requirements:
We advise you to use the terminal emulation software capable of displaying the VT sequences on systems older than Windows 10. BassBoom uses Terminaux to render its elements in the CLI music player.
Installation
There are several ways to install BassBoom on Windows systems. We recommend installing BassBoom using the Chocolatey package manager or the Windows installer for simplicity.
Method 1: Using Windows Installer
The Windows Installer method allows you to easily install BassBoom.
Download the latest Windows Installer EXE file from this page
Double-click on a single EXE file, and follow the instructions
Double-click on
BassBoomin your desktop.
Method 2: Using Chocolatey
This step-by-step guide shows you how to install BassBoom using the package manager, Chocolatey, assuming that you already have it on your system.
Ensure that Chocolatey is installed to your system PATH
Open your favorite terminal emulator, like ConEmu, and execute the following command:
choco install bassboomStart BassBoom using
bassboom
Method 3: Manually unpacking
If you like to manually unpack the BassBoom packages, follow these steps:
Ensure that you have all the required software installed
Download the latest release ZIP file from this page.
Unpack the ZIP archive to any folder of your choice using 7-Zip
Open your favorite terminal emulator, like ConEmu, and change the working directory to a folder containing the BassBoom executable
Execute
bassboomorBassBoom.Cli.exeto start the kernel
Upgrade
Upgrading BassBoom on Windows is pretty simple, depending on the way you've installed it. To upgrade it, choose a method.
Method 1: Using Windows Installer
You can update BassBoom using the Windows Installer method.
Download the latest BassBoom EXE file from this page.
Double-click on the EXE file and follow the instructions
Double-click on
BassBoomin your desktop.
Method 2: Using Chocolatey
Any updates to the BassBoom Chocolatey package can be done using a built-in Chocolatey command. To update the kernel, follow these steps:
Open your favorite terminal emulator, like ConEmu
Run
choco upgrade bassboomOnce the upgrade is done, run BassBoom like you normally would
Method 3: Manually unpacking
BassBoom can also be manually updated in case the above methods failed. To update BassBoom, perform the same steps as in installing it.
Ensure that you have all the required software installed
Download the latest release ZIP file from this page.
Unpack the ZIP archive to any folder of your choice
Open your favorite terminal emulator, like ConEmu, and change the working directory to a folder containing the BassBoom executable
Execute
bassboomorBassBoom.Cli.exeto start the kernel
Last updated