Can not be downloaded with yum on Ubuntu

0

I try to follow this tutorial to create my first chatbot. However, there is a moment when you ask me to use yum to install a yum group, which is a predefined package of software that can be installed at once, instead of having to install each application separately:

sudo yum groupinstall ‘Development Tools’ 

I did not know about this, so I copied and pasted the code that no longer works because it seems that there are no repos enabled:

 mike@mike-thinks:~/Programing/Rasa_tutorial/rasa_nlu$ sudo yum groupinstall ‘Development Tools’
 There are no enabled repos.
  Run "yum repolist all" to see the repos you have.
  You can enable repos with yum-config-manager --enable <repo>

And the apt-get for Development Tools does not seem to work ...

    
asked by ThePassenger 08.05.2018 в 00:28
source

0 answers