ytcc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ytcc: command not found
or when using sudo you get the following error message
sudo: ytcc: command not found
Solutions to ytcc: command not found
How To Fix ytcc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ytcc is provided by ytcc package.
ytcc is:
ytcc is a command Line tool to keep track of your favourite YouTube channels without signing up for a Google account.
ytcc manages your defined channels and lets you update, view (with mpv), download videos while keeping track of watched videos.
Videos can be filtered with different criteria (date, channel name) in a batch way or within a minimal gui.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ytcc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ytcc.
sudo apt -y install ytcc
Or if you have aptitude installed you can use the following command.
sudo aptitude install ytcc
Summary
In this tutorial we learn how to fix ytcc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.