| 
  
   Size: 1067 
  
  Comment:  
 | 
    ← Revision 7 as of 2025-08-30 10:31:32  ⇥ 
  Size: 1098 
  
  Comment:  
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 24: | Line 24: | 
| # debian buster apt install xmp  | 
# debian bookworm sudo apt install xmp  | 
| Line 37: | Line 37: | 
| xmp --loop-all *.mod | 
xmp
portable command-line module player for Unix and Unix-like systems. Xmp plays over 90 mainstream and obscure module formats from Amiga, Atari, Acorn, Apple IIgs and PC.
   1 cd /tmp/
   2 
   3 wget https://slackbuilds.org/slackbuilds/14.2/libraries/libxmp.tar.gz
   4 tar xvzf libxmp.tar.gz 
   5 cd libxmp
   6 wget http://downloads.sourceforge.net/xmp/libxmp-4.4.1.tar.gz
   7 ./libxmp.SlackBuild 
   8 installpkg /tmp/libxmp-4.4.1-i486-1_SBo.tgz
   9 cd ..
  10 
  11 wget https://slackbuilds.org/slackbuilds/14.2/audio/xmp.tar.gz
  12 tar xvzf xmp.tar.gz 
  13 cd xmp
  14 wget http://downloads.sourceforge.net/xmp/xmp-4.1.0.tar.gz
  15 ./xmp.SlackBuild 
  16 installpkg  /tmp/xmp-4.1.0-i486-1_SBo.tgz
  17 
  18 # debian bookworm
  19 sudo apt install xmp
