Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37

Thread: Help with this Xubuntu based distro: Voyager 12.10

  1. #11
    Join Date
    Jun 2008
    Location
    Across The Pond
    Beans
    954
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Help with this Xubuntu based distro: Voyager 12.10

    UltimateCat, I don't know if either of these links would help. I'm following your progress and researching as well, because this will be a learning curve for me too.

    http://askubuntu.com/questions/25961/how-to-install-a-tar-gz-or-tar-bz2-file

    http://www.techsupportforum.com/foru...tu-254092.html

    Thanks for keeping us updated.
    "Everybody is ignorant, only on different subjects." Will Rogers

  2. #12
    Join Date
    Dec 2011
    Beans
    684
    Distro
    Ubuntu Studio 20.04 Focal Fossa

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Slickymaster:
    That was a good webpage; thank you. This is what I gathered from it and interpreted what I should do-
    (Installing with the terminal has always been hard for me; generally I avoid it!)

    I hope these step's work: And that I have right-
    Worse case the terminal will give me a warning or an error I could learn from-

    1. Open the terminal and run
    Code:
    tar -zxvf qbittorrent-3.0.9.tar.gz
    2. cd Downloads (that's were the new version of qbittorrent 3.0.9 is)

    3.Than run
    Code:
    ./configure
    4. Than make, sudo su, and make install? ? All together or one at a time?

    I found the Install file-
    Code:
    1) Compile and install qBittorrent with Qt4 Graphical Interface
    
      $ ./configure
      $ make && make install
      $ qbittorrent
    
      will install and execute qBittorrent hopefully without any problems.
    
      Dependencies:
        - Qt >= 4.6.0 (libqtgui, libqtcore, libqtnetwork, libqtxml, libqtdbus/optional)
    
        - pkg-config executable
    
        - libtorrent-rasterbar by Arvid Norberg (>= 0.15.0)
            -> http://www.libtorrent.net
            Be careful: another library (the one used by rTorrent) uses a similar name.
    
        - libboost 1.34.x (libboost-filesystem°) + libasio
          or
        - libboost >= 1.35.x (libboost-system, libboost-filesystem°)
          
        °libboost-filesystem is not needed if libtorrent-rasterbar >= v0.16.x is used
    
        - python >= 2.3 (needed by search engine)
            * Run time only dependency
    
        - geoip-database (optional)
            * If qBittorrent cannot find this database, it will try to resolve countries using the Internet but it will be a lot slower.
            * Run time only dependency
    
    2) Compile and install qBittorrent without Qt4 Graphical interface
    
      $ ./configure --disable-gui
      $ make && make install
      $ qbittorrent
    
      will install and execute qBittorrent hopefully without any problems.
    
      Dependencies:
        - Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork)
    
        - pkg-config executable
    
        - libtorrent-rasterbar by Arvid Norberg (>= v0.15.0)
            -> http://www.libtorrent.net
            Be careful: another library (the one used by rTorrent) uses a similar name.
    
        - libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization
    
    
    DOCUMENTATION:
    Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org.
    
    ------------------------------------------
    This install file is explainatory but very confusing as I have never performed this task before-
    I'll see if going to the qbittorrent wiki page helps.

    I usually only have to pratice a task once and than I've got it; this is really challenging me.
    -Check yourself before you wreck yourself-


    Devuan, MX Linux, Debian 12 & Slackware 15


  3. #13
    Join Date
    Dec 2011
    Beans
    684
    Distro
    Ubuntu Studio 20.04 Focal Fossa

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Quote Originally Posted by Buntu Bunny View Post
    UltimateCat, I don't know if either of these links would help. I'm following your progress and researching as well, because this will be a learning curve for me too.

    http://askubuntu.com/questions/25961/how-to-install-a-tar-gz-or-tar-bz2-file

    http://www.techsupportforum.com/foru...tu-254092.html

    Thanks for keeping us updated.
    Your are Welcome Buntu Bunny!

    Determined to get this new version of qbittorent installed and the new Voyager up and running!
    -Check yourself before you wreck yourself-


    Devuan, MX Linux, Debian 12 & Slackware 15


  4. #14
    Join Date
    Jun 2006
    Beans
    391
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Help with this Xubuntu based distro: Voyager 12.10

    I was initially impressed with voyager but it became old very quickly.

  5. #15
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Quote Originally Posted by UltimateCat View Post
    4. Than make, sudo su, and make install? ? All together or one at a time?
    Issue those commands one at a time.

  6. #16
    Join Date
    Aug 2005
    Beans
    6,024

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Stop making your life so difficult by trying to compile qbittorrent. Install Transmission and use that, it works as I've tested it with that voyager torrent.

    Last edited by mips; May 9th, 2013 at 02:46 PM.

  7. #17
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Quote Originally Posted by mips View Post
    Stop making your live so difficult by trying to compile qbittorrent. Install Transmission and use that, it works as I've tested it with that voyager torrent.

    @UltimateCat
    That's the best advise.

  8. #18
    Join Date
    Jun 2008
    Location
    Across The Pond
    Beans
    954
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Quote Originally Posted by slickymaster View Post
    That's the best advise.
    I'm glad to know this too. Transmission is what I already have installed so I'll give it a go. I used it once, for my Xubuntu 12.04 download, but ended up going with the direct download anyway because the torrent file didn't have the option to try before installing. (More timidness on my part.)
    "Everybody is ignorant, only on different subjects." Will Rogers

  9. #19
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Quote Originally Posted by Buntu Bunny View Post
    ...More timidness on my part.
    I think that's more of a wise approach than timidness.

  10. #20
    Join Date
    Dec 2011
    Beans
    684
    Distro
    Ubuntu Studio 20.04 Focal Fossa

    Re: Help with this Xubuntu based distro: Voyager 12.10

    Thank you! Slickymaster for teaching me how to do that.
    I needed that confirmation: one at a time--

    In the future I will be able to practice this if I need to.
    -Check yourself before you wreck yourself-


    Devuan, MX Linux, Debian 12 & Slackware 15


Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

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