I was trying to install the last.fm software and I've messed up adept. I think I added the wrong key, but I'm not sure.
after trying apt-get update I receive
this is what I'm trying to accomplish from last.fm's site
This repo should be valid for all debian based distributions which ship with =>Qt 4.2 or have =>Qt 4.2 in their repos. Ubuntu/Debian/etc.
First, import our GPG key:
wget -q http://apt.last.fm/last.fm.repo.gpg -O- | sudo apt-key add -
Then add one of the following lines to your /etc/apt/sources.list file, then apt-get update, and apt-get install lastfm.
Stable:
deb http://apt.last.fm/ debian stable
Testing:
deb http://apt.last.fm/ debian testing
v
after trying apt-get update I receive
Code:
E: Type '[url]http://apt.last.fmdeb'[/url] is not known on line 56 in source list /etc/apt/sources.list
This repo should be valid for all debian based distributions which ship with =>Qt 4.2 or have =>Qt 4.2 in their repos. Ubuntu/Debian/etc.
First, import our GPG key:
wget -q http://apt.last.fm/last.fm.repo.gpg -O- | sudo apt-key add -
Then add one of the following lines to your /etc/apt/sources.list file, then apt-get update, and apt-get install lastfm.
Stable:
deb http://apt.last.fm/ debian stable
Testing:
deb http://apt.last.fm/ debian testing
v
Comment