Installing deluge-torrent from ubuntu repository

General support for problems installing or using Deluge
Post Reply
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Installing deluge-torrent from ubuntu repository

Post by shirish »

Hi all,
Just sharing my experience, not good or bad or anything :-

Code: Select all

 aptitude show deluge-torrent
Package: deluge-torrent
State: not installed
Version: 0.5.0-3
Priority: optional
Section: universe/net
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Uncompressed Size: 4465k
Depends: libboost-date-time1.34.0 (>= 1.34.0~rc2-1), libboost-filesystem1.34.0 (>= 1.34.0~rc2-1), libboost-regex1.34.0 (>= 1.34.0~rc2-1),
         libboost-serialization1.34.0 (>= 1.34.0~rc2-1), libboost-thread1.34.0 (>= 1.34.0~rc2-1), libc6 (>= 2.5-5), libgcc1 (>=
         1:4.2-20070516), libstdc++6 (>= 4.2-20070516), zlib1g (>= 1:1.2.1), python-support (>= 0.3.4), python (< 2.6), python (>= 2.4),
         python-gtk2, python-glade2, python-xdg, python-notify, notification-daemon
Description: A Bittorrent client written in Python/PyGTK
 Deluge is a Bittorrent client, created using Python and GTK+. 
 
 Deluge is intended to bring a native, full-featured client to Linux GTK desktop environments such as Gnome and XFCE. 
 
 It uses Rasterbar's version of libtorrent, and python bindings written by Kripkenstein. 
 
 Homepage: http://www.deluge-torrent.org/


shirish@ubuntu:~$ sudo aptitude install deluge-torrent
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Initializing package states... Done
Building tag database... Done      
The following NEW packages will be automatically installed:
  libboost-date-time1.34.0 libboost-filesystem1.34.0 libboost-regex1.34.0 libboost-serialization1.34.0 libboost-thread1.34.0 
The following NEW packages will be installed:
  deluge-torrent libboost-date-time1.34.0 libboost-filesystem1.34.0 libboost-regex1.34.0 libboost-serialization1.34.0 
  libboost-thread1.34.0 
0 packages upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 2646kB of archives. After unpacking 8122kB will be used.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Done
Get:1 http://in.archive.ubuntu.com gutsy/universe libboost-date-time1.34.0 1.34.0-1ubuntu1 [55.4kB]
Get:2 http://in.archive.ubuntu.com gutsy/universe libboost-filesystem1.34.0 1.34.0-1ubuntu1 [54.4kB]
Get:3 http://in.archive.ubuntu.com gutsy/universe libboost-regex1.34.0 1.34.0-1ubuntu1 [549kB]
Get:4 http://in.archive.ubuntu.com gutsy/universe libboost-serialization1.34.0 1.34.0-1ubuntu1 [414kB]                                      
Get:5 http://in.archive.ubuntu.com gutsy/universe libboost-thread1.34.0 1.34.0-1ubuntu1 [35.8kB]                                            
Get:6 http://in.archive.ubuntu.com gutsy/universe deluge-torrent 0.5.0-3 [1537kB]                                                           
Fetched 2646kB in 2m18s (19.1kB/s)                                                                                                          
Selecting previously deselected package libboost-date-time1.34.0.
(Reading database ... 88436 files and directories currently installed.)
Unpacking libboost-date-time1.34.0 (from .../libboost-date-time1.34.0_1.34.0-1ubuntu1_i386.deb) ...
Selecting previously deselected package libboost-filesystem1.34.0.
Unpacking libboost-filesystem1.34.0 (from .../libboost-filesystem1.34.0_1.34.0-1ubuntu1_i386.deb) ...
Selecting previously deselected package libboost-regex1.34.0.
Unpacking libboost-regex1.34.0 (from .../libboost-regex1.34.0_1.34.0-1ubuntu1_i386.deb) ...
Selecting previously deselected package libboost-serialization1.34.0.
Unpacking libboost-serialization1.34.0 (from .../libboost-serialization1.34.0_1.34.0-1ubuntu1_i386.deb) ...
Selecting previously deselected package libboost-thread1.34.0.
Unpacking libboost-thread1.34.0 (from .../libboost-thread1.34.0_1.34.0-1ubuntu1_i386.deb) ...
Selecting previously deselected package deluge-torrent.
Unpacking deluge-torrent (from .../deluge-torrent_0.5.0-3_i386.deb) ...
Setting up libboost-date-time1.34.0 (1.34.0-1ubuntu1) ...

Setting up libboost-filesystem1.34.0 (1.34.0-1ubuntu1) ...

Setting up libboost-regex1.34.0 (1.34.0-1ubuntu1) ...

Setting up libboost-serialization1.34.0 (1.34.0-1ubuntu1) ...

Setting up libboost-thread1.34.0 (1.34.0-1ubuntu1) ...

Setting up deluge-torrent (0.5.0-3) ...
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
Post Reply