< Home - < Back

privoxy


Information about the package, privoxy, which is shipped with common Linux distributions. The privoxy package is designed for, Privacy enhancing proxy.


Package Name:

privoxy

Summary:

Privacy enhancing proxy

Description:

Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. Privoxy is based on the Internet Junkbuster.

Architecture:

x86_64

Version:

3.0.24

Release:

2.el6

Size:

1.0 M

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for privoxy


Control the privoxy package with the following handy commands outlined below.


Command

Description of Command

yum install privoxy

This command will install privoxy on the server.

yum remove privoxy

This command will un-install privoxy on the server. When you run this command, you will be asked if you are sure that you want to remove privoxy, so you have to manually confirm that you want to do this.

yum -y remove privoxy

This command will un-install privoxy on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove privoxy when using the -y flag.

yum update privoxy

This command will update privoxy to the latest version. When you run this command, you will be asked if you are sure that you want to remove privoxy, so you have to manually confirm that you want to do this.

yum -y update privoxy

This command will update privoxy to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove privoxy when using the -y flag.

yum info privoxy

This command will show you core information about the privoxy package.

yum deplist privoxy

This command will show you the dependencies for privoxy. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update privoxy

This command will check if there is an update waiting on privoxy. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.