Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2015-05-31 | 2.5 kB |
|
isolabel_0.2.1-1_amd64.changes | 2015-05-31 | 1.0 kB |
|
isolabel_0.2.1-1_amd64.deb | 2015-05-31 | 13.3 kB | |
isolabel_0.2.1-1.dsc | 2015-03-30 | 1.0 kB |
|
isolabel_0.2.1-1_i386.changes | 2015-03-30 | 1.8 kB |
|
isolabel_0.2.1-1_i386.deb | 2015-03-30 | 12.8 kB | |
isolabel_0.2.1-1.diff.gz | 2015-03-30 | 1.8 kB | |
Totals: 7 Items | 34.3 kB | 0 |
This folder contains Debian package release for isolabel-0.2.1, which you could download the binary package (*.deb) and have it installed by GDebi or dpkg. Currently, only binary package for 'i386' (Intel 32-bit) and 'amd64' (AMD/Intel x86-64 bit) architecture are provided. Checksum information of each *.deb file is available in the corresponding *.changes file. Files Listing ============= Binary package files: - isolabel_0.2.1-1_i386.deb Binary package for i386 architecture - isolabel_0.2.1-1_amd64.deb Binary package for amd64 architecture Source package files: - isolabel_0.2.1-1.dsc Debian Source Control file - isolabel_0.2.1-1.diff.gz Debian Patch file Misc files: - isolabel_0.2.1-1_i386.changes Debian Changes file of i386 release - isolabel_0.2.1-1_amd64.changes Debian Changes file of amd64 release Installation ============ After you downloaded a binary package file for your architecture, double- clicking it in your file manager should start the installation. If it's not, you can install this package via command-line dpkg (replace 'xxx' with your machine architecture): - In case you have direct root access (Debian): # dpkg -i isolabel_0.2.1-1_xxx.deb - In case you don't have direct root access (Ubuntu): $ sudo dpkg -i isolabel_0.2.1-1_xxx.deb You shouldn't have any problem with dependency, as isolabel depends only on libc6 package (GNU C library) which is installed by default on every system. Tested Platform =============== i386 binary package (*_i386.deb) is compiled under Debian GNU/Linux 5.0 "Lenny" i386 and is tested under: - Debian GNU/Linux 5.0 "Lenny" i386 - Debian GNU/Linux 6.0 "Squeeze" i386 - Debian GNU/Linux 7.0 "Wheezy" i386 - Ubuntu 12.04 LTS "Precise Pangolin" i386 amd64 binary package (*_amd64.deb) is compiled under Debian GNU/Linux 5.0 "Lenny" amd64 and is tested under: - Debian GNU/Linux 5.0 "Lenny" amd64 Source Package ============== If you want to rebuild from Debian source package (e.g. for other architecture support) download the regular 'isolabel-0.2.1.tar.gz' and rename it to 'isolabel_0.2.1.orig.tar.gz', then download *.diff.gz, and *.dsc to the same folder. Once finished, run these command in the downloaded folder: (you'd need to install "build-essentials" and "dpkg-deb" package first) $ dpkg-source -x isolabel_0.2.1-1.dsc $ cd isolabel-0.2.1 $ dpkg-buildpackage -b -uc And you'll get the binary package 'isolabel_0.2.1-1_xxx.deb' outside of your 'isolabel-0.2.1' folder.