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
42
votes
11 answers

debian apt packages hash sum mismatch

From the Debian command line, I'm getting a hash sum mismatch after executing aptitude update; aptitude upgrade. Below is the command line output. I've tried an aptitude clean, but this does not seem to help. I've also done a few google searches,…
Mark Giles
  • 449
  • 1
  • 4
  • 8
38
votes
8 answers

How can I upgrade react-native gradle version

I need help. I can't upgrade gradle version of my react-native project. I try a lot of things, downloaded last version of Android Studio & SDK Tools etc. I changed this file \android\gradle\wrapper\gradle-wrapper.properties, I tried to upgrade using…
Siberhecy
  • 561
  • 1
  • 5
  • 16
37
votes
11 answers

Pycharm debugger instantly exits with 139 code

After upgrade from Pycharm 2017.2.3 to Pycharm 2017.1.4 Pycharm's Debugger suggested to build cpython (or sth associated with it): path/to/my/python /opt/pycharm-community-2017.1.4/helpers/pydev/setup_cython.py build_ext --inplace After I did this,…
dankal444
  • 3,172
  • 1
  • 23
  • 35
37
votes
6 answers

How to upgrade csproj files with VS2017

VS2017 has so far correctly converted several project.json/.xproj based projects to the new .csproj format. I would also like to use the new .csproj format with older .csproj projects that previously targeted only .NET Framework (i.e. they didn't…
Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
36
votes
7 answers

After upgrading to vue 3 : "Cannot find module '@vue/compiler-sfc/package.json' "

After upgrading to vue 3 : yarn add vue@next I get this error: "Cannot find module '@vue/compiler-sfc/package.json" when executing yarn electron:serve (base) marco@pc01:~/webMatters/electronMatters/GGC-Electron$ yarn add vue@next yarn add…
Raphael10
  • 2,508
  • 7
  • 22
  • 50
36
votes
11 answers

Reasons and advantages for upgrading to Java 6 for a non-technical decider (at the client)

I'd like to upgrade from Java 5 to Java 6. We all know about the technical advantages and benefits, but: I have the problem that a major client refuses to upgrade from java 5 to java 6 because of "the risks" and "no/too few benefits for us" (banking…
MRalwasser
  • 15,605
  • 15
  • 101
  • 147
36
votes
9 answers

I want my C# Windows Service to automatically update itself

Is there a framework that can be used to enable a C# Windows Service to automatically check for a newer version and upgrade itself? I can certainly write code to accomplish this, but I am looking for a framework that has already been implemented…
Larry Smithmier
  • 2,711
  • 2
  • 23
  • 30
34
votes
1 answer

After I upgrade my R version, how can I easily reinstall all the packages that were installed in the old version?

Possible Duplicate: Painless way to install a new version of R? In R, packages are not compatible across upgrades, and must be reinstalled. Is there any way to easily install the same set of packages in the new version as what I had installed in…
Ryan C. Thompson
  • 40,856
  • 28
  • 97
  • 159
34
votes
3 answers

upgrade eclipse to java 8

I am trying to update my eclipse environment to java 8. I installed the jdk and jre version 8. I also did this: https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_For_Kepler then in project -> properties -> java build path -> JRE system libraries…
Andi Keikha
  • 1,246
  • 2
  • 16
  • 37
33
votes
6 answers

Cannot upgrade pip 9.0.1 to 9.0.3 - requirement already satisfied

I'm trying to update pip using pip install --upgrade pip, but I get a "requirement satisfied" error and an "outdated version" message at the same time $ pip install --upgrade pip Requirement already up-to-date: pip in…
Soundtemple
  • 641
  • 2
  • 9
  • 8
32
votes
13 answers

Android_Install failed version downgrade

I'm going to update my apk on GooglePlay Store and I know that i have to upgrade the version code and name in manifest file however, it made install_failed. Installation error: INSTALL_FAILED_VERSION_DOWNGRADE Please check logcat output for more…
user3503072
  • 437
  • 1
  • 4
  • 10
31
votes
3 answers

How to update an installed Windows service?

I have written a Windows service in C#. I have since installed it on my machine, and it runs just fine. When you install a service, does the exe get copied somewhere? Or does it point to my bin folder? This is for me to know that when I update my…
shenku
  • 11,969
  • 12
  • 64
  • 118
31
votes
9 answers

I don't "get" how a program can update itself. How can I make my software update?

Say I make an .exe file and everything is peachy. Wonderful it works. Say I worked on a new feature on the software and I want it to be available for people who already have the older version, how can I make the software find my new version, patch…
Sergio Tapia
  • 40,006
  • 76
  • 183
  • 254
30
votes
4 answers

RPM upgrade uninstalls the RPM

I am upgrading our project RPM. The problem is when I upgrade from projectname-1.0-0 to projectname-1.0-1, it first installs the new project and uninstalls the old project, which, in overall view, removes my project entirely. I have used "vv"…
Vidya
  • 301
  • 1
  • 3
  • 5
30
votes
4 answers

flutter --flow-control-collections are needed, but are they?

After upgrading flutter (both master and stable versions) and dart, I get an error about the experiment --flow-control-collections not being enabled for various for-loops that I'm using in the project. I tried to fix it using this entry but that…
William Terrill
  • 3,484
  • 4
  • 31
  • 41