Packages for Debian Hosts
Contents
Whonix Packages for Debian Hosts
Copy or share this direct link!
Click = Copy
Copied to clipboard!
https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Whonix_Packages_for_Debian_Hosts
Click below ↴ = Copy to Clipboard
Click = Copy
Copied to clipboard!
[[Packages_for_Debian_Hosts#Whonix_Packages_for_Debian_Hosts|Whonix Packages for Debian Hosts]]
Copy as Wikitext
Click = Copy
Copied to clipboard!
[Whonix Packages for Debian Hosts](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Whonix_Packages_for_Debian_Hosts)
for Discourse, reddit, GitHub
Click = Copy
Copied to clipboard!
[Whonix Packages for Debian Hosts](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Whonix_Packages_for_Debian_Hosts)
Copy as Markdown
Click = Copy
Copied to clipboard!
[url=https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Whonix_Packages_for_Debian_Hosts]Whonix Packages for Debian Hosts[/url]
Copy as phpBB
Click below ↴ = Open social URL with share data
We don't use embedded scripts
This share button is completely self-hosted by this webserver. No scripts from any of the social networks are embedded on this webserver. See also
Social Share Button.
Introduction
Copy or share this direct link!
Click = Copy
Copied to clipboard!
https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Introduction
Click below ↴ = Copy to Clipboard
Click = Copy
Copied to clipboard!
[[Packages_for_Debian_Hosts#Introduction|Introduction]]
Copy as Wikitext
Click = Copy
Copied to clipboard!
[Introduction](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Introduction)
for Discourse, reddit, GitHub
Click = Copy
Copied to clipboard!
[Introduction](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Introduction)
Copy as Markdown
Click = Copy
Copied to clipboard!
[url=https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Introduction]Introduction[/url]
Copy as phpBB
Click below ↴ = Open social URL with share data
We don't use embedded scripts
This share button is completely self-hosted by this webserver. No scripts from any of the social networks are embedded on this webserver. See also
Social Share Button.
Many of the packages developed under the Whonix umbrella can be thought of as independent projects in their own right. Their relevance applies to Debian hosts where they can increase privacy and security.
This guide will show how you can anonymously download these select packages from the Whonix repository. They can be downloaded stand-alone or combined if you opt for installing the whonix-host
meta-package.
How to install in Debian using apt-get
Copy or share this direct link!
Click = Copy
Copied to clipboard!
https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#How_to_install_in_Debian_using_apt-get
Click below ↴ = Copy to Clipboard
Click = Copy
Copied to clipboard!
[[Packages_for_Debian_Hosts#How_to_install_in_Debian_using_apt-get|How to install in Debian using apt-get]]
Copy as Wikitext
Click = Copy
Copied to clipboard!
[How to install in Debian using apt-get](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#How_to_install_in_Debian_using_apt-get)
for Discourse, reddit, GitHub
Click = Copy
Copied to clipboard!
[How to install in Debian using apt-get](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#How_to_install_in_Debian_using_apt-get)
Copy as Markdown
Click = Copy
Copied to clipboard!
[url=https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#How_to_install_in_Debian_using_apt-get]How to install in Debian using apt-get[/url]
Copy as phpBB
Click below ↴ = Open social URL with share data
We don't use embedded scripts
This share button is completely self-hosted by this webserver. No scripts from any of the social networks are embedded on this webserver. See also
Social Share Button.
1. Get Whonix's Signing Key. Download it from the page using Tor Browser.
2. Add the key to apt
by importing into trusted.gpg.d.[1]
Click = Copy Copied to clipboard! gpg --no-default-keyring --keyring ./whonix.gpg --import patrick.asc sudo cp whonix.gpg /etc/apt/trusted.gpg.d/whonix.gpg
For default Whonix using Debian stable:
Click = Copy Copied to clipboard! sudo su -c "echo -e 'deb tor://mirror.whonix.de/whonixdevelopermetafiles/internal/ jessie main' > /etc/apt/sources.list.d/whonix.list"
4. Update your package lists.
Click = Copy Copied to clipboard! sudo apt-get update
5. Install this package. Replace package-name with the actual name of this package.
Click = Copy Copied to clipboard! sudo apt-get install package-name
Supported Packages
Copy or share this direct link!
Click = Copy
Copied to clipboard!
https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Supported_Packages
Click below ↴ = Copy to Clipboard
Click = Copy
Copied to clipboard!
[[Packages_for_Debian_Hosts#Supported_Packages|Supported Packages]]
Copy as Wikitext
Click = Copy
Copied to clipboard!
[Supported Packages](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Supported_Packages)
for Discourse, reddit, GitHub
Click = Copy
Copied to clipboard!
[Supported Packages](https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Supported_Packages)
Copy as Markdown
Click = Copy
Copied to clipboard!
[url=https://www.kicksecure.com/wiki/Packages_for_Debian_Hosts?oldid=34068#Supported_Packages]Supported Packages[/url]
Copy as phpBB
Click below ↴ = Open social URL with share data
We don't use embedded scripts
This share button is completely self-hosted by this webserver. No scripts from any of the social networks are embedded on this webserver. See also
Social Share Button.
- ↑ To import asc key files into trusted.gpg.d they must be converted into a .gpg keychain file first.