How to Install PeerGuardian on Ubuntu 13.10, 13.04 From PPA

Last updated: August 16, 2013

In this tutorial I’ll show you how to install the PeerGuardian Linux (pgl) on Ubuntu 13.10 Saucy, 13.04 Raring, 12.04 Precise using ppa repository.

PeerGuardian Linux (pgl) is a privacy oriented firewall application. It blocks connections to and from hosts specified in huge blocklists (thousands or millions of IP ranges). Its origin seeds in targeting aggressive IPs while you use P2P.

peerGuardian

PeerGuardian Linux is actively developed. However the team is very small and with few spare time. Contributors are welcome! Check out http://peerguardian.sourceforge.net.

A ppa repository has been created to make it easy to install for Ubuntu and Linux Mint users. Press Ctrl+Alt+T to open terminal, then follow the below steps:

1.) Run this command in terminal to add the ppa repository:

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

2.) Update the package lists to make it available:

sudo apt-get update

3.) Finally instal it:

sudo apt-get install pgld pglcmd pglgui

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

10 responses to How to Install PeerGuardian on Ubuntu 13.10, 13.04 From PPA

  1. there is one little mistake, your missing a D

    3.) Finally instal it:

    sudo apt-get install pglD pglcmd pglgui

  2. oh yes, and after installation you can start peerguardian with:

    sudo pglgui

  3. Did everything you said got this:

    E: Unable to locate package pglD
    E: Unable to locate package pglcmd
    E: Unable to locate package pglgui

    what am I missing?? Linux Mint 15

    • If you have problem with the PPA, directly download the DEBs from this page. You may manually fix the dependency problem by sudo apt-get -f install

  4. Hello,

    I copied and pasted the written commands, and recieved the following error message in my terminal window:
    scott@scott-HP-2000-Notebook-PC ~ $ sudo apt-get install pgld pglcmd pglgui
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    pgld : Depends: libnetfilter-queue1 (>= 0.0.15) but it is not installable
    E: Unable to correct problems, you have held broken packages.
    scott@scott-HP-2000-Notebook-PC ~ $
    What happened, please, and how do i correct this?
    — Thank you for your help!

  5. Hi, thnak you very much! Everything works great on Xubuntu 14.04. Good job!

  6. Thanks mate, appreciate this, im literally copying and pasting into bash when i use ubuntu and mint, these sort of hints are spot on
    Cheers

  7. this is what I get after trying that command I even used the sudo apt-get -f install and it still will not work

    sudo apt-get install pgld pglcmd pglgui
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Package pgld is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package ‘pgld’ has no installation candidate
    E: Unable to locate package pglcmd
    E: Unable to locate package pglgui