Results 1 to 5 of 5

Thread: Apt-get cannot install BitTorrent :-(

  1. #1
    Member registered user
    Join Date
    Sep 2003
    Posts
    67

    Apt-get cannot install BitTorrent :-(

    Don't know why this isnt' working....

    dpkg -l | grep python says:
    ii python 2.3.2-1 An interactive high-level object-oriented la
    ii python-imaging 1.1.4-2 The Python Imaging Library
    ii python-tk 2.3.2-1 Tkinter - Writing Tk applications with Pytho
    ii python2.3 2.3.2-1 An interactive high-level object-oriented la
    ii python2.3-imag 1.1.4-1 The Python Imaging Library
    ii python2.3-tk 2.3.2-1 Tkinter - Writing Tk applications with Pytho

    And BitTorrent says it requires python of version 2.2 or greater OR python2.2 (which I would think to be the same thing). So I've got what I need, but apt-get won't install it:

    root@Harkonnen:~# apt-get -uVq install bittorrent
    Reading Package Lists...
    Building Dependency Tree...
    Recommended packages:
    libwxgtk2.4-python
    The following NEW packages will be installed:
    bittorrent (3.2.1b-3)
    0 upgraded, 1 newly installed, 0 to remove and 56 not upgraded.
    Need to get 0B/63.0kB of archives.
    After unpacking 446kB of additional disk space will be used.
    Selecting previously deselected package bittorrent.
    (Reading database ... 113818 files and directories currently installed.)
    Unpacking bittorrent (from .../bittorrent_3.2.1b-3_all.deb) ...
    Setting up bittorrent (3.2.1b-3) ...
    /var/lib/dpkg/info/bittorrent.postinst: line 31: python2.2: command not found
    dpkg: error processing bittorrent (--configure):
    subprocess post-installation script returned error exit status 127
    Errors were encountered while processing:
    bittorrent

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041

    Re: Apt-get cannot install BitTorrent :-(

    --Try ' apt-get install bittorrent/stable '.

    Quote Originally Posted by lavaman094
    Don't know why this isnt' working....

    dpkg -l | grep python says:
    ii python 2.3.2-1 An interactive high-level object-oriented la
    ii python-imaging 1.1.4-2 The Python Imaging Library
    ii python-tk 2.3.2-1 Tkinter - Writing Tk applications with Pytho
    ii python2.3 2.3.2-1 An interactive high-level object-oriented la
    ii python2.3-imag 1.1.4-1 The Python Imaging Library
    ii python2.3-tk 2.3.2-1 Tkinter - Writing Tk applications with Pytho

    And BitTorrent says it requires python of version 2.2 or greater OR python2.2 (which I would think to be the same thing). So I've got what I need, but apt-get won't install it:

    root@Harkonnen:~# apt-get -uVq install bittorrent
    Reading Package Lists...
    Building Dependency Tree...
    Recommended packages:
    libwxgtk2.4-python
    The following NEW packages will be installed:
    bittorrent (3.2.1b-3)
    0 upgraded, 1 newly installed, 0 to remove and 56 not upgraded.
    Need to get 0B/63.0kB of archives.
    After unpacking 446kB of additional disk space will be used.
    Selecting previously deselected package bittorrent.
    (Reading database ... 113818 files and directories currently installed.)
    Unpacking bittorrent (from .../bittorrent_3.2.1b-3_all.deb) ...
    Setting up bittorrent (3.2.1b-3) ...
    /var/lib/dpkg/info/bittorrent.postinst: line 31: python2.2: command not found
    dpkg: error processing bittorrent (--configure):
    subprocess post-installation script returned error exit status 127
    Errors were encountered while processing:
    bittorrent

  3. #3
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    100
    Starting with Knopppix 3.3 it seems Bittorrent comes from sid.

    apt-get install -t unstable bittorrent

    Did the trick here and for others on irc

  4. #4
    Member registered user
    Join Date
    Sep 2003
    Posts
    67
    Quote Originally Posted by Tech2k
    Starting with Knopppix 3.3 it seems Bittorrent comes from sid.

    apt-get install -t unstable bittorrent

    Did the trick here and for others on irc
    OK, this command worked, but I bash says "command not found" when I try "bittorrent". I also tried "bittorrent.py" and I cannot figure out how to call and execute bittorrent!

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    ' dpkg -L bittorrent|grep bin ' is how I found it.
    /usr/bin
    /usr/bin/bttrack
    /usr/bin/btmakemetafile
    /usr/bin/btlaunchmany
    /usr/bin/btdownloadcurses
    /usr/bin/btlaunchmanycurses
    /usr/bin/btreannounce
    /usr/bin/btrename
    /usr/bin/btshowmetainfo
    /usr/bin/btdownloadgui
    /usr/bin/btdownloadheadless

    --Use one of btdownload{curses,gui,headless}. Here's an example script (don't forget to chmod +x it) : #BEGIN btor
    Code:
    #!/bin/bash
    
    # BitTorrent download
    time btdownloadcurses --url $* \
      --max_uploads 2 \
      --max_upload_rate 64 \
      --rerequest_interval 240 \
      --display_interval 3
    --When you're done letting others upload from your file, hit Ctrl-C.

    Quote Originally Posted by lavaman094
    Quote Originally Posted by Tech2k
    Starting with Knopppix 3.3 it seems Bittorrent comes from sid.

    apt-get install -t unstable bittorrent

    Did the trick here and for others on irc
    OK, this command worked, but I bash says "command not found" when I try "bittorrent". I also tried "bittorrent.py" and I cannot figure out how to call and execute bittorrent!

Similar Threads

  1. Bittorrent
    By Level7 in forum General Support
    Replies: 5
    Last Post: 08-27-2004, 10:26 AM
  2. Bittorrent on 3.4?
    By obsoleto in forum General Support
    Replies: 1
    Last Post: 05-24-2004, 10:54 PM
  3. Bittorrent .deb won't install - python dependency
    By 3p0cHx in forum General Support
    Replies: 1
    Last Post: 04-08-2004, 11:52 PM
  4. Need Help Using Bittorrent
    By bongski55 in forum The Lounge
    Replies: 1
    Last Post: 02-29-2004, 08:03 PM
  5. Using bittorrent
    By nmella in forum General Support
    Replies: 1
    Last Post: 11-22-2003, 06:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W picture

Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W

$3350.00



H261-Z61 2U 24SFF AMD Server 8x EPYC 7702 512-Cores 2048GB RAM 8x25G NIC 2x2200W picture

H261-Z61 2U 24SFF AMD Server 8x EPYC 7702 512-Cores 2048GB RAM 8x25G NIC 2x2200W

$12092.18



HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES picture

HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES

$199.00



Genuine HP ProLiant MicroServer Gen8 Intel Pentium G2020T 2.5GHz 712318-001 picture

Genuine HP ProLiant MicroServer Gen8 Intel Pentium G2020T 2.5GHz 712318-001

$199.95



SuperMicro Scale CSE-813M Xeon E5-2620 v4 128 GB DDR4 1U Server No Drives/No OS picture

SuperMicro Scale CSE-813M Xeon E5-2620 v4 128 GB DDR4 1U Server No Drives/No OS

$219.99



Genuine HP ProLiant MicroServer Gen8 without the part on the front w power cord picture

Genuine HP ProLiant MicroServer Gen8 without the part on the front w power cord

$185.92



HP PROLIANT ML30 GEN10 INTEL XEON E-2224 3.40 GHz 16GB RAM SKU#55339 picture

HP PROLIANT ML30 GEN10 INTEL XEON E-2224 3.40 GHz 16GB RAM SKU#55339

$223.99



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$297.00



SUPERMICRO CSE-512 AMD Opteron Processor 6128, 32GB DDR3 RAM NO HDD picture

SUPERMICRO CSE-512 AMD Opteron Processor 6128, 32GB DDR3 RAM NO HDD

$90.00