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
packages:manage:backports [2016/11/26 18:59]
admin
packages:manage:backports [2016/11/26 19:09] (current)
admin [Installing from Backports]
Line 36: Line 36:
  
 <​Code>​ <​Code>​
-> sudo apt-get -t jessie-backports install ​kicad+> 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>​