Results 1 to 6 of 6

Thread: Ubuntu 18.04 - pgl - how to install?

  1. #1
    Join Date
    May 2018
    Beans
    2

    Ubuntu 18.04 - pgl - how to install?

    How do you install 'peer guardian linux' in Ubuntu 18.04?

    In my previous version of Ubuntu 16.04 LTS this worked:

    sudo add-apt-repository ppa:jre-phoenix/ppa

    sudo apt-get install pgld pglcmd pglgui

    In 18.04 LTS I get following message after trying to install pgl:

    E: The repository 'http://ppa.launchpad.net/jre-phoenix/ppa/ubuntu bionic Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.

    Can someone help me, please?!

  2. #2
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Ubuntu 18.04 - pgl - how to install?

    Quote Originally Posted by maks-kas View Post
    E: The repository 'http://ppa.launchpad.net/jre-phoenix/ppa/ubuntu bionic Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    That message is telling you that the PPA has not been updated for Ubuntu 18.04. Actually it doesn't appear to have been updated for 16.10, 17.04 or 17.10 either. The last update was in November 2015, not good. You could force use of the xenial package by editing the repository line but you will be using unmaintained software which may not work properly.

    Why not contact the application's author and ask if he is ever going to release an updated version?

    Probably best to start looking for an alternative though.
    Last edited by PaulW2U; May 28th, 2018 at 06:49 PM.

  3. #3
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu 18.04 - pgl - how to install?

    Quote Originally Posted by PaulW2U View Post
    That message is telling you that the PPA has not been updated for Ubuntu 18.04. Actually it doesn't appear to have been updated for 16.10, 17.04 or 17.10 either. The last update was in November 2015, not good. You could force use of the xenial package by editing the repository line but you will be using unmaintained software which may not work properly.

    Why not contact the application's author and ask if he is ever going to release an updated version?

    Probably best to start looking for an alternative though.
    +1
    PeerGuardian Linux:
    Actively developed. However the team is very small and with few spare time. Contributors are welcome!

    Peerguardian OS X:
    Not developed anymore. We've lost contact with the OS X developer. New contributors are welcome!

    PeerGuardian Windows:
    Not developed anymore. It's highly recommended to use PeerBlock instead, which is a continuation of PeerGuardian's development in
    Source here:https://sourceforge.net/projects/peerguardian/
    I did manage to get it installed but I'm hesitant to show how i did it>>>Just not a proper install>>> works ok in the terminal.
    The Developer needs to have in mind for Bionic that "gksu" has been dropped here 18.04.
    Attached Images Attached Images
    Last edited by 1fallen; May 28th, 2018 at 09:00 PM. Reason: Added to and Screenshot
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  4. #4
    Join Date
    May 2018
    Beans
    2

    Re: Ubuntu 18.04 - pgl - how to install?

    Thank you for your answers.

    " PeerGuardian Linux:
    Actively developed. However the team is very small and with few spare time. Contributors are welcome! "

    Would this be a good place to ask, why the developers haven't upgraded the repositories since xenial?

    Thank you.

  5. #5
    Join Date
    Jan 2019
    Beans
    1

    Re: Ubuntu 18.04 - pgl - how to install?

    I installed Peer Guardian on Ubuntu 18.04 by putting together these 2 tutorials i found in the internet, don`t use the PPA

    I made a howto video:
    https://youtu.be/q3U9f995aI0

    Make a backup of your system before following this tutorial.


    Install PeerGuardian Linux (pgl) on Debian 9 or Ubuntu 18.04 & derivatives:

    Install gedit:
    1- sudo apt install gedit


    Configure your system to know about the packages
    Add these entries to /etc/apt/sources.list:
    2- sudo gedit /etc/apt/sources.list


    3- paste:
    deb http://moblock-deb.sourceforge.net/debian stretch main
    deb-src http://moblock-deb.sourceforge.net/debian stretch main


    4- Close gedit


    5- Add gpg key to the apt keyring:
    gpg --keyserver keyserver.ubuntu.com --recv-keys C0145138
    gpg --export --armor C0145138 | sudo apt-key add -


    6- Update your system with the package information:
    sudo apt-get update


    7- Install it:
    sudo apt-get install pgld pglcmd pglgui


    The gksu package has being removed from Debian 9 & Ubuntu 18.04 LTS.
    How to fix?
    Possible solution is to install version from previous (17.10, artful) release.
    Warning: do not execute the commands below if unsure!


    8- Add artful repositories to the system:


    cat <<EOF | sudo tee /etc/apt/sources.list.d/artful.list
    deb http://archive.ubuntu.com/ubuntu/ artful universe
    EOF


    9- Update package cache:
    sudo apt-get update


    10- Install gksu package
    sudo apt-get install gksu


    11- Remove artful repository from system for safety


    sudo rm /etc/apt/sources.list.d/artful.list
    sudo apt-get update


    Test


    Test gksu (should work on Xorg-sessions)


    gksu-properties # check that it has "Authentication mode" to "sudo"
    gksu date
    gksudo date


    Notes


    After installation the following packages will be marked as obsolete (locally-installed): gksu, libgksu2-0. But they will work as expected.


    To uninstall Peer Guardian:
    sudo apt-get remove pgld pglcmd pglgui


    Source:
    https://sourceforge.net/p/peerguardi...-DebianUbuntu/


    https://askubuntu.com/questions/1030...n-ubuntu-18-04

  6. #6
    Join Date
    Mar 2009
    Beans
    7

    Re: Ubuntu 18.04 - pgl - how to install?

    renatozx,
    Thank you for taking the time to explain this.

    I haven't tried it yet but I'm completely perplexed by the lack of interest in graphical IP blockers, especially considering the current online hostile environment.

    Good job!

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
  •