Download project files

How do I verify a download?


1.0.9 release from the 1.0 series released

Release information
Release notes:

Cube 1.0.9.3 (2015-01-20)
====================
Most notable changes are package dependency enhancement, add more apt
preference constraint checking, and more bug fixes, including a major
bug that affects package dependency checking.

Compiled using Windows 7 than Windows XP for a possible fix for
portability issues on Windows.

Cube 1.0.9.2 (2014-05-10)
====================
This is a recommended update release for Cube 1.0.9. It enhances major
package dependency checking procedures and fixed problem when adding
PPA repository using Windows.

Cube 1.0.9 (2014-04-01)
===================
This release contains the latest feature of cube named "Cube App Share" that enables you to share your installed packages to any Linux Computer.

Changelog:

Cube 1.0.9.3 (2015-01-20)
====================
* Enhanced apt preference constrains checking
* Enhanced package reverse dependency checking
* Now added terminal list on cube configuration file. This is to easily
add terminals to be used on installation to avoid 'Unable to find
terminal' to occur.
* Experimental fix on crashes cause by clicking 'Download' button or any
buttons under 'List Packages' due to GTK# bug on widget.sensitive. Now
making the whole window sensitive instead of every each components of it.
* Fix MAJOR BUG on package dependency checking. Now checking for
"recommends" and "pre-depends" dependencies even if package "depends" is
not given.

Cube 1.0.9.2 (2014-05-10)
====================
* Fixed problem in checking dependency when installing packages.
Downloaded packages will now be considered as installed when checking
dependencies. This will resolve inconsistencies between dependency
cheking in downloading and installing packages.

* Enabled reverse dependency by default. It may take too long to check
dependencies of a package, but ensures that all package dependencies and
all installed packages that might be affected will be satisfied. You can
always disable reverse dependency checking at Cube Menu=>Settings=>
Preferences=>Package Dependency Tab=>Enable Reverse Dependency Checking.

* Fixed problem in connecting to launchpad when adding PPA repository
in Windows (Unable to connect due to https certificate restrictions).
Added "--check-certificate=false" parameter in aria2c to resolve this
issue.

* Fixed problem when double-clicking listed packages view under Marked
Package's "To Install" Tab.

Cube 1.0.9 (2014-04-01)
===================
* Added Cube App Share, a feature that enables you to share your
installed apps to multiple computers with same distribution version and
architecture.

* Added app-share.cube configuration file in the data/config directory.
This contains the list of operating systems and the counterpart
compatible operating system of it to be supported by App Share.

* Removed cube-normal and cube-superuser, replaced all by a single file
cube-linux. Downloading and Installing of packages will be done using
cube-linux.

* Screenshots are now saved to the project directory instead of the
cube's data directory, making it available to use when transferring
projects to another cube.

* Added additional data on Cube's project information file (info.cube),
now contains the Distribution name, Release number and Codename of your
Linux Distribution. This will be used by App Share and
Add-Apt-Repository.

* Added deep logging support. All console outputs while cube is running
will be saved to data/logs/cube.log file.

* Added "Verify" button in the Package Information View, for all
downloaded packages. This will check if all package dependencies are
successfully downloaded for the selected package.

* Added "Get Host's Repositories" in the cube menu => Repositories. You
can now get repositories to a compatible Linux host.

* In every creation of project, cube will also save the project details
in the original computer. This will be the basis when checking if
project is opened in original computer or not.

File Description Downloads
download icon cube-1.0.9.3_32bit.zip (md5) [UPDATE 2015-01-20] Contains the full cube system. 32bit architecture. 10,045
last downloaded 5 days ago
download icon cube-1.0.9.3_64bit.zip (md5) [UPDATE 2015-01-20] Contains the full cube system. 64bit architecture. 21,922
last downloaded 4 days ago
download icon cube-1.0.9.2_32bit.zip (md5) [UPDATE 2014-05-10] Contains the full cube system. 32bit architecture. 5,087
last downloaded 16 weeks ago
download icon cube-1.0.9.2_64bit.zip (md5) [UPDATE 2014-05-10] Contains the full cube system. 64bit architecture. 3,419
last downloaded 7 weeks ago
download icon CubeTutorial.pdf (md5) Step-by-step tutorial on how to use cube. 8,408
last downloaded 24 hours ago
download icon cube-1.0.9_32bit.zip (md5) Contains the full cube system. (32bit architecture) 1,490
last downloaded 16 weeks ago
download icon cube-1.0.9_64bit.zip (md5) Contains the full cube system. (64bit architecture) 2,380
last downloaded 16 weeks ago
Total downloads: 52,751

1.0.8 release from the 1.0 series released

Release information
Release notes:

This release fixed a lot of bugs and added lots of features and functionalities in Cube. It focused on the installation and download problems. In this release also, translation and 64 bit architecture support for wider availability and accessibility is now added. A "add-apt-repository" feature is also developed, which makes it easy to add repository using PPA address format.

Changelog:

CHANGES
=======

* Fixed bug in including non .deb files in checking for broken packages,
that will always be treated as broken. Cube now only scans for .deb
files.

* Downloaded packages with duplicates (Same package, different version)
will not be allowed to prevent mismatching of packages and being treated
as broken. Highest version will be prioritized and old versions will be
removed to save space also.

* Added downloading of repository keys to gather first all md5sums of
repositories to be downloaded and to skip repository that is up-to-date.
This will minimize the download time in every reload of repositories.

* Added installation output dialog to be shown in case of an error
during the installation for the user to be informed.

* Every package installation will be recorded (in data/logs directory)
that contains the output of the installation. This will be useful if
error occured.

* Added additional information (Operating System Release and Code Name)
in the cube project's info.cube file (Required by "add-apt-repository"
feature). For <= 1.0.7 projects, it will not affect it so nothing to
worry about.

* Added "add-apt-repository" like functionality. You can now add
repositories using a PPA address with a format like "ppa:wfg/0ad" using
Add Apt Repository under Repository menubar. All new repository address
will be added in your project's sources.list. For Linux Mint users,
please identify what series (maya,nadia..) are equivalent/matched to
Ubuntu (precise,quantal..).

* Categories/Section filtering keys are now defined in
data/config/categories.cube so you can add more categories/sections you
want.

* Added "Reverse Dependency Check" (Located at
Settings Menu=>Preferences=>Package Dependency Tab). It is not set by
default, but when activated, will check not only the dependencies of the
package you want to be installed, but also all the installed packages
that may be affected by that package. Some packages requires that their
dependencies, although already installed, must be upgraded in order to
satisfy its requirements and reverse dependency checking resolves this
issue. This is also advisable to use to prevent dependency problems
(Especially when using apt-get).

* [EXPERIMENTAL] Added translation support
(https://translations.launchpad.net/camicricube), download your desired
language pack (.mo) and paste it to data/locale directory. Format must
be data/locale/[language-code]/LC_MESSAGES/i8n1.mo. To apply
translation, change your language to your target language. If you are
using cube-minimal, with no mono framework, just type in terminal
"LANG=your_LANG.UTF-8 mono cube.exe".

* Finally! Added support for 64bit (binary-amd64/binary-x86_64)
architecture.

File Description Downloads
download icon cube-1.0.8.406-32bit.zip (md5) Latest 1.0.8 Update. Contains the full Cube system (Includes CubeTutorial.pdf). 32bit architecture. Recommended and tested compatibility for Ubuntu 13.04 and above, Linux Mint Nadia and above. 187
last downloaded 42 weeks ago
download icon cube-1.0.8.406-64bit.zip (md5) Latest 1.0.8 Update. Contains the full Cube system (Includes CubeTutorial.pdf). 64bit architecture. Recommended and tested compatibility for Ubuntu 13.04 and above, Linux Mint Nadia and above. 128
last downloaded 42 weeks ago
download icon CubeTutorial.pdf (md5) Complete step by step tutorial in using Cube. 171
last downloaded 16 weeks ago
download icon cube-1.0.8-32bit.zip (md5) Contains the full Cube system (Includes CubeTutorial.pdf). 32bit architecture. 141
last downloaded 19 weeks ago
download icon cube-1.0.8-64bit.zip (md5) Contains the full Cube system (Includes CubeTutorial.pdf). 64bit architecture. 162
last downloaded 9 days ago
download icon cube-1.0.8-minimal-all.zip (md5) Contains the Cube system. No mono runtime and third party downloaders included. Recommended if using Microsoft Windows or Linux with internet connection. See "About Cube Minimal.txt" inside for more details. 120
last downloaded 8 days ago
Total downloads: 909

1.0.7 (Beta Bullfrog) release from the 1.0 series released

Release information
Release notes:

Cube 1.0.7 Features
===================
- Creates and open projects in Linux and Windows (open only)
- Download and update repositories
- Search specific package/application
- List down packages
- Filter packages (All, Installed, Upgradable, Downloaded, Broken, Specific Category)
- View package information and available screenshot
- Build package dependencies (Find all packages needed to be installed also)
- Download packages (both Linux and Windows) using Aria2 and Axel
- Download package updates (both Linux and Windows)
- Using apt-get or dpkg for installation process
- Installing packages (Linux with superuser privileges)
- Finding and installing downloaded packages with complete dependencies
- Cleaning not needed downloaded packages
- Updating project status (Linux)
- Updating compu...

Changelog:

Changes
-------

* Fixed bug in checking for installed packages. Some removed packages
but configuration files are still in the system are now treated by the
cube as not installed.

* Fixed bug when adding new sources in the Repository settings that not
applied and added unless the cube is restarted. Cube will now check for
newly added sources before in every reload of repository.

* External terminal will now be used in the installation process to
be more native and to prevent problems in some packages that needs
terminal installation and input/output prompts. XTerm will be the first
choice, followed by mate-terminal, gnome-terminal, lxterminal and
xfce4-terminal.

* Added links for the Cube launchpad page, ask and report bugs page to
the help menu for easier access and sending problems.

* Added Category Search dialog (See the "List Packages" buttons below
search bar. (Imported from Synaptic's Section Filter).

File Description Downloads
download icon cube-1.0.7.zip (md5) LATEST OF 1.0.7. Contains the full Cube System (Includes CubeTutorial.pdf). 141
last downloaded 8 days ago
download icon cube-minimal.zip (md5) Cube with no mono runtime and gtksharp included (Recommended for Linux Mint and Linux with mono and gtksharp installed) 48
last downloaded 42 weeks ago
download icon cube.zip (md5) Contains the full Cube System (Includes CubeTutorial.pdf) 83
last downloaded 47 weeks ago
download icon CubeTutorial.pdf (md5) Complete Step-By-Step Tutorial on how to use Camicri Cube 337
last downloaded 7 days ago
Total downloads: 609

1.0.6 (Beta Frog) release from the 1.0 series released

Release information
Release notes:

Cube 1.0.6 Features
===================
- Creates and open projects in Linux and Windows (open only)
- Download and update repositories
- Search specific package/application
- List down packages
- Filter packages (Installed, Upgradable, Downloaded, Broken)
- View package information and available screenshot
- Build package dependencies (Find all packages needed to be installed also)
- Download packages (both Linux and Windows) using Aria2 and Axel
- Download package updates (both Linux and Windows)
- Using apt-get or dpkg for installation process
- Installing packages (Linux with superuser privileges)
- Finding and installing downloaded packages with complete dependencies
- Cleaning not needed downloaded packages
- Updating project status (Linux)
- Updating computer's status by transfer...

Changelog:

Changes
-------

* Recompile cube-mono, the virtual environment that holds the whole
mono runtime and other needed libraries. Added traced libraries that
is needed in order the apt-get and dpkg to run and to prevent errors.
Tries also to lessen its size, from 19MB to 17MB.

* Added apt-get as the default installation manager. Added also
selection section for using apt-get or dpkg as default.

* Fix bugs in broken downloaded packages. Now treated broken downloaded
package as "not downloaded" so that it will be included always in the
download process.

* Fix bugs in updating cube status and updating system status. Making
used /etc/apt files as read/write to prevent problems in accessing it
after using cube.

* Added tooltips in the GUI for more user friendly approach and to have
a "small tutorial" while using the cube.

* Added "Install packages with complete dependencies" menu item in the
Packages Menu. This will find all downloaded packages that have complete
dependencies (Means that their dependency packages where downloaded also).

* Change the About window to the GTK standart About window.

File Description Downloads
download icon cube.zip (md5) Contains the full Cube System (Includes CubeTutorial.pdf) 75
last downloaded 8 days ago
download icon CubeTutorial.pdf (md5) Complete Step-By-Step Tutorial on how to use Camicri Cube 49
last downloaded 17 weeks ago
Total downloads: 124

1.0.5 (Beta Tadpole) release from the 1.0 series released

Release information
Release notes:

Initial Release of the Camicri Cube Offline Package Management System

Features :
- Creates and open projects in Linux and Windows (open only)
- Download and update repositories
- Search specific package/application
- List down packages
- Filter packages (Installed, Upgradable, Downloaded, Broken)
- View package information and available screenshot
- Build package dependencies (Find all packages needed to be installed also)
- Download packages (both Linux and Windows) using Aria2 and Axel
- Download package updates (both Linux and Windows)
- Installing packages (Linux with superuser privileges)
- Cleaning not needed downloaded packages
- Updating project status (Linux)
- Updating computer's status by transferring downloaded repositories to it (Linux with superuser privileges)

File Description Downloads
download icon CubeTutorial.pdf (md5) Complete Step-By-Step Tutorial on how to use Camicri Cube 65
last downloaded 17 weeks ago
download icon cube.zip (md5) Contains the full Cube System (Includes CubeTutorial.pdf) 246
last downloaded 42 weeks ago
Total downloads: 311

1.0.9-nightly release from the 1.0-nightly series released

Release information
Release notes:

Release Notes
-------------
This is the first nightly package for upcomming Cube 1.0.9.3 series. Most notable changes are package dependency enhancement, add more apt preference constraint checking, and crash fixes.

This package is compiled using Elementary OS Luna for Windows and Windows 7 Home Premium for Windows.

Changelog:

Changes
=======

* Enhance apt preference constrains checking
* Ehhance package reverse dependency checking
* Now added terminal list on cube configuration file. This is to easily add terminals to be used on installation to avoid 'Unable to find terminal' to occur.
* Experimental fix on crashes cause by clicking 'Download' button or any buttons under 'List Packages' due to GTK# bug on widget.sensitive. Now making the whole window sensitive instead of every each components of it.

File Description Downloads
download icon cube-1.0.9.3-nightly-0.1_32bit.zip (md5) [2015-01-11] Contains the full Cube system (Incudes CubeTutorial.pdf) - 32 bit 73
last downloaded 42 weeks ago
download icon cube-1.0.9.3-nightly-0.1_64bit.zip (md5) [2015-01-11] Contains the full Cube system (Incudes CubeTutorial.pdf) - 64 bit 68
last downloaded 6 weeks ago
Total downloads: 141