Nexenta RC2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Nexenta RC2 (Default branch)
# 1  
Old 01-15-2008
Nexenta RC2 (Default branch)

ImageNexenta is a complete GNU-based operating system built on top of the OpenSolaris kernel and runtime. The Debian system is used for software distribution and packaging to glue the numerous pieces together. However, Nexenta is not currently part of the Debian Project, nor are its packages present in the Debian database. It includes Apache, MySQL, Perl, Python, PHP, Firefox, Evolution, a software update manager, Synaptic package manager, Gaim, Abiword, administration and development utilities, editors, graphics, GNOME, interpreters, libraries, and much more.License: Common Development and Distribution License (CDDL)Changes:
This release features OpenSolaris build 80+ (non-debug) and integrates NWS, AVS, COMSTAR, and an in-kernel CIFS client. ZFS-integrated safe upgrade via a remote APT repository was implemented. Support for transactional in-place (live) and safe upgrades waas provided. Multiple improvements were made in the installer and Nexenta Zones, with integrated automatic Zone upgrades.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)