Hello.
I am running Kubuntu 9.10.
Kile is crashing, so I want to create a good backtrace. To do this I have to install debug packages. There is no "kile-dbg", so as far as I understand I have to do it the hard way, as described here on the Ubuntu Wiki.
I have created the file "ddebs.list" containing the six lines given in the walkthrough that I linked to above.
But apt-get is not accepting the file:
Am I doing something wrong? Or should be doing something else entirely and I not be following the linked tutorial?
Thanks in advance.
I am running Kubuntu 9.10.
Kile is crashing, so I want to create a good backtrace. To do this I have to install debug packages. There is no "kile-dbg", so as far as I understand I have to do it the hard way, as described here on the Ubuntu Wiki.
I have created the file "ddebs.list" containing the six lines given in the walkthrough that I linked to above.
Code:
echo "deb [url]http://ddebs.ubuntu.com[/url] $(lsb_release -cs) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list echo "deb [url]http://ddebs.ubuntu.com[/url] $(lsb_release -cs)-updates main restricted universe multiverse deb [url]http://ddebs.ubuntu.com[/url] $(lsb_release -cs)-security main restricted universe multiverse deb [url]http://ddebs.ubuntu.com[/url] $(lsb_release -cs)-proposed main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
Code:
ore@ore-desktop:~$ sudo apt-get update E: Type 'echo' is not known on line 1 in source list /etc/apt/sources.list.d/ddebs.list
Thanks in advance.
Comment