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
packages:manage:backports [2016/11/26 18:51]
admin
packages:manage:backports [2016/11/26 19:09]
admin [Installing from Backports]
Line 29: Line 29:
  
 > sudo apt-get update > sudo apt-get update
 +</​Code>​
 +
 +===== Installing from Backports =====
 +
 +When you want to have a specific package installed from Backports, rather than from the Stable repos, use the ''​apt-get''​commend with the ''​-t''​ option from the command line:
 +
 +<​Code>​
 +> sudo apt-get -t jessie-backports install packagename
 +</​Code>​
 +
 +===== Listing Backports Installs =====
 +
 +All packages installed from backports are "​tagged"​ with ''​~bpo'',​ you can list all of those package using the following command line instruction:​
 +<​Code>​
 +> dpkg-query -W | grep ~bpo
 </​Code>​ </​Code>​