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. Installation doesn't work (Debian 10) Unable to locate package

Installation doesn't work (Debian 10) Unable to locate package

Added by Sofia Regis about 4 years ago

root@openproject:# sudo apt update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
root@openproject:
# sudo apt -y install gnupg2 wget apt-transport-https
Reading package lists... Done
Building dependency tree       
Reading state information... Done
apt-transport-https is already the newest version (1.8.2.2).
gnupg2 is already the newest version (2.2.12-1+deb10u1).
wget is already the newest version (1.20.1-1.1).
The following package was automatically installed and is no longer required:
 libjsoncpp1
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@openproject:# wget -qO- https://dl.packager.io/srv/opf/openproject/key | sudo apt-key add -
OK
root@openproject:
# sudo wget -O /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/dev/installer/debian/10.repo
--2021-03-29 11:17:52--  https://dl.packager.io/srv/opf/openproject/dev/installer/debian/10.repo
Resolving dl.packager.io (dl.packager.io)... 178.63.71.248
Connecting to dl.packager.io (dl.packager.io)|178.63.71.248|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/etc/apt/sources.list.d/openproject.list’

/etc/apt/sources.li     [ <=>                ]     115  --.-KB/s    in 0s

2021-03-29 11:17:53 (2.39 MB/s) - ‘/etc/apt/sources.list.d/openproject.list’ saved [115]

root@openproject:# sudo apt update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Ign:4 https://dl.packager.io/srv/deb/opf/openproject/dev/debian 10 InRelease
Get:5 https://dl.packager.io/srv/deb/opf/openproject/dev/debian 10 Release
Get:6 https://dl.packager.io/srv/deb/opf/openproject/dev/debian 10 Release.gpg
Fetched 1,691 B in 2s (1,100 B/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
root@openproject:
# sudo apt -y install openproject
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package openproject

What am I doing wrong here?


Replies (2)

RE: Installation doesn't work (Debian 10) Unable to locate package - Added by Cyril Rohr about 4 years ago

Please use the stable repository URL (cf https://docs.openproject.org/installation-and-operations/installation/packaged/#debian-10)..) You are currently pointing to the dev branch, which may or may not work.

RE: Installation doesn't work (Debian 10) Unable to locate package - Added by Sofia Regis about 4 years ago

Stable repository has the same problem.

root@openproject:# wget -qO- https://dl.packager.io/srv/opf/openproject/key | sudo apt-key add -
OK
root@openproject:
# sudo wget -O /etc/apt/sources.list.d/openproject.list \
>   https://dl.packager.io/srv/opf/openproject/stable/11/installer/debian/10.repo
--2021-03-29 13:04:41--  https://dl.packager.io/srv/opf/openproject/stable/11/installer/debian/10.repo
Resolving dl.packager.io (dl.packager.io)... 178.63.71.248
Connecting to dl.packager.io (dl.packager.io)|178.63.71.248|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/etc/apt/sources.list.d/openproject.list’

/etc/apt/sources.li     [ <=>                ]     121  --.-KB/s    in 0s

2021-03-29 13:04:42 (2.19 MB/s) - ‘/etc/apt/sources.list.d/openproject.list’ saved [121]

root@openproject:# sudo apt-get update
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Get:4 http://security.debian.org/debian-security buster/updates/main Sources [179 kB]
Get:5 http://security.debian.org/debian-security buster/updates/main i386 Packages [268 kB]
Ign:6 https://dl.packager.io/srv/deb/opf/openproject/stable/11/debian 10 InRelease
Get:7 https://dl.packager.io/srv/deb/opf/openproject/stable/11/debian 10 Release
Get:8 https://dl.packager.io/srv/deb/opf/openproject/stable/11/debian 10 Release.gpg
Fetched 514 kB in 2s (328 kB/s)
Reading package lists... Done
root@openproject:
# sudo apt-get install openproject
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openproject

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