Debian packaging utilities for Truecrypt source 20081006 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Debian packaging utilities for Truecrypt source 20081006 (Default branch)
# 1  
Old 10-06-2008
Debian packaging utilities for Truecrypt source 20081006 (Default branch)

Debian packaging utilities for Truecrypt source helps to get Truecrypt running with a minimum of effort under Debian-based Linux systems (Debian and Ubuntu are officially supported). Truecrypt is an 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 utilities create installable *.deb packages from the sources and those debs can be used in turn to install the encryption software. License: GNU General Public License (GPL) Changes:
This release has kernel 2.6.27 support, a new package tc-utils, a new program tc-create to create containers easily, and a new program tc-fsck to check and repair the file system in the container. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
AptPkg::System(3pm)					User Contributed Perl Documentation				       AptPkg::System(3pm)

NAME
AptPkg::System - APT system abstraction class SYNOPSIS
use AptPkg::System; DESCRIPTION
The AptPkg::System module provides an interface to APT's system abstraction mechanism. AptPkg::System The AptPkg::System package implements the APT pkgSystem class. An instance of the AptPkg::System class appropriate for the particular back-end packaging system (deb, rpm, etc.) may be fetched using the system method from AptPkg::Config. A global instance of the libapt-pkg _system instance is provided as $AptPkg::System::_system, and may be imported. The following methods are implemented: label Return the description of the packaging system, for example: Debian dpkg interface for Debian systems. lock Lock the packaging system. unlock(QUIET) Unlock the packaging system, ignoring errors if QUIET is non-zero. versioning Return an instance of the AptPkg::Version class for this system. SEE ALSO
AptPkg::Config(3pm), AptPkg::Version(3pm), AptPkg(3pm). AUTHOR
Brendan O'Dea <bod@debian.org> perl v5.14.2 2012-03-16 AptPkg::System(3pm)