Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

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 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...