Do you obtain loads of media recordsdata off the web by Usenet and torrents? Want you possibly can automate the method? In that case, you want the Sofa Potato utility. It’s an attention-grabbing instrument that, as soon as configured appropriately, can mechanically obtain numerous torrent and Usenet recordsdata from many various sources! On this submit, we’ll go over the way you install CouchPotato on Linux.

Use a VPN with CouchPotato

Utilizing CouchPotato permits you to mechanically get the most recent torrents and Usenet downloads over the web. Whereas it’s not towards the regulation, getting recordsdata over Usenet and Torrent on a house web connection is a danger, as many ISPs dislike it when their prospects use their web connection on this method.

When you select to use the Sofa Potato utility on Linux to get media recordsdata by way of Usenet and Torrent, we extremely suggest utilizing a VPN to keep secure and safe.

ExpressVPN takes the highest spot as the perfect VPN reviewed by our safety specialists. It really works nicely on Linux and has a superb consumer for obtain. Higher nonetheless, they provide quick obtain speeds with 256-bit AES encryption and ideal ahead secrecy throughout 94 totally different international locations. Additionally, they’ve an unique provide for AddictiveTips readers: 3 months free on the annual plan, a 49% low cost.

Install CouchPotato

When you go to the Sofa Potato web site, you gained’t discover a “Linux” obtain web page and even express directions about the entire Linux working techniques that the challenge helps. As a substitute, you’ll see a Microsoft Home windows Emblem, an Apple macOS emblem, and a GitHub emblem, with a hyperlink to the challenge’s supply code.

Whereas it’s annoying that the challenge doesn’t have any handy binaries accessible for obtain on numerous common Linux distributions, it’s comprehensible, as many notable Linux OS initiatives wouldn’t be snug with internet hosting the recordsdata. So, for those who plan to use CouchPotato on Linux, the one choice is to construct the whole lot from the supply code.

Step one in getting the CouchPotato utility working on Linux by way of supply code entails putting in a number of packages. These packages are construct dependencies, and with out them, the supply code is not going to compile appropriately.

To get the dependencies working, launch a terminal window and observe the command-line directions that correspond to the Linux distribution you utilize.

Ubuntu

sudo apt install git python2

sudo pip install --upgrade pyopenssl

Debian

sudo apt-get install git python

sudo pip install --upgrade pyopenssl

Arch Linux

sudo pacman -S git python2

sudo pip install --upgrade pyopenssl

Fedora

sudo dnf install git python2

sudo pip install --upgrade pyopenssl

OpenSUSE

sudo zypper install git python

sudo pip install --upgrade pyopenssl

Generic Linux

CouchPotato doesn’t require that a lot in the way in which of dependencies to get working on Linux. In accordance to the web site, the one actual instruments you’ll want to get the software program working is the Git instrument for flattening the code, and Python 2.7 or greater.

Each Git and Python 2.7 are available on just about any Linux distribution on the market. When you’d like to get it working on your Linux system however are uncertain about the place to look, examine Pkgs.org.

Obtain supply code

The supply code for the CouchPotato utility is hosted on Github. Getting the code down from the repository is extraordinarily straightforward. To do it, launch a terminal window and use the git clone command.

git clone  couchpotato

With the code downloaded to your Linux system, use the mv command and transfer the code from the house listing (~/) into the /choose/ folder within the Root file-system.

sudo mv couchpotato /choose/

As soon as the code is contained in the /choose/ listing on your Linux system, it’s doable to begin the Sofa Potato server with the next instructions.

cd /choose

./CouchPotato.py
2Q==

Because it begins up, CouchPotato ought to immediately load up in a brand new browser tab. If you’d like to cease the server, at any time go to the terminal window that’s at present working the software program and press Ctrl + C.

Uninstall CouchPotato

Want to uninstall CouchPotato out of your Linux system? Right here’s what to do. First, launch a terminal window. Then, elevate the terminal session to Root with the su or sudo -s command.

su -

or

sudo -s

Transfer the terminal window to the /choose folder the place CouchPotato’s code is.

cd /choose/

Delete the code folder utilizing the rm command.

rm -rf couchpotato

With the folder gone, CouchPotato is uninstalled out of your Linux system!

Utilizing CouchPotato

When the app is up and working within the browser window, you’ll see a configuration wizard. Use the wizard and use it to configure your settings for CouchPotato.

As soon as the whole lot is configured, choose the “I’m ready to start the awesomeness” button on the backside of the web page.



Source link

Share.
Leave A Reply

Exit mobile version