[Ubuntu Wiki] Update of "DebuggingProgramCrash" by nocnokneo
Ubuntu Wiki
noreply at ubuntu.com
Tue May 3 12:50:19 UTC 2011
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.
The following page has been changed by nocnokneo:
http://wiki.ubuntu.com/DebuggingProgramCrash?action=diff&rev1=109&rev2=110
The comment on the change is:
add required line escapes command copy/pasting into terminal
------------------------------------------------------------------------------
1. Create an `/etc/apt/sources.list.d/ddebs.list` by running the following line at a terminal:
{{{
- echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse" |
+ echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse" | \
sudo tee -a /etc/apt/sources.list.d/ddebs.list
}}}
1. Stable releases (not alphas and betas) require three more lines adding to the same file, which is done by the following terminal command:
{{{
- echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse
+ echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse
- deb http://ddebs.ubuntu.com $(lsb_release -cs)-security main restricted universe multiverse
+ deb http://ddebs.ubuntu.com $(lsb_release -cs)-security main restricted universe multiverse
- deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" |
+ deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | \
sudo tee -a /etc/apt/sources.list.d/ddebs.list
}}}
More information about the Ubuntu-bugsquad
mailing list