0

From reading some other threads on here, I learned about the existence of s-tui. Here is some more information about it https://github.com/amanusk/s-tui#simple-installation

However, when I type the command sudo pip install s-tui

terminal says sudo: pip: command not found

whitelightning
  • 469
  • 10
  • 23

2 Answers2

1

You need to install the pip tool for python 2 with

sudo apt install python-pip

then you use that command of yours!

George Udosen
  • 35,970
  • 13
  • 99
  • 121
0

I know the original question is for 18.04. But as this question is still on top search engines results:

Since Ubuntu 18.10, s-tui is available from default repositories:

sudo apt install s-tui
Rael Gugelmin Cunha
  • 6,745
  • 2
  • 34
  • 35