Skip to content
Avindra Goolcharan edited this page Mar 2, 2021 · 14 revisions

logo

Home | Download | Documentation | ChangeLog | Development | ToDo | Links

Git repository

The Git repository is hosted on GitHub service and is available as http://github.com/fakechroot/fakechroot repository.

The easiest way is to use git clone command:

    $ git clone --depth 1 https://github.com/dex4er/fakechroot

Upstream tarballs

The upstream tarballs are available at

https://github.com/dex4er/fakechroot/releases

The previous versions are also available at

https://github.com/fakechroot/fakechroot/downloads

Packages

Debian

The official packages: http://packages.debian.org/fakechroot

It can be installed with apt-get:

 $ apt-get install fakechroot

The source packages are developed at https://github.com/dex4er/deb-fakechroot and can be built with git-buildpackage command:

 $ git clone https://github.com/dex4er/deb-fakechroot
 $ git fetch origin +upstream:upstream
 $ git fetch origin +pristine-tar:pristine-tar
 $ gbp buildpackage -uc -us

Ubuntu

The official packages: http://packages.ubuntu.com/fakechroot

It can be installed with apt-get:

 $ apt-get install fakechroot

openSUSE

The official packages: https://software.opensuse.org/package/fakechroot

It can be installed with zypper:

 $ zypper install fakechroot

Fedora

The official packages: https://admin.fedoraproject.org/pkgdb/package/fakechroot/

It can be installed with yum:

 $ yum install fakechroot

Gentoo

The official packages: https://packages.gentoo.org/packages/sys-apps/fakechroot

Arch

The official packages: https://www.archlinux.org/packages/extra/x86_64/fakechroot/

Clone this wiki locally