User Tools

Site Tools


blog:install_latest_firefox_in_debian_using_apt_pinning

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
blog:install_latest_firefox_in_debian_using_apt_pinning [2017-12-05 08:35] brbblog:install_latest_firefox_in_debian_using_apt_pinning [2017-12-05 08:46] brb
Line 1: Line 1:
 ====== Install latest firefox in Debian, using apt pinning ====== ====== Install latest firefox in Debian, using apt pinning ======
  
-<file firefox.pref> +<file txt firefox.pref> 
-# Pinning setup for firefox +# Pinning setup for firefox: 
-# https://linuxconfig.org/how-to-install-firefox-quantum-on-debian-stretch-linux+========================== 
 +# 1. Review the files in /etc/apt/preferences.d: 
 +#    Pin-Priority should be: unstable<testing<stable<Debian Security 
 +# 2. Review and copy this file to /etc/apt/preferences.d 
 +# 3. Update system, no new packages should be installed!!!  
 +#     # apt update 
 +#     # apt upgrade  << No new packages, otherwise pinning is wrong. ABORT!!! 
 +# 4. if all was ok above 
 +#    # apt install -t sid firefox  
 +# Ref: https://linuxconfig.org/how-to-install-firefox-quantum-on-debian-stretch-linux 
 +#
 Package: firefox Package: firefox
 Pin: release a=unstable Pin: release a=unstable
Line 20: Line 30:
 Pin-Priority: 1001 Pin-Priority: 1001
 </file> </file>
 +
 +Ref: https://linuxconfig.org/how-to-install-firefox-quantum-on-debian-stretch-linux
  
 {{tag>}} {{tag>}}
blog/install_latest_firefox_in_debian_using_apt_pinning.txt · Last modified: 2017-12-05 08:59 by brb