Can someone assist me with removing openvpn from ubuntu 18.04?OpenVPN-AS on Debian server and Ubuntu 12.10...

How to copy the rest of lines of a file to another file

How do we create new idioms and use them in a novel?

Is it possible to clone a polymorphic object without manually adding overridden clone method into each derived class in C++?

When an outsider describes family relationships, which point of view are they using?

What would be the most expensive material to an intergalactic society?

Does an unused member variable take up memory?

What is better: yes / no radio, or simple checkbox?

Is it a Cyclops number? "Nobody" knows!

What is this tube in a jet engine's air intake?

Should we avoid writing fiction about historical events without extensive research?

Locked Away- What am I?

Origin of the word “pushka”

Do black holes violate the conservation of mass?

What is the purpose of a disclaimer like "this is not legal advice"?

How do I increase the number of TTY consoles?

Idiom for feeling after taking risk and someone else being rewarded

"If + would" conditional in present perfect tense

Why restrict private health insurance?

Why does Central Limit Theorem break down in my simulation?

Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?

Do Paladin Auras of Differing Oaths Stack?

Professor forcing me to attend a conference, I can't afford even with 50% funding

(Codewars) Linked Lists-Sorted Insert

Will expression retain the same definition if particle is changed?



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













0















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.









share







New contributor




Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    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.









    share







    New contributor




    Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      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.









      share







      New contributor




      Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      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





      share







      New contributor




      Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 mins ago









      RusynicRusynic

      1




      1




      New contributor




      Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Rusynic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          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.










          draft saved

          draft discarded


















          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.










          draft saved

          draft discarded


















          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...