Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

HOW TO INSTALL TRIBLER BITTORRENT CLIENT IN UBUNTU 16.04 – A BEST TORRENT SOFTWARE FOR LINUX

HOW TO INSTALL Tribler BITTORRENT CLIENT IN UBUNTU 16.04 – A BEST TORRENT SOFTWARE FOR LINUX

Introduction

In this article we are going to learn How to Install Tribler Bittorrent client in Ubuntu 16.04. Tribler is a open source best torrent software used to download content and data like videos, audios from internet. It’s an nice alternative to bittorrent client and one of the most popular torrent download client application. Tribler was developed by research team of Delft University of Technology on year 2009 using C++ and Python programming languages and released under GNU GPLv2 license.

Now let’s have a look at features of Tribler bittorrent client :

  • It’s an cross platform application available for major operating system’s i.e. Linux, Microsoft Windows, MacOS.
  • Tribler best torrent software is also available for android.
  • Available for both 32 Bit and 64 Bit operating system.
  • Search for the content you want to download using Search box on Tribler bittorrent client application itself.
  • Configure proxy settings in Tribler to use the application on proxy based internet environment.
  • You can configure the maximum connections you want to allow. Here value “0” is for unlimited connections.
  • The best part of Tribler best torrent software is you can configure the bandwidth speed. Set your upload and download speed as per your need and requirement.
  • Tribler comes with in build video player.

For more information’s and features of Tribler bittorrent client you can visit the official website.

Follow the below steps to install Tribler bittorrent client in Ubuntu 16.04 – a best torrent software for Linux

Before start the installation of Tribler bittorrent client let’s update the packages & repositories of Ubuntu 16.04 using below command.

elinuxbook@ubuntu:~$ sudo apt-get update   # Update Packages & Repositories                                                                               
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                                                                 
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]        
Get:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Fetched 306 kB in 2s (103 kB/s)   
Reading package lists... Done

After updating the packages & repositories now we have to download the Tribler best torrent software package from it’s official website. So to download the same use the below command.

elinuxbook@ubuntu:~$ wget https://github.com/Tribler/tribler/releases/download/v7.0.0/tribler_7.0.0_all.deb
--2018-02-04 08:29:01--  https://github.com/Tribler/tribler/releases/download/v7.0.0/tribler_7.0.0_all.deb
Resolving github.com (github.com)... 192.30.255.113, 192.30.255.112
Connecting to github.com (github.com)|192.30.255.113|:443... connected.
.
.
HTTP request sent, awaiting response... 200 OK
Length: 10254938 (9.8M) [application/octet-stream]
Saving to: ‘tribler_7.0.0_all.deb’

tribler_7.0.0_all.deb                      100%[=====================================================================================>]   9.78M   613KB/s    in 22s     

2018-02-04 08:29:27 (448 KB/s) - ‘tribler_7.0.0_all.deb’ saved [10254938/10254938]

As you can see below I have already downloaded the Tribler bittorrent client .deb package. Refer the output below.

elinuxbook@ubuntu:~$ ls -l tribler_7.0.0_all.deb   # Downloaded Package
-rw-rw-r-- 1 elinuxbook elinuxbook 10254938 Jan 25 04:25 tribler_7.0.0_all.deb

Also Read :

  • HOW TO INSTALL KTORRENT BEST TORRENT CLIENT IN UBUNTU 16.04
  • HOW TO INSTALL FROSTWIRE APP (FROSTWIRE TORRENT CLIENT) IN UBUNTU 16.04 – A BEST BITTORRENT ALTERNATIVE FOR LINUX
  • HOW TO INSTALL TIXATI TORRENT CLIENT IN UBUNTU 16.04 – A BEST TORRENT SOFTWARE FOR LINUX
  • HOW TO INSTALL TRANSMISSION BITTORRENT CLIENT IN UBUNTU 16.04

Now we are ready to install the Tribler best torrent software package. So let’s go ahead and install the same using below command.

elinuxbook@ubuntu:~$ sudo dpkg -i tribler_7.0.0_all.deb   # Install the Package
[sudo] password for elinuxbook: 
Selecting previously unselected package tribler.
(Reading database ... 174286 files and directories currently installed.)
Preparing to unpack tribler_7.0.0_all.deb ...
Unpacking tribler (7.0.0) ...
dpkg: dependency problems prevent configuration of tribler:
 tribler depends on ffmpeg | libav-tools; however:
  Package ffmpeg is not installed.
  Package libav-tools is not installed.
.
.
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Errors were encountered while processing:
 tribler

As you can see above the Tribler bittorrent client is asking for some dependencies during installation. So install required dependencies using below command.

elinuxbook@ubuntu:~$ sudo apt-get install -f   # Install Required Dependencies
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libappindicator1 libindicator7 libjavascriptcoregtk-3.0-0 libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libzip4
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  blt cpp-5 ffmpeg fonts-lyx g++-5 gcc-5 gcc-5-base i965-va-driver javascript-common liba52-0.7.4 libaacs0 libasan2 libass5 libatomic1 libavcodec-ffmpeg56
.
.
22 upgraded, 167 newly installed, 0 to remove and 440 not upgraded.
1 not fully installed or removed.
Need to get 112 MB of archives.
After this operation, 358 MB of additional disk space will be used.
Do you want to continue? [Y/n] y  ---> Enter 'y' to continue the installation

As you can see above we have successfully installed the Tribler best torrent software package. Now to confirm the same use the below command.

elinuxbook@ubuntu:~$ sudo dpkg -l tribler   # Confirm the installed Package
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                 Version                 Architecture            Description
+++-====================================-=======================-=======================-=============================================================================
ii  tribler                              7.0.0                   all                     Python based Bittorrent/Internet TV application

Now to open the application just type the command tribler on shell prompt. Refer the command below.

elinuxbook@ubuntu:~$ tribler   # Open the Application

TRIBLER BITTORRENT CLIENT

You can also open the Tribler bittorrent client application graphically using Search your computer box. Refer the snapshot below.

OPEN TRIBLER BEST TORRENT SOFTWARE GRAPHICALLY

To uninstall the package use the below command.

elinuxbook@ubuntu:~$ sudo dpkg -r tribler   # Uninstall the Package
(Reading database ... 181811 files and directories currently installed.)
Removing tribler (7.0.0) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...

This is how we can install Tribler bittorrent client in Ubuntu 16.04 – a best torrent software for Linux. If you found this article useful then Like us, Share this post on your preferred Social media, Subscribe our Newsletter OR if you have something to say then feel free to comment on the comment box below.

The post HOW TO INSTALL TRIBLER BITTORRENT CLIENT IN UBUNTU 16.04 – A BEST TORRENT SOFTWARE FOR LINUX appeared first on Elinuxbook: Linux Tutorials, Guides, Howtos, Tips and Tricks.



This post first appeared on Elinuxbook: Linux Tutorials, Guides, Howtos, Tips And Tricks, please read the originial post: here

Share the post

HOW TO INSTALL TRIBLER BITTORRENT CLIENT IN UBUNTU 16.04 – A BEST TORRENT SOFTWARE FOR LINUX

×

Subscribe to Elinuxbook: Linux Tutorials, Guides, Howtos, Tips And Tricks

Get updates delivered right to your inbox!

Thank you for your subscription

×