Questions tagged [upgrade]

This tag refers to the process of replacing a particular system with a newer version of the same system

With computer , an upgrade is a term that describes adding or replacing physical components to a computer that improves its performance.

When referring to software, a software upgrade generally refers to any major upgrade to the software that adds significant changes to the program.

4652 questions
29
votes
7 answers

What are best practices for self-updating PHP+MySQL applications?

It is pretty standard practice now for desktop applications to be self-updating. On the Mac, every non-Apple program that uses Sparkle in my book is an instant win. For Windows developers, this has already been discussed at length. I have not yet…
Barnabas Kendall
  • 4,317
  • 1
  • 32
  • 24
28
votes
2 answers

Upgrading from ASP.NET Core 2.2 to 3.0

I have an ASP.NET Core project with following csproj configuration: netcoreapp2.2 I want to…
Abhi
  • 1,624
  • 2
  • 16
  • 29
28
votes
2 answers

How to upgrade R in linux?

I am new to Linux. I am using Linux mint 18.1. I have installed R using system software manager. My current R version is 3.2. But I want to upgrade it to version 3.4. How can I do it?
Ayubur Rahaman
  • 314
  • 1
  • 4
  • 8
28
votes
4 answers

Best way to Upgrade wamp 2.0 to 2.5

My wamp 2.0 is using around more than 100 large database and a lot of projects.I also made around more than 50 virtual host. Now I need to upgrade wamp 2.0 to 2.5. I got some suggestion on internet that take back up of database and files , then…
Devis Luis
  • 303
  • 1
  • 3
  • 6
28
votes
6 answers

Practical approach to keeping jQuery up to date?

Some of the projects we're working on have strong roots in jQuery 1.4.2 or earlier, and somewhere between lacking the performance edge (or syntactic sugar) of the latest releases, the humiliation of using now-deprecated methods, and the discomfort…
Oleg
  • 24,465
  • 8
  • 61
  • 91
27
votes
3 answers

MS VS 2010: change language settings from de to en

recently i have installed MS Visual Studio 2010 Professional as an upgrade from 2005. I wanted to use the english version but after installation it's german(2005 was english if that matters). I tried to change it via…
Tim Schmelter
  • 450,073
  • 74
  • 686
  • 939
27
votes
3 answers

Upgrading jq to 1.5 on Ubuntu

So it reads here: jq 1.5 is in the official Debian and Ubuntu repositories. Install using sudo apt-get install jq. yet: $ sudo apt-get install jq Reading package lists... Done Building dependency tree Reading state information... Done jq is…
programbyexception
  • 355
  • 1
  • 4
  • 10
27
votes
5 answers

How to detect an iOS App installed or upgraded?

I am developing an application and i need to know whether user installed the app for the first time or upgraded it from the App Store. How can i detect whether app is installed for the first time or upgraded or re-installed? Thanks for your answers…
hamzaozturk
  • 453
  • 1
  • 5
  • 12
26
votes
8 answers

Upgrade process for fontawesome from 4 to 5

We contributed to font-awesome 5 (yea), and we are looking from moving from our existing icons (Symbol set) to font-awesome. Will the naming of icons and usage of font-awesome 5 be backwards compatible with font-awesome 4.7? IE: Should we go to…
Daniel
  • 7,006
  • 7
  • 43
  • 49
26
votes
2 answers

How to rebuild all library after upgrading Go 1.4

I was using Go 1.3.3. After installing 1.4, there are many errors similar to this: db/base.go:4: import /home/asd/Dropbox/go/pkg/linux_amd64/projc1/libs/Bool.a: object is [linux amd64 go1.3.3 X:precisestack] expected [linux amd64 go1.4…
Kokizzu
  • 24,974
  • 37
  • 137
  • 233
26
votes
2 answers

Will I have any issues if I upgrade from .NET 4.0 to 4.5

I have an existing web app using a combination of MVC and WebForms on .NET 4.0. I want to upgrade to 4.5 to take advantage of some new features in EF 5 (which require 4.5). A couple of questions to hopefully prevent breaking the live site: When I…
just.another.programmer
  • 8,579
  • 8
  • 51
  • 90
26
votes
1 answer

Asp.Net MVC3 to MVC4 Upgrade Tool?

I'm aware of manual guides to upgrade from 3 to 4 like this one: http://www.dotnetexpertguide.com/2011/12/upgrade-aspnet-mvc-3-project-to-mvc-4.html The guides vary in their details which clearly signals danger. Is there a tool that handles the…
Chris Moschini
  • 36,764
  • 19
  • 160
  • 190
25
votes
7 answers

Command doesn't work after upgrade flutter

Due to min v1.5 sdk plugin needs, I use flutter upgrade, but since I can't use command ... I have bash command not found, I tried manually download 1.5 sdk and replace previous folder, when I use flutter doctor He say I have 1.2.1 ... I tried to…
Nitneuq
  • 3,866
  • 13
  • 41
  • 64
25
votes
4 answers

pip install -U setuptools fail windows 10

I just installed Python3.7 and Pycharm on my Windows 10 PC. I am running pip version 9.0.2 In Pycharm, it says I have version 28.8.0 of setuptools, when I try to upgrade this in Pycharm, which I believe runs the line pip install -U setuptools I get…
MMarshall
  • 251
  • 1
  • 3
  • 6
25
votes
19 answers

Android: trouble updating to Android SDK Tools, revision 7

Currently I have Android SDK 2.1 (+ tools revision 4). I'd like to upgrade to Android SDK 2.2. When I try to do it I'm informed I need to upgrade Android SDK Tools to revision 7 first. So I agree, the process starts and then I get an error: -=…
Vit Khudenko
  • 28,288
  • 10
  • 63
  • 91