Content
You are here:
ubuntu 14.04 Installation fail.
Added by Min Wai Chan almost 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)
Hi Min Wai Chan,
Min Wai Chan wrote:
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:
Then procede (as root) with
Hope this helps.
tobias