/WinampLinux

winamp on linux, cuz im too lazy to setup WINE manually for this.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

better screenshot wine version winamp version Tested on Ubunturep size

Winamp 5.80 installer for Linux

This bash script helps you install Winamp 5.8 and it's libraries on your Linux machine using WINE automatically.

:lightning: Features

  • Automatically downloads Winamp from offical website
  • Installs prerequirements if needed
  • works on any Linux distribution

⚠️ Requirements

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)

💻 Installation

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/