petepots
Posts: 64
Joined: Mon Sep 08, 2014 9:19 am
Location: Surrey, UK

version no of Debian Wheezy

Sun Nov 16, 2014 2:48 pm

Guys

How can I find out the version no I have on my Pi of Debian Wheezy.

also

I would like to find out, and does anyone know if Deluge 1.3.10 will run on the Pi

Version no, How do I find out
Deluge 1.3.10 would that run on a Pi

Kind regards
Peter

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: version no of Debian Wheezy

Sun Nov 16, 2014 3:03 pm

petepots wrote:Guys

How can I find out the version no I have on my Pi of Debian Wheezy.

also

I would like to find out, and does anyone know if Deluge 1.3.10 will run on the Pi

Version no, How do I find out
Deluge 1.3.10 would that run on a Pi

Kind regards
Peter
Raspbian Wheezy is based off Debian Wheezy ARHHF and compiled for the RPi's ARMv6 CPU

Code: Select all

sudo apt-get update
sudo apt-get install deluge
https://packages.debian.org/wheezy/deluge

Code: Select all

nano /etc/*-release
Last edited by fruitoftheloom on Sun Nov 16, 2014 7:15 pm, edited 1 time in total.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: version no of Debian Wheezy

Sun Nov 16, 2014 3:04 pm

1.

Code: Select all

uname -a #shows the kernal version
lsb_release -a #shows the distro/release
sudo vgencmd version #shows the firmware version
2. Use:

Code: Select all

apt-cache search something
to search for a package in the repo where you replace something with the name.
There are 10 types of people: those who understand binary and those who don't.

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: version no of Debian Wheezy

Sun Nov 16, 2014 3:18 pm

fruitoftheloom wrote:

Code: Select all

sudo apt-get update
sudo apt-get install deluge
That will install V1.3.3 of deluge

To install V1.3.10 it will probably be necessary to install from source, documented here -

http://dev.deluge-torrent.org/wiki/Installing/Source

petepots
Posts: 64
Joined: Mon Sep 08, 2014 9:19 am
Location: Surrey, UK

Re: version no of Debian Wheezy

Mon Nov 17, 2014 3:24 pm

Thank you fruitoftheloom
for your time in replying to me, great help

Return to “General discussion”