Tagged Questions
2
votes
2answers
103 views
How to implement package install suggestion on Debian?
I have noticed that while on Ubuntu, if I type the following:
mc
and it isnt installed, I get the message below:
The program 'mc' is currently not installed. You can install it by typing: sudo ...
11
votes
2answers
5k views
What is the proper way to manage multiple python versions?
I have a machine with Python 2.6 installed as the default Python. Then, I installed Python 2.7, and manually created /usr/bin/python as a symlink to the new installation.
Then, I was running into ...