I created or ported various software for various platform , you can install them using online repository :

Other repo :

debian / ubuntu

user=rzrfreefr
file=/etc/apt/sources.list.d/$user.list
distro="Debian_8.0"
. /etc/os-release
distro="${NAME}_${VERSION_ID}"
url="http://download.opensuse.org/repositories/home:/$user/$distro"
echo "deb $url ./" | sudo tee "$file"
echo "deb-src $url ./" | sudo tee -a "$file"
wget -O- http://download.opensuse.org/repositories/home:/$user/${distro}/Release.key |  sudo apt-key add  /dev/stdin

obsolete info :

test my debs

Add my repo :

from shell

sudo sh -c "
export DISTRIB_CODENAME=sources ;
. /etc/lsb-release; 
export REPO='http://rzr.online.fr/docs/contribs/debian/' ;
wget -O-  \${REPO}\${DISTRIB_CODENAME}.list >> /etc/apt/sources.list
"
sudo=sudo
KEY=0x467094BC ; gpg --keyserver pgpkeys.mit.edu --recv-key  $KEY && gpg -a --export $KEY | $sudo apt-key add -

Ubuntu

For Ubuntu

sudo wget -O- http://rzr.online.fr/docs/contribs/debian/ubuntu.list >> /etc/apt/sources.list 

On Debian / Hardy

deb http://ppa.launchpad.net/rzr/ubuntu hardy main
deb-src http://ppa.launchpad.net/rzr/ubuntu hardy main

On Ubuntu / Gutsy

deb http://ppa.launchpad.net/rzr/ubuntu gutsy main
deb-src http://ppa.launchpad.net/rzr/ubuntu gutsy main

Keys:

KEY=0x467094BC ; gpg --keyserver pgpkeys.mit.edu --recv-key  $KEY && gpg -a --export $KEY | sudo apt-key add -

Debian : Advanced Package Tool

/etc/apt/apt.conf #  http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html

cat » /etc/apt/sources.list « EOF

#{ http://rzr.online.fr/q/APT
deb-src http://mentors.debian.net/debian unstable main contrib non-free
#} http://rzr.online.fr/q/APT

EOF

sudo apt-get install apt-src fakeroot build-essential debian-keyring
sudo apt-get build-dep bandwidth && apt-get -b source bandwidth #

Misc

cat >> /etc/apt/sources.list << EOF

#{ http://rzr.online.fr/q/APT
deb http://www.jarre-de-the.net/computing/debian/ stable main
deb http://people.debian.org/~acid/tremulous ./
deb http://kanotix.com/files/debian unstable main contrib non-free
deb http://snapshots.gnomemeeting.net/debian/ sid main
deb http://rzr.150m.com/www.rzr.online.fr/debian/ ./
#} http://rzr.online.fr/q/APT

EOF

Games : cube ..

http://gunnm.org/~soda/debian/

ToDo :

MORE

repo.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki