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.

4062 questions
26
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
  • 284
  • 1
  • 3
  • 7
26
votes
7 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
  • 6,858
  • 5
  • 40
  • 46
26
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
  • 347
  • 1
  • 3
  • 9
26
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
  • 283
  • 1
  • 3
  • 6
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
  • 33,398
  • 18
  • 147
  • 176
25
votes
2 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
  • 5
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
  • 27,639
  • 10
  • 56
  • 86
25
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
  • 20,659
  • 24
  • 107
  • 195
25
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…
Hamza Öztürk
  • 383
  • 1
  • 4
  • 10
25
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
  • 7,909
  • 8
  • 42
  • 83
25
votes
3 answers

Meteor how to perform database migrations?

How do you perform database migrations with Meteor? With Ruby on Rails there is ActiveRecord::Migration. Is there an equivalent mechanism in Meteor? For example, I make an app with some user data. I'm storing the data in Mongo using a JSON…
Josh Petitt
  • 8,633
  • 10
  • 50
  • 95
24
votes
2 answers

How to convert a non-core csproj to VS2017 format

I have two projects in VS2015 One .NET Core (project.json, xproj) One regular .NET csproj When I open project 1 with VS2017, it nicely migrates to the new csproj format. Project 2 works in VS2017, but I like to convert/migrate/update this…
Julian
  • 26,655
  • 14
  • 92
  • 132
23
votes
10 answers

Xcode 6 linker error - Undefined symbols for architecture armv7

After upgrading to Xcode 6 beta 7 (and now still with Xcode 6 GM) I am unable to link my Swift app. I receive errors such as: Undefined symbols for architecture armv7: "_swift_stdlib_compareNSStringDeterministicUnicodeCollation", referenced…
davidethell
  • 10,959
  • 5
  • 37
  • 59
22
votes
2 answers

Does Embarcadero RAD Studio XE license allow use on multiple machines?

In the past the Borland "no nonsense" license allowed one developer to do multiple installs. I'm tempted to upgrade to Embarcadero RAD Studio XE, professional edition, but am worried about licensing restrictions, and whether it will allow me to work…
Tony
  • 231
  • 2
  • 4
21
votes
3 answers

Updating XCODE using different apple account

I have MAC OS 10.7.3. xcode 4.3.1 installed using different apple id as my macbook pro was used previously by my friend. Now when i try to upgrade Xcode to 4.3.2 it asking credentials for my friends account. Unfortunately App store clearly says you…
suresh
  • 2,293
  • 1
  • 22
  • 34