0

I have been facing issues with auto updation of firefox on linux machine. I need a solution to disable auto update of firefox as i need to use firefox version below 41 to support my selenium version. I am writing a script to install and run Xvfb and firefox. Is there a way via command line to disable auto update of firefox so that i can add it to my script.

Similar question was posted earlier here but there is solution explained. can anybody help me with this.

Community
  • 1
  • 1
Abhishek Tripathi
  • 1,211
  • 2
  • 15
  • 30
  • 1
    Software is (usually and preferably) installed and updated on Linux systems using the software package management system provided by the distribution. We do not know what distribution or system you use, so we cannot precisely answer this question. Check yourself, all those systems offer some "locking" feature that allows to "freeze" an installed package to a certain version. – arkascha Jun 16 '16 at 09:40
  • solution https://support.mozilla.org/en-US/questions/768901 – Anantha Raju C Jun 16 '16 at 10:03
  • @AnanthaRajuC I am using redHat machine. I already saw this link but could not understand much. that is why posted here. – Abhishek Tripathi Jun 16 '16 at 10:25

1 Answers1

0

I am using redHat machine

You can add an exclude line to /etc/yum.conf

exclude=firefox*


Knud Larsen
  • 5,753
  • 2
  • 14
  • 19