A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
packages:manage [2014/01/09 14:24]
admin [Package Management]
packages:manage [2014/02/27 11:33]
admin [Get more information about a package]
Line 26: Line 26:
 </​code>​ </​code>​
  
 +==== Get versionning information ====
 +<​code>​
 +apt-cache policy <​package>​
 +</​code>​
 ==== List all installed packages ==== ==== List all installed packages ====
 To show **what packages are installed** on your system, and know if they need configuration use: To show **what packages are installed** on your system, and know if they need configuration use:
Line 62: Line 66:
 Linux Mint Debian Edition comes with some default repositories that are already setup, but these contain only a portion of the freely available software out there waiting for you. Linux Mint Debian Edition comes with some default repositories that are already setup, but these contain only a portion of the freely available software out there waiting for you.
  
 +==== Choosing a Mirror ====
 +<wrap todo>TO BE COMPLETED</​wrap>​
 ==== /​etc/​apt/​sources.list ==== ==== /​etc/​apt/​sources.list ====
  
Line 87: Line 93:
  
 ==== Source Packages ==== ==== Source Packages ====
-No all repos provide source packages, if a repo only provides .deb packages, omit the second line (deb-src) when adding the repo to your sources. Otherwise, apt-get update will stop with an error of type:+Not all repos provide source packages, if a repo only provides .deb packages, omit the second line (deb-src) when adding the repo to your sources. Otherwise, apt-get update will stop with an error of type:
 <​code>​ <​code>​
 Failed to fetch http://​download.myrepo.org/​repository/​debian/​dists/​wheezy/​InRelease Failed to fetch http://​download.myrepo.org/​repository/​debian/​dists/​wheezy/​InRelease