ubuntu-kylin-software-center command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ubuntu-kylin-software-center: command not found
or when using sudo you get the following error message
sudo: ubuntu-kylin-software-center: command not found
Solutions to ubuntu-kylin-software-center: command not found
How To Fix ubuntu-kylin-software-center: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ubuntu-kylin-software-center is provided by ubuntu-kylin-software-center package.
ubuntu-kylin-software-center is:
Ubuntu Kylin Software Center is a newly built software center client for Ubuntu Kylin. The aim is to improve localization experience. The applications and related data come from both Ubuntu and Ubuntu Kylin repositories.
Features:
- Categorized and selected applications for users
- Newly designed user interface
- Work with Ubuntu software center and hold special packages from Ubuntu Kylin archive
To fix this problem, we can install more using the command below.
sudo apt-get -y install ubuntu-kylin-software-center
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ubuntu-kylin-software-center.
sudo apt -y install ubuntu-kylin-software-center
Or if you have aptitude installed you can use the following command.
sudo aptitude install ubuntu-kylin-software-center
Summary
In this tutorial we learn how to fix ubuntu-kylin-software-center command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.