Answer the question
In order to leave comments, you need to log in
How to install on Ubuntu via terminal setup.py?
I did not use Linux and it is difficult for me to understand how to install the program.
There is a program in a zip archive, I extracted it to the desktop in Ubuntu, but I don’t know how to install it.
Answer the question
In order to leave comments, you need to log in
it is not in cp
$ aptitude search ansible
p ansible - Configuration management, deployment, and task e
p ansible-doc - Ansible documentation and examples
p ansible-fireball - Ansible fireball transport support
p ansible-node-fireball - Ansible fireball transport support for nodes
No need to download archives and unpack, use a civilized package manager. I think it's called Software Center in Ubuntu.
If it's a Python module, then use pip. In the terminal, just type
But before that, you will need to install pip itself. To do this, type in the same place
If you need a third python, then like this:
sudo apt-get install python3-pip
sudo pip3 install my-module
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question