Can someone assist me with removing openvpn from ubuntu 18.04?OpenVPN-AS on Debian server and Ubuntu 12.10 clientprivateinternetaccess.com VPN settings problemsOpenVPN on Ubuntu 14.04: Auto Connect on startupinstalling privateinternetaccess on ubuntu 14.04 LTSCan´t create vpn adapter on lubuntu 16.04Use VPN for outgoing connections on Virtual Private ServerOpenVPN Ubuntu 16.04 headless server connects to VPN but no internetRemove old PIA VPN from UbuntuMullvad OpenVpn on Ubuntu 18.04 ServerRoutine Update has stopped my Nordvpn altogether
What should I do when a paper is published similar to my PhD thesis without citation?
What is this tube in a jet engine's air intake?
Use Mercury as quenching liquid for swords?
Movie: boy escapes the real world and goes to a fantasy world with big furry trolls
School performs periodic password audits. Is my password compromised?
Do Cubics always have one real root?
How can a demon take control of a human body during REM sleep?
Difference between `nmap local-IP-address` and `nmap localhost`
How do you make a gun that shoots melee weapons and/or swords?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?
Why restrict private health insurance?
What can I do if someone tampers with my SSH public key?
Create chunks from an array
Short scifi story where reproductive organs are converted to produce "materials", pregnant protagonist is "found fit" to be a mother
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
What is the "determinant" of two vectors?
Is there a way to make cleveref distinguish two environments with the same counter?
What sort of fish is this
How do we create new idioms and use them in a novel?
How do I increase the number of TTY consoles?
Locked Away- What am I?
Does an unused member variable take up memory?
Can one live in the U.S. and not use a credit card?
Can someone assist me with removing openvpn from ubuntu 18.04?
OpenVPN-AS on Debian server and Ubuntu 12.10 clientprivateinternetaccess.com VPN settings problemsOpenVPN on Ubuntu 14.04: Auto Connect on startupinstalling privateinternetaccess on ubuntu 14.04 LTSCan´t create vpn adapter on lubuntu 16.04Use VPN for outgoing connections on Virtual Private ServerOpenVPN Ubuntu 16.04 headless server connects to VPN but no internetRemove old PIA VPN from UbuntuMullvad OpenVpn on Ubuntu 18.04 ServerRoutine Update has stopped my Nordvpn altogether
Im kind of new to ubuntu and trying to learn how to use the terminal to do things like manage software still.
So i was trying to install privateinternetaccess on my computer and i found some instructions on their website, they had a download for a file but i couldnt figure out how to open the .sh file. So i went to google and found these instructions. It said to preform the following commands:
sudo apt-get install curl network-manager-openvpn-gnome
wget https://www.privateinternetaccess.com/installer/pia-nm.sh
sudo bash pia-nm.sh
After doing these it installed the VPN but not how i wanted or thought it would. I wanted the application installed and this just put all the VPN connections in my network settings under VPN.
Anyway I figured out how to install the application like i wanted, and now im trying to undo where i installed openvpn and the other commands. I want to remove the VPN connections from my network settings.
I did the following:
sudo apt-get remove curl network-manager-openvpn-gnome
This seemed to remove the software. But it is still installed apparently.
I did this to check if it was removed:
dpkg --list openvpn
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================-===============-===============-=============================================
pi openvpn 2.4.4-2ubuntu1. amd64 virtual private network daemon
(also, the pi next to open VPN was ii earlier, now its showing as pi. Dont know if thats important)
but it shows up anyway. So i noticed when i first installed ubuntu that it had a VPN section in my network settings from the beginning. Is openvpn just part of the system? I tried to remove it again with
sudo dpkg -r openvpn
sudo dpkg --purge openvpn
Both of these failed saying there were dependency problems. I mean its not the end of the world if i cant remove it, but id like to know how to.
Also can someone help me with understanding how to remove the VPN connections? I dont know how to undo what i did and google isnt helping me very much with this. I know i could go through each connection inside my network settings and click the gear and then click remove, but i want to know how to undo it from terminal.
uninstall vpn openvpn
New contributor
add a comment |
Im kind of new to ubuntu and trying to learn how to use the terminal to do things like manage software still.
So i was trying to install privateinternetaccess on my computer and i found some instructions on their website, they had a download for a file but i couldnt figure out how to open the .sh file. So i went to google and found these instructions. It said to preform the following commands:
sudo apt-get install curl network-manager-openvpn-gnome
wget https://www.privateinternetaccess.com/installer/pia-nm.sh
sudo bash pia-nm.sh
After doing these it installed the VPN but not how i wanted or thought it would. I wanted the application installed and this just put all the VPN connections in my network settings under VPN.
Anyway I figured out how to install the application like i wanted, and now im trying to undo where i installed openvpn and the other commands. I want to remove the VPN connections from my network settings.
I did the following:
sudo apt-get remove curl network-manager-openvpn-gnome
This seemed to remove the software. But it is still installed apparently.
I did this to check if it was removed:
dpkg --list openvpn
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================-===============-===============-=============================================
pi openvpn 2.4.4-2ubuntu1. amd64 virtual private network daemon
(also, the pi next to open VPN was ii earlier, now its showing as pi. Dont know if thats important)
but it shows up anyway. So i noticed when i first installed ubuntu that it had a VPN section in my network settings from the beginning. Is openvpn just part of the system? I tried to remove it again with
sudo dpkg -r openvpn
sudo dpkg --purge openvpn
Both of these failed saying there were dependency problems. I mean its not the end of the world if i cant remove it, but id like to know how to.
Also can someone help me with understanding how to remove the VPN connections? I dont know how to undo what i did and google isnt helping me very much with this. I know i could go through each connection inside my network settings and click the gear and then click remove, but i want to know how to undo it from terminal.
uninstall vpn openvpn
New contributor
add a comment |
Im kind of new to ubuntu and trying to learn how to use the terminal to do things like manage software still.
So i was trying to install privateinternetaccess on my computer and i found some instructions on their website, they had a download for a file but i couldnt figure out how to open the .sh file. So i went to google and found these instructions. It said to preform the following commands:
sudo apt-get install curl network-manager-openvpn-gnome
wget https://www.privateinternetaccess.com/installer/pia-nm.sh
sudo bash pia-nm.sh
After doing these it installed the VPN but not how i wanted or thought it would. I wanted the application installed and this just put all the VPN connections in my network settings under VPN.
Anyway I figured out how to install the application like i wanted, and now im trying to undo where i installed openvpn and the other commands. I want to remove the VPN connections from my network settings.
I did the following:
sudo apt-get remove curl network-manager-openvpn-gnome
This seemed to remove the software. But it is still installed apparently.
I did this to check if it was removed:
dpkg --list openvpn
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================-===============-===============-=============================================
pi openvpn 2.4.4-2ubuntu1. amd64 virtual private network daemon
(also, the pi next to open VPN was ii earlier, now its showing as pi. Dont know if thats important)
but it shows up anyway. So i noticed when i first installed ubuntu that it had a VPN section in my network settings from the beginning. Is openvpn just part of the system? I tried to remove it again with
sudo dpkg -r openvpn
sudo dpkg --purge openvpn
Both of these failed saying there were dependency problems. I mean its not the end of the world if i cant remove it, but id like to know how to.
Also can someone help me with understanding how to remove the VPN connections? I dont know how to undo what i did and google isnt helping me very much with this. I know i could go through each connection inside my network settings and click the gear and then click remove, but i want to know how to undo it from terminal.
uninstall vpn openvpn
New contributor
Im kind of new to ubuntu and trying to learn how to use the terminal to do things like manage software still.
So i was trying to install privateinternetaccess on my computer and i found some instructions on their website, they had a download for a file but i couldnt figure out how to open the .sh file. So i went to google and found these instructions. It said to preform the following commands:
sudo apt-get install curl network-manager-openvpn-gnome
wget https://www.privateinternetaccess.com/installer/pia-nm.sh
sudo bash pia-nm.sh
After doing these it installed the VPN but not how i wanted or thought it would. I wanted the application installed and this just put all the VPN connections in my network settings under VPN.
Anyway I figured out how to install the application like i wanted, and now im trying to undo where i installed openvpn and the other commands. I want to remove the VPN connections from my network settings.
I did the following:
sudo apt-get remove curl network-manager-openvpn-gnome
This seemed to remove the software. But it is still installed apparently.
I did this to check if it was removed:
dpkg --list openvpn
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================-===============-===============-=============================================
pi openvpn 2.4.4-2ubuntu1. amd64 virtual private network daemon
(also, the pi next to open VPN was ii earlier, now its showing as pi. Dont know if thats important)
but it shows up anyway. So i noticed when i first installed ubuntu that it had a VPN section in my network settings from the beginning. Is openvpn just part of the system? I tried to remove it again with
sudo dpkg -r openvpn
sudo dpkg --purge openvpn
Both of these failed saying there were dependency problems. I mean its not the end of the world if i cant remove it, but id like to know how to.
Also can someone help me with understanding how to remove the VPN connections? I dont know how to undo what i did and google isnt helping me very much with this. I know i could go through each connection inside my network settings and click the gear and then click remove, but i want to know how to undo it from terminal.
uninstall vpn openvpn
uninstall vpn openvpn
New contributor
New contributor
New contributor
asked 2 hours ago
RusynicRusynic
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Rusynic is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124441%2fcan-someone-assist-me-with-removing-openvpn-from-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Rusynic is a new contributor. Be nice, and check out our Code of Conduct.
Rusynic is a new contributor. Be nice, and check out our Code of Conduct.
Rusynic is a new contributor. Be nice, and check out our Code of Conduct.
Rusynic is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124441%2fcan-someone-assist-me-with-removing-openvpn-from-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown