tweeper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tweeper: command not found
or when using sudo you get the following error message
sudo: tweeper: command not found
Solutions to tweeper: command not found
How To Fix tweeper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tweeper is provided by tweeper package.
tweeper is:
tweeper is a web scraper which can be used to conveniently follow the public activity of social network users without the need to log in or even be subscribed to the social network; tweeper converts the public information to RSS so that it can be accessed and collected by a feed reader.
tweeper started as the TWitter fEEd scraPER but support for other web sites has been added.
The sites that tweeper is able to scrape and convert to RSS are:
- Twitter.com
- Pump.io based websites, like Identi.ca
- Dilbert.com
- Instagram.com
- Facebook.com (public pages)
tweeper can be used as:
- a command line tool;
- a filter for feed readers;
- a web based tool when used with a PHP-enabled web server.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tweeper
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tweeper.
sudo apt -y install tweeper
Or if you have aptitude installed you can use the following command.
sudo aptitude install tweeper
Summary
In this tutorial we learn how to fix tweeper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.