pagure-admin command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pagure-admin: command not found
or when using sudo you get the following error message
sudo: pagure-admin: command not found
Solutions to pagure-admin: command not found
How To Fix pagure-admin: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pagure-admin is provided by pagure package.
pagure is:
Pagure is a git-centered forge, Python based using pygit2.
With pagure you can host your project with its documentation, let your users report issues or request enhancements using the ticketing system and build your community of contributors by allowing them to fork your projects and contribute to it via the now-popular pull-request mechanism.
You may be also interesed in other packages to enhance the functionality of pagure:
- pagure-ev-server
- pagure-milters
- pagure-webhook
- pagure-ci
- pagure-loadjson
- pagure-logcom
- pagure-mirror
To fix this problem, we can install more using the command below.
sudo apt-get -y install pagure
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pagure.
sudo apt -y install pagure
Or if you have aptitude installed you can use the following command.
sudo aptitude install pagure
Summary
In this tutorial we learn how to fix pagure-admin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.