Results 1 to 6 of 6

Thread: Pop-ups and OpenVPN

  1. #1
    Join Date
    Feb 2022
    Beans
    2

    Pop-ups and OpenVPN

    I recently installed Ubuntu 22 and found that when I typed commands in terminal, sometimes other windows (such as software updates) would pop up. How do I fix this problem?

    Second, I tried to install OpenVPN access server; it didn't work and read "Error: unable to locate package openvpn-as". Why is this?
    Last edited by eltirobert; February 23rd, 2022 at 01:27 AM.

  2. #2
    Join Date
    Apr 2017
    Location
    UK
    Beans
    106
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Pop-ups and OpenVPN

    Ubuntu 22.04 isn't released until April 21st 2022. How come you've got it?

  3. #3
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Pop-ups and OpenVPN

    The pre-release version of 22.04 has been available for weeks now. http://cdimage.ubuntu.com/daily-live/current/

    On the first question, if you enter a command at the terminal to run a graphical program, then that program will appear in its own window. That's how things are supposed to work. Then you need to the mouse into the program's window to do anything there just like you would if you launched it from the menu.

    You can launch a program from the terminal and have it run in the background so the terminal prompt will be available again. Try, for instance,

    Code:
    firefox
    and

    Code:
    firefox &
    The ampersand "&" puts the application into the background.

    What purpose do you intend to use OpenVPN for? If there's not a compatible version yet available for 22.04, you just need to wait awhile or revert to 20.04. In general, don't install software from other sites; rely on the package manager that came with your distribution.

    What if you type
    Code:
    sudo apt update
    sudo apt install openvpn
    Last edited by SeijiSensei; February 21st, 2022 at 04:00 PM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  4. #4
    Join Date
    May 2010
    Beans
    3,274

    Re: Pop-ups and OpenVPN

    You don't need to download anything from the OpenVPN website. OpenVPN is in the repositories. You can install it with the commands given by SeijiSensei. This isn't Windows which has users scurrying all over the internet to install basic functionality. It's all in one place and easy to use.

  5. #5
    Join Date
    Apr 2017
    Location
    UK
    Beans
    106
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Pop-ups and OpenVPN

    Quote Originally Posted by SeijiSensei View Post
    The pre-release version of 22.04 has been available for weeks now. http://cdimage.ubuntu.com/daily-live/current/
    Ok thanks.

  6. #6
    Join Date
    Feb 2022
    Beans
    2

    Re: Pop-ups and OpenVPN

    Ok, makes sense.
    Last edited by eltirobert; February 23rd, 2022 at 01:28 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •