Linux

How to install plowshare-modules on Ubuntu 16.10 (Yakkety Yak)?

In this article we are going to learn the commands and steps to install plowshare-modules package on Ubuntu 16.10.

Quick installation of plowshare-modules:

Step 1: Update system:

sudo apt-get update

Step 2: Install: plowshare-modules

Ater updaing the OS run following command to install the packae:

sudo apt-get install plowshare-modules

Package Details

Package:plowshare-modules
Version:0~git20160723.0fb390a-1
Maintainer:Ubuntu Developers
Home page:https://github.com/mcrapet/plowshare-modules-legacy
Description:plowshare drivers for various file sharing websites Plowshare is a framework for interacting with file sharing websites, providing an API to perform tasks like uploading and downloading files, and displaying CAPTCHAs to solve or sending them to CAPTCHA web services. . This package provides the drivers (called 'modules') for file sharing websites. Because these depend on (often undocumented) rapidly changing external web APIs, you may wish to manually update a copy in your home directory instead of or as well as using the versions in this package. . Supported sites include: 115 (no upload, probe), 180upload, 1fichier, 2shared, 4share.vn, 4shared, anonfiles, bayfiles, bayimg, bigfile, billionuploads, bitshare, catshare (no upload), chomikuj, crocko, data.hu (no probe), datafile (no upload), dataport.cz (no probe), depositfiles, directmirror (no download, probe), divshare, dl.free.fr, embedupload (no download, upload, probe), espafiles (no upload), euroshare.eu, exoshare (no download, probe), faststore (no upload), fboom.me (no upload), filebin.ca, filecloud, filecore (no upload), filedais (no upload), filefactory, filejoker (no upload), filemonkey (no download, probe), fileover (no upload), fileparadox (no download, probe), filepost, filepup.net (no upload), filer.net (no upload), fileshark (no upload), firedrive (no upload), flashx (no upload), freakshare, fshare.vn, gamefront, ge.tt, gfile.ru, go4up (no download, probe), hdstream.to, hexupload (no upload), hipfile, hotlink.cc (no upload), jheberg (no download), keep2share, letitbit, lunaticfiles (no upload), mediafire, megashares, mirrorcreator (no download, probe), mirrorupload (no download, probe), multiup.org (no download), multiupload (no probe), myvdrive, nakido (no upload), netkups, netload.in, nitroflare (no upload), nowdownload.co, oboom, openload, pastebin (no download, upload, probe), prefiles (no upload), promptfile (no upload), rapidgator, rapidu (no upload), rghost, rockfile.eu (no download, probe), ryushare, salefiles (no upload), sendspace, sharebeast, sharehost (no upload), shareonline.biz, sockshare, solidfiles, tempsend, tempshare (no upload), tezfiles (no upload), thefilebay, turbobit, uloz.to (no upload), ultramegabit, uplea (no upload), upload.cd (no upload), uploadboy (no upload), uploading, uploaded.net, uploadrocket, upstore, uptobox, videowood.tv (no download, probe), vidzi.tv (no download, probe), vid.ag (no download, probe), yourvideohost (no upload), zalaa, ziddu, zippyshare.
Distro:Ubuntu 16.10
Release:
Repo/Section:universe/web

How to install plowshare-modules on Ubuntu 16.10?

First of all update your system with the command:

sudo apt-get update

Above command will download the package lists for Ubuntu 16.10 on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If plowshare-modules is not installed on your compter then the command 'dpkg -L plowshare-modules' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L plowshare-modules
dpkg-query: package 'plowshare-modules' is not installed
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
deepak@deepak-VirtualBox:~$ 

Installing plowshare-modules:

After system update use the following command to install plowshare-modules:

sudo apt-get install plowshare-modules

Above command will confirm before installing the package on your Ubuntu 16.10 Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove plowshare-modules from Ubuntu 16.10?

Now we will see the commands for uninstalling the plowshare-modules from Ubuntu 16.10. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the plowshare-modules following command is used:

sudo apt-get remove  plowshare-modules

Following command is used to remove the plowshare-modules package along with its dependencies:

sudo apt-get remove --auto-remove plowshare-modules

This will remove plowshare-modules and all its dependent packages which is no longer needed in the system.

Completely removing plowshare-modules with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge plowshare-modules

or you can use following command also:

sudo apt-get purge --auto-remove plowshare-modules

Above command will remove all the configuration files and data associated with plowshare-modules package. You can can't recover the delete data, so, use this command with care.

Get our newsletter

Categories