TracNav menu
- Start
-
Installation
- Windows
- Mac OS X
- Linux
- Source
- Verifying Signatures
-
Support
- FAQ
- Reporting Bugs
- Requesting Features
- Debugging
- Contact Us
- Tor FAQ
-
Volunteer
- Ways to Help
- Translations
-
Development
- Overview
- Getting the Code
- License
- Authors
Installing Vidalia on Linux/BSD
We're still working on creating packages for some of the common Linux distributions. To see how you can help, check out this page.
In the meantime, you can follow the instructions for installing Vidalia from source, if we don't have a package for your distro.
FreeBSD
Some nice folks have been maintaining a FreeBSD port for Vidalia. To install the port, simply run:
cd /usr/ports/net-mgmt/vidalia/ && make install clean
To add the package, you can run:
pkg_add -r vidalia
Gentoo
Vidalia is available in the official portage. You can easily install it by entering the following commands at the command prompt:
echo "net-misc/vidalia ~x86" >> /etc/portage/package.keywords emerge -av vidalia
Note: Replace the ~x86 with your ~$ARCH if you are not on x86. As of this writing the ebuild was keyworded ~amd64 ~ppc ~sparc ~x86.
Red Hat
- Download the latest Vidalia rpm from our download page. For example, vidalia-0.0.8-3.i386.rpm.
- If you do not have the necessary Qt dependencies, you may need to install nas-1.8-7.fc4.i386.rpm, qt4-4.2.0-1.i386.rpm, and qt4-x11-4.2.0-1.i386.rpm.
- Run rpm -Uvh vidalia-0.0.8-3.i386.rpm
