[Ubuntu Wiki] Update of "DebuggingProgramCrash" by sethj

Ubuntu Wiki noreply at ubuntu.com
Wed Oct 28 21:08:24 UTC 2015


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "DebuggingProgramCrash" page has been changed by sethj:
http://wiki.ubuntu.com/DebuggingProgramCrash?action=diff&rev1=121&rev2=122

Comment:
fix linebreak

  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 development, alphas, or betas) require two 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 deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
- echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates 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
  }}} You may also add these lines using the Synaptic Package Manager:
   * Choose ''Synaptic'' via the ''System > Administration'' menu.
   * Choose ''Software Sources'' or ''Repositories'' via the ''Settings'' menu, and click on the ''Third-Party Software'' tab.




More information about the Ubuntu-bugsquad mailing list