[SOLVED]update the existing ide

is there a way to update the existing ide with the new one???

(deleted)

i have an older version of arduino so i want to know that is there a way to update the existing ide with the current version

m_k_akash:
i have an older version of arduino so i want to know that is there a way to update the existing ide with the current version

The way I do this is to initially download the zip version instead of the installer version and extract the zip. I create a folder called 'portable' in the 'arduino' folder and then all the extra sketch/libraries/cores I install using board manager and library manager are installed in the portable folder.
When I wish to upgrade the IDE I rename the 'arduino' folder (usually add the version on the end) and download/extract the newer IDE, all you need to do then is copy/move the portable folder from the old version to the new version and you have updated t the latest version.

Which operating system are you using?

Are you running the Arduino IDE in portable mode?

pert:
Which operating system are you using?

Are you running the Arduino IDE in portable mode?

windows 7 , no its not in portable mode

OK, so forget about portable mode. If you are using portable mode, the update process is different, but using portable mode provides no benefits whatsoever to updating (in fact it makes it more difficult), so use portable mode if you actually need it, but don't do it for the sake of updating.

There are two methods for installing the Arduino IDE on Windows 7, each with their own update method:

  • "Windows Installer, for Windows 7 and up" - Download the new version and run the file you downloaded.
  • "Windows ZIP file for non admin install" - Download the new version and unzip it to whatever location on your computer you prefer. You can delete the old installation, or you can leave it installed if you want to have the option of running either version of the Arduino IDE (likely not necessary).

Before updating, make sure that you haven't saved anything to the Arduino IDE installation folder. Anything in the Arduino IDE installation folder will be lost when you update. Generally, people save their sketches and libraries to a separate location (the sketchbook folder). The sketchbook folder is not affected by updating the IDE.

Thank you all for helping me out :relaxed::relaxed:

You're welcome. I'm glad if I was able to be of assistance. Enjoy!
Per