• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Thetechhacker

Simplify your tech life.

  • News
  • Best
  • Guides
    • Android
    • iOS
    • Windows
    • Mac
    • Linux
    • Internet
    • Cryptocurrency
    • VPN
  • Reviews
Home / Guides / Linux

Rahul Vithala / Jan 18, 2019

How to Install WebTorrent on Linux

How to Install WebTorrent on Linux

WebTorrent is an excellent application available for cross-platforms. It works like a charm for viewing and streaming music using peer to peer Torrent protocol.

The WebTorrent application is available for Linux, Mac, and Windows platforms. It is an open source torrent client built on Javascript and uses WebRTC for peer-to-peer connection support.

The WebTorrent is made especially for legally streaming content from Internet Archive, music from Creative Commons, and Librivox audiobooks. The user interface of the WebTorrent is pretty simple and fluid. No need of waiting for downloading, just open the file and stream right away.

Many people are using Torrent clients for downloading illegal content. We don’t support or encourage people to stream illegal content on WebTorrent or any kind of other activities that cause infringement.

In this article, you will learn to install WebTorrent on all Linux Distros.

How to Install WebTorrent on Linux

WebTorrent is available for Mac, Windows, and Linux with Ubuntu and Debian packages. Downloadable source-code package which can be used for every kind of Linux OS is also available in the official downloads page.

Installing WebTorrent on Ubuntu

Ubuntu is a most popular distro of Ubuntu and always get the first preference for any kind of package support.

  1. The installation of WebTorrent on Ubuntu requires a manual download of DEB package file.Downloading WebTorrent for Linux
  2. Download the latest version of WebTorrent file for Ubuntu from the official website. On the website click on the Linux icon to download the package file.Accessing Downloads in Linux
  3. After you downloaded the package file on your Linux, now it is the time to install. Launch terminal window by clicking Ctrl+Alt+T on the keyboard and use the CD command to get into the ~/Downloads folder.Installing WebTorrent on Linux
  4. Now, inside the ~/Downloads directory, execute the dpkg command and install the WebTorrent application on Ubuntu.
    sudo dpkg -i webtorrent-desktop_*_amd64.deb
  5. After finishing the installation, now run the Apt install -f command to correct any dependency issues that may come up.

Arch Linux

  1. In the Arch Linux, the installation of the WebTorrent supported via using AUR package. After you install AUR package, the installation of WebTorrent on Arch Linux is done by Pacman command.
    sudo pacman -S git base-devel
  2. Once, the above command is executed, now use the below command to download the latest code for the WebTorrent AUR snapshot.
    git clone https://aur.archlinux.org/webtorrent-desktop.git
  3. After completing the downloading process, use the CD command and move your terminal into the ~/Downloads folder.
    cd ~/Downloads
  4. Now it is the time to install WebTorrent on Arch Linux by executing the makepkg command.
    makepkg -sri

Debian

  1. Download the official package here.
  2. After downloading of the file completes open terminal Window by clicking Ctrl+ALt+T on the keyboard and access downloads folder using CD and ~/Downloads.
    cd ~/Downloads
  3. Now, in the ~/Downloads directory,  install the app with dpkg and correct the dependencies with Apt-get.
    su -
    dpkg -i webtorrent-desktop_*_amd64.deb
    apt-get install -f

Fedora

In the Fedora, install the WebTorrent using the below commands.

sudo dnf install alien
sudo alien -rvc webtorrent-desktop_0.20.0-1_amd64.deb
sudo dnf install webtorrent-desktop-0.20.0-2.x86_64.rpm

That’s it. Now you’ve installed WebTorrent on your Linux machine. I hope you liked our tutorial, if you have any query, please message me in the comment box below.

Tagged With: Linux, Torrent, Torrent Clients

How To Play Sega Saturn Games on Linux
How to Install Spotify on Linux

Primary Sidebar

Related Articles

Footer

Thetechhacker-Logo

Website

  • About us
  • Advertise
  • App Review Program
  • Our Services
  • Contact Us

Policies

  • Disclosure
  • Privacy Policy
  • Terms and Conditions

Copyright © 2025 · Thetechhacker

This site uses cookies to serve you better. By continuing to use this website, you agree to our cookie and Privacy Policy.
 

Loading Comments...