This tag refers to the process of replacing a particular system with an older version of the same system
Questions tagged [downgrade]
333 questions
5
votes
1 answer
Downgrade R version and R package Bioconductor
Hello everyone I am currently running R 3.0.2 on a debian server with Bioconductor v2.13. My question is simple although searching through the internet hasn't provided me with a clear answer:
How can I downgrade from R 3.0.2. to R 2-15?
Considering…

Makis Ladoykakis
- 111
- 2
- 8
5
votes
1 answer
How to downgrade PHP version from 5.3 to 5.2 in Ubuntu 12.04?
I have freshly installed Ubuntu 12.04 and I have installed PHP as well. By default, it is installed with version 5.3.10 but my PHP project doesn't support PHP v5.3.10.
I want to downgrade PHP version to 5.2. How can I do it?

Manojkumar
- 1,351
- 5
- 35
- 63
4
votes
1 answer
How To Downgrade nodejs version on termux?
How to downgrade nodejs version on termux?, my termux already isntalled with 18.3.0 nodejs version and i need to use the older version.

Xnooxer
- 41
- 1
- 2
4
votes
3 answers
Downgrade asp.net Mvc from 3 to 2
I know this is a rather odd question, please don't flame me :)
I have a concrete need to "downgrade" a current Asp.Net Mvc 3 (net framework 4) application to Asp.Net Mvc 2 (net framework 3.5) because our shared hosting provider does not support .Net…

Matteo Mosca
- 7,380
- 4
- 44
- 80
4
votes
2 answers
Tried to downgrade npm to older version but version not changing
Run
npm install -g npm@5.5.1 in my terminal but my npm version is still 6.4.1

Wilson Lau
- 243
- 3
- 8
4
votes
6 answers
How do I downgrade Go from 1.10 to 1.9?
I have a problem with debugging in Go 1.10 in vscode using delve on Mac.
I read here that the workaround is to downgrade to Go 1.9.
Since I am new at Go, but have lots of stuff already installed, how do I do this cleanly?

Harold Ship
- 989
- 1
- 8
- 14
4
votes
2 answers
Zend Framework - Install an older version
I've already install ZF3. But I'm working in a company that use only ZF2, and I must be able to use Doctrine too. Since the version 3 can't work with doctrine, I have to either downgrade it, or install an older version.
But I can't see how to do it…

KatharaDarko
- 259
- 2
- 15
4
votes
2 answers
Downgrade SQL Server 2008 r2 to SQL Server 2008
I need to upload a .bak file to SQL Server. How can I downgrade the database from SQL Server 2008 R2 to SQL Server 2008
thanks

Roy Amir
- 457
- 1
- 6
- 15
4
votes
0 answers
How do I install Postgres 9.4 on Cygwin?
I upgraded all my packages with setup but 9.5 said it was incompatible with 9.4. (https://serverfault.com/questions/532379/how-do-i-upgrade-postgres-database-in-cygwin) I tried to downgrade to 9.4 to export the DB, but it gave me an error when I…

Chloe
- 25,162
- 40
- 190
- 357
4
votes
3 answers
Downgrade java from version 8 to 7
I have installed Java 1.8 from Oracle on Ubuntu because I though it would be best, newest version compatible with previous ones. But it is not.
javac 1.8 produces bytecode runnable only on the java-8-oracle, scala does not run.
Before upgrade I was…

Vaidotas
- 175
- 1
- 1
- 11
4
votes
4 answers
Is there any way I can downgrade to iOS4
I know iOS 6 is out and almost everyone have iOS 6 (or atleast iOS 5+) on their devices. But one of my client has his own theories, he wants his app tested for iOS 4 also (who is using iOS 4 these days!!!)... I want to know is there any possibility…

Saurabh
- 22,743
- 12
- 84
- 133
4
votes
3 answers
When downgrading a gem, can bundler automatically downgrade the gem's dependencies along with it?
Earlier I changed a gem version in the Gemfile for my Rails project. I ran bundler update gemname, and this installed more up-to-date versions of several dependencies, which kind of surprised me.
Now, I need to downgrade to the old version of the…

rcd
- 1,348
- 1
- 14
- 27
3
votes
2 answers
How to downgrade angular version?
My current version is 13. I need the version 12.
I tried the following commands:
ng --version
npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/cli@12
ng --version
The version still says 13. How can i resolve this?

user14535670
- 49
- 1
- 1
- 3
3
votes
1 answer
How can I downgrade the Gradle in NativeScript?
In my NativeScript project, after the last Gradle update, I can't build a new Bundle file (for Android release). This error is about the compatibility of some plugins with the new Gradle version.
I think if I could downgrade the Gradle version to…

A Damian
- 91
- 1
- 8
3
votes
4 answers
Need to run Python 3.8.x on Termux on Android, currently installed with Python 3.9
I have just installed the latest Termux on my Android device and Python 3.9 is the default Python installation. I need to run Python 3.8.x due to some package incompatibilities.
My searching tells me there is no way to downgrade Python within Termux…

deldridg
- 81
- 1
- 1
- 6