Nzbirc/guide
From tiberious.org
Contents |
[edit]
Guide Contents
[edit]
1. Downloading
[edit]
From Debian Package
[edit]
Using repository
- Goto https://launchpad.net/~nzbirc/+archive/ppa
- Select your release of choice (for debian users, select any)
- Copy the sources.list entries
- Open your sources.list file (/etc/apt/sources.list)
- Paste the entries from the website
- add the public key with: apt-key adv --recv-keys --keyserver keyserver.ubuntu.com EF46FB74
- run: apt-get update
- run: apt-get install nzbirc
This will install all the required pre-requesites, and will keep the software up-to-date
[edit]
Using .deb file
- goto https://launchpad.net/~nzbirc/+archive/ppa or https://launchpad.net/nzbirc/+download
- download the latest .deb file
- ensure you have all the dependencies installed
php5-cli, php-pear, php-http-request, php-xml-serializer, php5-xmlrpc
- run: dpkg -i nzbirc_[version].deb
[edit]
From Source
Download the latest version from:
- SourceForge: http://www.sourceforge.net/projects/phpnzbirc
- Launchpad: https://launchpad.net/nzbirc
- Extract the files
tar zxvf nzbirc-[version].tar.gz
- Overwrite any existing file if neccessary
Next section: 2. Installation
