This bash script helps you install Winamp 5.8 and it's libraries on your Linux machine using WINE automatically.
- Automatically downloads Winamp from offical website
- Installs prerequirements if needed
- works on any Linux distribution
1- use a 64 bit edition of your distro (optional but highly recommended)
2-make sure the following packages are already installed on your Linux distro
wine
(make sure it is up to date)winetricks
md5sum
if they are not already installed you can install them using this example command for Ubuntu.
sudo apt-get install wine winetricks md5sum
4- make sure you have an internet connection and about 200 MB of disk space for Winamp (and its prerequisites)
The installer script will create a new WINE virtual drive and will install to USERNAME/.WinampLinux
Download the script using
git clone https://github.com/samdisk11/WinampLinux.git
and navigate to the folder,
then run setup.sh and run the installer.
once the Winamp Installer Window shows up, just click on Next on every prompt and do not check mark "Install Winamp Agent".
most of the code based off of https://github.com/Gictorbit/photoshopCClinux/