[SOLVED]Problem upgrading on Debian
Posted: February 19th, 2012, 5:48 pm
Hey guys,
I'm using Crunchbang(Debian Stable) and I'm following the instructions here to upgrade my existing sab installation. But I ran into a problem with one of the commands right from the get-go. This command:
Spits me out this error:
So for some reason I'm not able to access my sources.list, even with sudo and my password. And if I try running sudo tee -a /etc/apt/sources.list all by itself, after giving my password, terminal just hangs. Nothing happens.
Does anyone see what the problem might be?
I downloaded the source package and ran the sab.py and the newest version pops up into my browser, which is fine for right now. But if possible I would really like to get my installed version of sab upgraded.
Thanks for any help.
I'm using Crunchbang(Debian Stable) and I'm following the instructions here to upgrade my existing sab installation. But I ran into a problem with one of the commands right from the get-go. This command:
Code: Select all
echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main" | tee -a /etc/apt/sources.list
Code: Select all
sudo echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main" | tee -a /etc/apt/sources.list
tee: /etc/apt/sources.list: Permission denied
[sudo] password for user:
deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main
Does anyone see what the problem might be?
I downloaded the source package and ran the sab.py and the newest version pops up into my browser, which is fine for right now. But if possible I would really like to get my installed version of sab upgraded.
Thanks for any help.