Truecrypt Installer for Debian 20080212 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Truecrypt Installer for Debian 20080212 (Default branch)
# 1  
Old 02-13-2008
Truecrypt Installer for Debian 20080212 (Default branch)

Truecrypt Installer for Debian helps to get Truecrypt running with a minimum of effort under Debian-based Linux systems (Debian and Ubuntu are officially supported). Truecrypt is Open Source disk encryption software which uses a concept of containers to store encrypted data. The containers (or volumes) can be read transparently under Linux and Windows. The installer creates installable *.deb packages from the Truecrypt sources, and those debs can be used in turn to activate Truecrypt. License: GNU General Public License (GPL) Changes:
A completely new download method based on launchpad. Bugs related to building versions older than 4.3a have been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Debian

Debian installer or how to preseed

Good afternoon! Could you please clarify me how to use correct Debian's preseed file? I have a kernel version 4.15.0-20-generic (Ubuntu 18.04) and default initrd (both downloaded from official repo) Also I have a little kickstart file and main preseed cfg file Installation start by iPXE... (4 Replies)
Discussion started by: nodorgrom
4 Replies
Login or Register to Ask a Question
Debian::Copyright::Stanza::Files(3pm)			User Contributed Perl Documentation		     Debian::Copyright::Stanza::Files(3pm)

NAME
Debian::Copyright::Stanza::Files - Files stanza of Debian copyright file VERSION
This document describes Debian::Copyright::Stanza::Files version 0.1 . SYNOPSIS
my $copy = Debian::Copyright::Stanza::Files->new(\%data); print $copy; # auto-stringification DESCRIPTION
Debian::Copyright::Stanza::Files can be used for representation and manipulation of a "Files:" stanza of Debian copyright files in an object-oriented way. Converts itself to a textual representation in string context. FIELDS
The supported fields for Files stanzas are listed below. Note that real copyright fields may contain dashes in their names. These are replaced with underscores. Files License Copyright X_Comment CONSTRUCTOR
new( { field => value, ... } ) Creates a new Debian::Copyright::Stanza::Files object and optionally initialises it with the supplied data. METHODS
is_or_separated($field) Returns true for the "License" field. SEE ALSO
Debian::Copyright::Stanza::Files inherits most of its functionality from Debian::Copyright::Stanza COPYRIGHT &; LICENSE Copyright (C) 2011 Nicholas Bamber nicholas@periapt.co.uk This module is substantially based upon Debian::Control::Stanza::Source. Copyright (C) 2009 Damyan Ivanov dmn@debian.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. perl v5.12.4 2011-08-27 Debian::Copyright::Stanza::Files(3pm)