Content
You are here:
apt installation won't work on Debian 9
Added by Guillem Parrado almost 7 years ago
Hi,
I tried to install the Community Edition on a 32-bit Debian 4.9.0 through the repository following the official instructions, but it didn’t work. What step should I take next?
I also ran apt-cache search openproject*
so maybe the package had some version number, but returned empty. Also, the apt-get update
returns ‘Ign’ for the openproject repository, so maybe that’s the problem but I don’t know how to proceed from here on.
Here is the log:
root@debian:~# wget -qO- https://dl.packager.io/srv/opf/openproject-ce/key | apt-key add - OK root@debian:~# apt-get install apt-transport-https Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: apt-transport-https 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 174 kB of archives. After this operation, 246 kB of additional disk space will be used. Get:1 http://xxxxxxx/debian stretch/main i386 apt-transport-https i386 1.4.8 [174 kB] Fetched 174 kB in 0s (265 kB/s) Selecting previously unselected package apt-transport-https. (Reading database ... 27401 files and directories currently installed.) Preparing to unpack .../apt-transport-https_1.4.8_i386.deb ... Unpacking apt-transport-https (1.4.8) ... Setting up apt-transport-https (1.4.8) ... root@debian:~# wget -O /etc/apt/sources.list.d/openproject-ce.list \ TextileConverterBlockquoteStart09339cab-f4f4-4739-85b0-d02ba1f342e6 https://dl.packager.io/srv/opf/openproject-ce/stable/7/installer/debian/9.repo TextileConverterBlockquoteEnd09339cab-f4f4-4739-85b0-d02ba1f342e6 --2018-05-29 13:55:48-- https://dl.packager.io/srv/opf/openproject-ce/stable/7/installer/debian/9.repo Resolving dl.packager.io (dl.packager.io)... 52.205.131.8, 52.204.250.75 Connecting to dl.packager.io (dl.packager.io)|52.205.131.8|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] Saving to: ‘/etc/apt/sources.list.d/openproject-ce.list’ /etc/apt/sources.list.d/openproject-ce.list [ <=> ] 122 --.-KB/s in 0s 2018-05-29 13:55:49 (1.53 MB/s) - ‘/etc/apt/sources.list.d/openproject-ce.list’ saved [122] root@debian:~# apt-get update Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] Ign:2 http://xxxxxxx/debian stretch InRelease Get:3 http://xxxxxxx/debian stretch-updates InRelease [91.0 kB] Hit:4 http://xxxxxxx/debian stretch Release Get:5 http://xxxxxxx/debian-security stretch/updates/main Sources [140 kB] Get:6 http://xxxxxxx/debian-security stretch/updates/main i386 Packages [355 kB] Get:8 http://xxxxxxx/debian-security stretch/updates/main Translation-en [165 kB] Ign:9 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/7/debian 9 InRelease Fetched 847 kB in 1s (480 kB/s) Reading package lists... Done root@debian:~# apt-get install openproject Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package openproject root@debian:~#
Sincerely,
Guillem.
Replies (1)
Hi Guillem,
as already answered by mail, you’re trying to install on a i386 platform. We only support 64-bit platforms (as per the https://www.openproject.org/system-requirements)
Best,
Oliver