question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install opennebula-fireedge on Ubuntu 20.04

See original GitHub issue

Description When installing opennebula-fireedge package, apt says the package has unmet dependencies (libnode64). If I manually install libnode64 before opennebula-fireedge, then apt says the package still has unmet dependencies (now is nodejs). If I manually try to install nodejs, apt says it will remove libnode64…

To Reproduce sudo apt install opennebula-fireedge

Expected behavior opennebula-fireedge installed, dependencies included.

Details

  • Affected Component: fireedge
  • Hypervisor: front end
  • Version: 6.0.0.2

Additional context

$ sudo apt install opennebula-fireedge
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 opennebula-fireedge : Depends: libnode64 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

After manually installing libnode64:

$ sudo apt install opennebula-fireedge
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 opennebula-fireedge : Depends: nodejs (>= 10)
E: Unable to correct problems, you have held broken packages.

When I try to manually install nodejs:

$ sudo apt install nodejs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libc-ares2
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
  libnode64
The following NEW packages will be installed:
  nodejs
0 upgraded, 1 newly installed, 1 to remove and 3 not upgraded.
Need to get 18.1 MB of archives.
After this operation, 70.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.

Progress Status

  • Branch created
  • Code committed to development branch
  • Testing - QA
  • Documentation
  • Release notes - resolved issues, compatibility, known issues
  • Code committed to upstream release/hotfix branches
  • Documentation committed to upstream release/hotfix branches

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

10reactions
adedcommented, Jun 22, 2021

I had to remove the NodeSource repository, this solved the issue.

0reactions
tinovacommented, Aug 29, 2022

note that CentOS Stream is not supported

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation opennebula-fireedge on Debian 11
I want to install package opennebula-fireedge. ... Unable to install opennebula-fireedge on Ubuntu 20.04 · Issue #5435 · OpenNebula/one · ...
Read more >
How to install OpenNebula Frontend on Ubuntu or Debian
Steps to install OpenNebula Frontend (Sunstone) on Ubuntu or Debian: Add apt key for official OpenNebula repository. $ wget -q -O- https://downloads.opennebula.
Read more >
Install OpenNebula Front-end on Ubuntu 20.04|18.04|16.04
In this guide, I'll take you through the steps of Installing OpenNebula Front-end on Ubuntu 20.04|18.04|16.04 LTS.
Read more >
Problem of opennebula installation on ubuntu 18.04
Are you totally sure that you have ubuntu 18.04? I've got similar error trying to install opennebula packages for ubuntu 18.04 on ubuntu...
Read more >
home-private-cloud - Blog do knela
If you are connected to the internet via wifi, in Ubuntu 20.04, ... Let's now use Opennebula docs to be able to install...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found