Skip to content →

YUM repository

Charles has a YUM repository for Red Hat-based Linux distributions.

cat <<EOF > /etc/yum.repos.d/Charles.repo
[charlesproxy]name=Charles Proxy Repository
baseurl=https://www.charlesproxy.com/packages/yum
gpgkey=https://www.charlesproxy.com/packages/yum/PublicKey
EOF

Then install Charles:

sudo yum install charles-proxy5

The package creates a charles command in /usr/bin, and adds Charles in your application menus in your window manager.

You may also install the beta track of Charles which is called charles-proxy5-beta.

Charles 4

To install Charles 4, install the package charles-proxy. You can have both Charles 5 and Charles 4 installed at the same time.

Charles 3

To install Charles 3, use the package charles-proxy3. You can have both Charles 4 and Charles 3 installed at the same time.