I had this exact problem when installing Windows Media codecs tonight, under Edgy. I fixed it by installing the AMD 64 part, even though I shouldn't need it.
First, Ubuntu Dapper Wiki, very handy if you don't already have it.
http://ubuntuguide.org/wiki/Dapper#H...ack_capability
I think your problem is with this line...
Quote:
rohan@rohan-desktop:~$ sudo apt-get install dpkg-dev fakeroot debhelper # If you have AMD64. You need dpkg-source. Otherwise skip.
|
try entering that line just as this....
Quote:
sudo apt-get install dpkg-dev fakeroot debhelper
|
and don't add whats after the # sign... I think thats where your problem is coming in..
IGF