Install Spotify under openSUSE - the easy way
by
Published on 22-Nov-2012 07:58
Number of Views: 43273
I created this post because I'm an alien hater. And I have no time to explain why standard RPM is over alien. Just search "alien vs standard rpm". I'm Chinese, those English tech bloggers write better essay than I do. In theory, any Deb oriented package has to be fixed to fit RPM needs.So I wrote a spec and a shell script to build that specfile on your system. Now let's get everything started:
1. Open a terminal (GNOME Terminal or Konsole):
Code:
wget https://raw.github.com/marguerite/opensuse-spotify-installer/master/spotify-rpm-generator.sh
chmod +x spotify-rpm-generator.sh
./spotify-rpm-generator.sh
2. Done! Now you have Spotify installed and a backup RPM under your home.
Next time, you can install that RPM like this:
Code:
sudo rpm -ivh --nodeps spotify-*.rpm
or
Code:
sudo zypper install --no-refresh --force-resolution spotify-*.rpm
Note: --nodeps and --force-resolution are very important!
Have a lot of fun!
