Rescatux Package repository

Rescatux repo which features rescapp and chntpw packages can be found at:

Rescatux repo

(TODO: Add Security to the repo. That means you should not use it if you think you might be victim of a MITM attack.)

Some quick instructions on how to use it:

 

# Debian Jessie 8 (i386)
# /etc/apt/sources.list.d/rescatux.list
# This is only useful for Jessie based Rescatux build

deb http://rescatux.sourceforge.net/repo/ jessie-dev main


# Ubuntu Xenial 16.04 (amd64)

# Add universe to your sources.list
# if it's not there

# /etc/apt/sources.list.d/rescatux.list

deb http://rescatux.sourceforge.net/repo/ xenial-dev main

apt-get update

# Finally you can install rescapp:

apt-get install rescapp

# Just say yes when they tell you the package cannot be authenticated
# Ignore lilo warning when installing rescapp (just press enter)


# Ubuntu Artful 17.10 (amd64)

# Add universe to your sources.list
# if it's not there

# /etc/apt/sources.list.d/rescatux.list

deb http://rescatux.sourceforge.net/repo/ artful-dev main

# Till everything is signed you need this workaround:

sudo apt -o Acquire::AllowInsecureRepositories=true \
-o Acquire::AllowDowngradeToInsecureRepositories=true \
update

# Finally you can install rescapp:

apt-get install rescapp

# Just say yes when they tell you the package cannot be authenticated
# Ignore lilo warning when installing rescapp (just press enter)