[swift-users] Debian Stretch Installation

Bernhard Reiter bernhard at intevation.de
Tue Apr 10 12:11:55 UTC 2018


Hi friends of Swift,

thanks for making a Debian package for Swift 4!

For the record, here are the commands that I've used
to install it for Debian Stretch:

#as root
pushd /etc/apt/

mkdir -p pubkeys
curl -Ss https://swift.im/keys/packages.key | gpg --dearmor >pubkeys/swift-im.gpg

cat <<-EOF >sources.list.d/swift.list
	deb [signed-by=/etc/apt/pubkeys/swift-im.gpg] https://swift.im/packages/debian/stretch release main
	deb-src [signed-by=/etc/apt/pubkeys/swift-im.gpg] https://swift.im/packages/debian/stretch release main
EOF

cat <<-EOF >preferences.d/swift.pref
	Package: *
	Pin: origin swift.im
	Pin-Priority: 100
EOF

apt-get update
apt-get install swift-im
# 

Maybe that is useful for somebody as inspiration.
(As always when copying commands, make sure you fully understand what they do.)
References: 
  https://public-packages.pennock.tech/
  https://wiki.debian.org/DebianRepository/UseThirdParty
  https://www.gnu.org/software/bash/manual/bashref.html#Here-Documents

Best Regards,
Bernhard

-- 
www.intevation.de/~bernhard   +49 541 33 508 3-3
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part.
URL: </lists/pipermail/swift-users/attachments/20180410/2f6cf14f/attachment.sig>


More information about the swift-users mailing list