Skip to content

Instantly share code, notes, and snippets.

@pashango2
Created January 21, 2017 01:34
Show Gist options
  • Save pashango2/de3e98ef445acb37c2930e67547dc596 to your computer and use it in GitHub Desktop.
Save pashango2/de3e98ef445acb37c2930e67547dc596 to your computer and use it in GitHub Desktop.
UbuntuのSpotifyでローカルファイルを再生する ref: http://qiita.com/pashango2/items/8aa66000b1a2aa451ca0
echo deb http://se.archive.ubuntu.com/ubuntu trusty main universe | sudo tee /etc/apt/sources.list.d/temp-trusty.list
echo deb http://security.ubuntu.com/ubuntu trusty-security main universe | sudo tee -a /etc/apt/sources.list.d/temp-trusty.list
sudo apt update
sudo apt install libavcodec54 libavformat54
sudo rm /etc/apt/sources.list.d/temp-trusty.list
sudo apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment