Camicri Cube – A Tool for Offline/Online Package Management
Sponsored Link
Cross-platform. Cube is written in C# Language, which runs in a Microsoft Windows .Net Framework. And thanks to Mono, an open source implementation of .Net Framework based on ECMA standards, these C# applications can be brought also to open source community.
Portable. Target users are offline users, so we develop a portable and standalone application. Cube in Linux contains bundled mono-framework and additional applications inside of it, so no additional packages are required to be installed. Just simply extract it in your home directory and run. You can easily run it in multiple Linux computers.
Fast. Cube uses third party download accelerators (Aria2 and Axel) that has a multi-segment/multi-connection feature to speed up downloading of packages and repositories. Download Resuming for both is also supported.
Install Camicri Cube on Ubuntu
Open the terminal and run the following commands
For 32-bit users
wget -O cube32.zip https://launchpad.net/camicricube/1.0/1.0.9/+download/cube-1.0.9.3_32bit.zip
unzip cube32.zip
cd cube
chmod +x cube-linux
./cube-linux
For 64-bit Users
wget -O cube64.zip https://launchpad.net/camicricube/1.0/1.0.9/+download/cube-1.0.9.3_64bit.zip
unzip cube64.zip
cd cube
chmod +x cube-linux
./cube-linux
Screenshot
Check documentation How to use Camicri Cube