Questions tagged [software-update]

A new version of a software for any computer program. It can be better in performance and may include several new features.

56 questions
1
vote
2 answers

Alternative to OSGi?

I need to implement a remote management system that does the following tasks on remote devices- 1) Install Software,Firmware. 2) Install Upgrades of the Software,Firmware. 3) Monitor the state of the installed software,Firmware. OSGi can be one of…
Ayushi
  • 405
  • 1
  • 9
  • 19
0
votes
2 answers

How to implement an Autoupdate background check using .NET technologies?

I used ClickOnce and its has nice APIs for deploying and implementing background software checks. The problem that I have with ClickOnce is that I need to install multiple instances of my App and clickonce does not support this. Is there another…
Miguel-.o
  • 178
  • 1
  • 4
  • 12
0
votes
0 answers

Updating Eclipse IDE

...I am trying to update my Eclipse IDE on a MacBook Pro, however I get the following error message: "Public key not found for 810cecf8ba271008 and Public key not found for 700e4f39bc05364b".Can someone assist/help to go around this error…
0
votes
1 answer

GPG Error Updating Ubuntu/Debian Packages in 22.04

Here is the error I got by updating the ubuntu 22.04 system which is a fresh installation. W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY…
RagavAJ
  • 11
0
votes
1 answer

Signature verification for Repository hardware failed and Update Error Repository unknown [OpenSuse Leap 15_2]

System updates app gives an error while checking updates. If it checks as routine gives a notification "Signature verification for Repository hardware failed". Second error occurs when I want to check updates by using Software Updates app and ist…
0
votes
1 answer

How can I update software such as Chrome or Edge on my Azure Virtual Machines automatically?

Since we have a large number of Azure VMs, it is very time-consuming to connect to each machine and manually update software. Is there a way to do this either automatically or at least centrally for multiple VMs? For Windows Server 2019 updates, we…
technickx
  • 1
  • 1
0
votes
1 answer

zsh: command not found: softwareupdate

I am trying to run below command on m1 chip mac which throws error: zsh: command not found: softwareupdate softwareupdate --install-rosetta Any help is appreciated. Thanks
Awadesh
  • 3,530
  • 2
  • 20
  • 32
0
votes
1 answer

Update own Qt application

I am working on linux. I wrote a small Qt application that itself should install the new version of application (software update). and On click of restart button from Ui should restart with updated version. For that, I am applying the below logic…
0
votes
1 answer

WXcode Update in App Store not starting? How to update Xcode correctly?

I amm trying to update Xcode on my MacBook Air (newest OS). Whenever I try to start the update it doesn't look like its getting downloaded. The process is not going on and sticking at the beginning, see screenshot: What should I do? I already…
Milez Zimz
  • 53
  • 4
0
votes
1 answer

Is bootable USB installer required to clean install MacOS Big Sur?

I would like to perform a clean installation of MacOS Big Sur on my MacBook Air 2017. I've read two articles on how to do this, one said I don't need a USB installer, the other one said it is required. I just want to make sure before I do anything,…
simonugor
  • 123
  • 1
  • 15
0
votes
1 answer

Lexical or Preprocessor Issue 'wchar.h' file not found in Xcode after software updating to Big Sur 11.1 and Xcode 12.3

I just updated to macOS Big Sur 11.1 today. I am using a MacBook Pro with the M1 chip. The OS software update itself said the there were updates for Xcode included in the update. I have done research for this problem and many people noted that the…
Ethan Henry
  • 1
  • 1
  • 1
0
votes
1 answer

Error while update Mulesoft Runtime version to 4.2.1

I am trying to update my mule run time to 4.2.1 in my anypoint studio and receiving the following error while installing the updates. If anybody faced a similar issue and could resolve it, please help. Run time update error image
0
votes
1 answer

SYSTEMD_SERVICE_swupdate value swupdate.service does not exist

I am trying to build swupdate image by running bitbake swupdate-image but getting following errors, ERROR: swupdate-2019.04-r0 do_package: SYSTEMD_SERVICE_swupdate value swupdate.service does not exist ERROR: swupdate-2019.04-r0 do_package: ERROR:…
Raxesh Oriya
  • 383
  • 6
  • 27
0
votes
1 answer

Is there a way to create hash(sha256) for images in Yocto's swupdate layer?

My objective is, To create sha256 for all the required files(which go into .swu) To Sign sw-description file with RSA algorithm. My .swu consists: kernel Image - bzImage rootfile system - panther2-usb-panther2.ext4 software description file -…
Raxesh Oriya
  • 383
  • 6
  • 27
0
votes
2 answers

How to execute a script in swupdate image recipe in Yocto?

I am unable to execute a shell script(create_signed_swu.sh) in my recipe(panther2-swu.bb) which inherit swupdate and if I remove inherit swupdate, I see do_compile gets compiled and script executes successfully. Here is panther2-swu.bb…
Raxesh Oriya
  • 383
  • 6
  • 27