Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

#243890 7-Jan-2019 16:21
Send private message

Still learning linux - I'm sure there's a blindingly obvious answer to this, but everything I've tried has failed so far.

 

I have a single board computer (Odroid C1 in this case, but I don't think that should matter). The officially supported is Ubuntu Xenial, which I have installed fine.

 

I want to install OpenVPN v 2.4 on it. Neither the Ubuntu nor OpenVPN official repositories (right word?) have a precompiled package for OpenVPN 2.4, topping out at 2.3.10.

 

However, the Debian repository for Stretch does have OpenVPN 2.4 - see https://packages.debian.org/source/stretch/openvpn.

 

I think I have managed to work out that I can specify an addition source (right word?) by adding an entry in /etc/apt/sources.list.d directory. However, I can't figure out (cough, my google fu has failed to find an answer) as to how I specify the Debian repository for OpenVPN.


Create new topic
marpada
487 posts

Ultimate Geek
+1 received by user: 182


  #2155905 7-Jan-2019 16:28
Send private message

Adding a repository meant for another distribution is a recipe for disaster. You'd better try OpenVpn's offical PPA

 

https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos




alexx
867 posts

Ultimate Geek
+1 received by user: 291


  #2168139 26-Jan-2019 21:17
Send private message

marpada:

 

Adding a repository meant for another distribution is a recipe for disaster. You'd better try OpenVpn's offical PPA

 

https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos

 

 

This is how I would do it too, which is the same way a lot of people run Spotify under Debian or Ubuntu:

 

$ cat /etc/apt/sources.list.d/spotify.list
# Spotify desktop client for Linux
#
# 1. Update sources.list or spotify.list file:
# deb http://repository.spotify.com stable non-free
# 2. Install public key:
# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
# 3. Run apt-get update
# apt-get update
# 4. Install spotify client software.
# apt-get install spotify-client

 

deb http://repository.spotify.com stable non-free

 

 

 

The problem with adding an additional Debian repository to your Ubuntu is that OpenVPN 2.4 might require some additional packages and when you run an update, you might get those from the Debian repository too. You could end up with a half and half Debian/Ubuntu frankenstein distribution with a bunch of broken packages.

 

Edit: The procedure with the keys seems to have been updated since I last updated mine:
https://www.spotify.com/se/download/linux/





#include <standard.disclaimer>


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.