howto use repo in debian 9 ?!
-
Hiho …
… I’ve added kopano.list like described in https://kb.kopano.io/display/WIKI/Configure+repositories for use with Debian 9
curl https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/Debian_9.0/Release.key | apt-key add - worksbut apt update or apt-get update didn’t work …
tried the link in browser too.
by using https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/Debian_9.0/ i get the login window to enter creds.
After filling in serial as username and my key it works.But it didn’t work with apt.
Where’s my fault ?!
regards
Rico
-
@El-Muchacho said in howto use repo in debian 9 ?!:
but apt update or apt-get update didn’t work …
error message?
-
none …
root@kopano1:~# apt update
Ign:1 http://ftp.tu-chemnitz.de/pub/linux/debian/debian stretch InRelease
Holen:3 http://security.debian.org/debian-security stretch/updates InRelease [94,3 kB]
OK:4 http://ftp.tu-chemnitz.de/pub/linux/debian/debian stretch Release
Holen:2 http://ftp.tu-chemnitz.de/pub/linux/debian/debian stretch-updates InRelease [91,0 kB]
0% [Wird verarbeitet]nothing more …
-
so it hangs at 0%?
-
yep
my kopano.list looks like this
root@kopano1:~# cat /etc/apt/sources.list.d/kopano.list
deb https://serial:mycorrectserial@download.kopano.io/supported/core:/final/Debian_9.0/ ./
deb https://serial:mycorrectserial@download.kopano.io/supported/webapp:/final/Debian_9.0/ ./ -
Probably a network issue on your end. Here it works.
-
found it … and solved ;)
package apt-transport-https was missing ;)