Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • 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

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. ubuntu 14.04 Installation fail.

ubuntu 14.04 Installation fail.

Added by Min Wai Chan over 10 years ago

Dear All,

I’m following the guide on
https://www.openproject.org/download/packaged-installation/

Like
wget qO https://deb.packager.io/key | sudo apt-key add -
echo “deb https://deb.packager.io/gh/opf/openproject trusty stable” |
sudo tee /etc/apt/sources.list.d/openproject.list
sudo apt-get update
sudo apt-get install openproject

And when I keyin the last apt-get..

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package openproject

something is wrong???

Thank You


Replies (1)

RE: ubuntu 14.04 Installation fail. - Added by T Küchel over 10 years ago

Hi Min Wai Chan,

Min Wai Chan wrote:

Dear All,

I’m following the guide on
https://www.openproject.org/download/packaged-installation/
And when I keyin the last apt-get..

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package openproject

something is wrong???

I did experience similar / the same thing.
The download from packager.io simply failed, I don’t know why.

When the package with apt-get is downloaded, I saw a URL with amazonaws.com domain, the solution was to download it manually using (in my case: amd64 for ubuntu trusty:

# wget https://deb.packager.io/gh/opf/openproject/pool/o/op/openproject_4.0.2-1416413439.75ab175.trusty_amd64.deb

Then procede (as root) with

# dpkg -i openproject_4.0.2-1416413439.75ab175.trusty_amd64.deb
# apt-get -f install

Hope this helps.

tobias

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