Top Menu

Jump to content
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    Home
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Ubuntu 18.04 install error

Ubuntu 18.04 install error

Added by Dan Hoffmann almost 7 years ago

I have a fresh install of Ubuntu.  I cannot get past the install error of:

The following packages have unmet dependencies: 
openproject : Depends: dialog but it is not installable 
E: Unable to correct problems, you have held broken packages. 

The latest install instructions I have used are here: https://packager.io/gh/opf/openproject-ce/builds/889/install/ubuntu-18.04

any ideas?


Replies (2)

RE: Ubuntu 18.04 install error - Added by Fail Man almost 7 years ago

Hi Hoffmann,

Your issue is with the dialog package, and you need to get it from the universe repository.

I'm suspecting you haven't added the repository yet, so please try:

sudo add-apt-repository universe

Then you can just install dialog package using:

sudo apt-get install dialog

THEN you can try installing openproject again..

RE: Ubuntu 18.04 install error - Added by Dan Hoffmann almost 7 years ago

this worked perfectly!

  • (1 - 2/2)
Loading...