Questions tagged [reinstall]
171 questions
7
votes
1 answer
Nodejs/npm: How to reinstall/recompile copied app packages
Setup:
A VM with an Internet connection where npm install will be executed to install all the app dependencies. The result will be a folder with the app and its dependencies in node_modules.
Between the app modules is fi: mongoose, which on…

Diosney
- 10,520
- 15
- 66
- 111
6
votes
1 answer
Does installing Anaconda on D drive save conda envs on D drive? Or are they still stored in C drive?
I have a lot of conda envs in my C:\Users\username\.conda\envs directory. I have been facing a lot of memory issues due to this. I was planing on doing a complete reinstall of Anaconda in my D drive. But I wanted to confirm that this would actually…

Sabito stands with Ukraine
- 4,271
- 8
- 34
- 56
6
votes
3 answers
Node.js upgrade still shows older version in windows
I have downloaded and installed the new version of nodejs (4.1.2) using the .msi installer. After that I ran node -v, but it still shows the older version (0.12.2). I tried restarting Windows and even uninstalled nodejs and reinstalled it, but still…

Nafis Abdullah Khan
- 2,062
- 3
- 22
- 39
6
votes
1 answer
python pip error pkg_resources.DistributionNotFound
I'm trying to install a new module, but I found that pip doesn't work - it shows
pkg_resources.DistributionNotFound: The 'pip==1.5.6' distribution was not found and is required by the application
for each call I performed. Also, for pip --help. I…

Jury
- 1,227
- 3
- 17
- 30
5
votes
2 answers
iPhone / IOS App Reinstall from App Store Has Old Badge and Value
When an app that has an app badge with a value is uninstalled and then installed again from the app store, it will have the "old" badge. Is this desired behavior? Is there a way to inform the installation / distribution not to use the "old"…

ort11
- 3,359
- 4
- 36
- 69
5
votes
5 answers
Drupal Module Development : Uninstall/Reinstall/Repeat?
I'm developing a custom module for Drupal on my local machine.
When I edit my code, the changes are never applied right away. So, I go to Administer Modules, and uninstall, and then reinstall my module. This is cycle of…

rlb.usa
- 14,942
- 16
- 80
- 128
5
votes
1 answer
Xcode 9.3 and update to High Sierra: Instruments can't open *.tracetemplate files even after full reinstall
With the last update of Xcode to 9.3 running on High Sierra, I realized that Instruments is not working any more.
When I try to open it from inside Xcode using Open Developer Tool > Instruments, I can see the template chooser dialog but as soon I…

M. Glasmeier
- 51
- 2
5
votes
2 answers
mysql-server cant install on linux
I removed the current mysql like that :
apt-get remove --purge mysql-server mysql-client mysql-common
apt-get remove --purge mysql-client-core-5.5
apt-get autoremove
apt-get autoclean
rm -rf /var/lib/mysql
And than when I want to reinstall I got…

Bozgun
- 89
- 1
- 1
- 6
5
votes
3 answers
Accidentally removed dist-packages folder, what to do now?
I did something very stupid. I was copying some self written packages to the python dist-packages folder, then decided to remove one of them again by just rewriting the cp command to rm. Now the dist-packages folder is gone. What do I do now? Can I…

vicco
- 1,049
- 2
- 14
- 33
5
votes
1 answer
android : detect the reinstall of an app from the app code
Is there a way to detect from app code when it is being reinstalled.
I saw that app update from market can be detected by listening to PACKAGE_REPLACED event in broadcast receiver. But that these events are not delivered to the app , if the app is…

png
- 4,368
- 7
- 69
- 118
4
votes
2 answers
WIX. How to not reinstall a feature during repair?
In WIX I'd like a feature to be installed and uninstalled normally but not to be touched during repair.
I was not able to find a condition which would allow me to do this.
My attempts has failed: the feature is reinstalled on repair (what I do not…

VikVik
- 1,045
- 2
- 11
- 15
4
votes
2 answers
Importing old mysql data folder
After a reinstall, all of the old data still shows inside the MySQL/data folder, but is not actually loaded into the database.
Is there any way to have MySQL scan it's data folder and / or reimport the old folders it has from its previous…

SamGoody
- 13,758
- 9
- 81
- 91
4
votes
4 answers
Why does the app signature change in Android after a classpath change?
I have an Android project that branched into three different applications, app-1, app-2 and app-3, that apply some customizations. Currently there is a lot of code duplication, making maintenance a nightmare: do the changes in one of the branches,…

espinchi
- 9,144
- 6
- 58
- 65
3
votes
4 answers
Completely reinstalling Ruby Rails and Gem on Mac OS X
I've recently started teaching myself Ruby on Rails, and it's all going well except I'm looking to completely reinstall Ruby, Rails and Gem.
I think I got a bit too excited at some point and deleted/modified some files or folders I shouldn't have,…

howardrocks
- 343
- 1
- 7
- 17
3
votes
1 answer
Re-install MySql in mac os x 10.6.6
I had earlier installed mysql-5.1.50-osx10.6-x86_64.dmg and then uninstalled it using the below belo command (found in stackoverflow)
$ sudo rm /usr/local/mysql
Password:
$ sudo rm -rf /usr/local/mysql*
$ sudo rm -rf /Library/StartupItems/MySQLCOM
$…

user626818
- 1,338
- 1
- 11
- 12