Updating Python on Ubuntu system
Posted
by
efficiencyIsBliss
on Super User
See other posts from Super User
or by efficiencyIsBliss
Published on 2011-02-04T23:18:04Z
Indexed on
2011/02/06
15:28 UTC
Read the original article
Hit count: 199
I want to update the Python build on my Linux box, but the only way I know how to do it is uninstalling the current version and installing the new one. My system is already up to date (I updated yesterday). I wanted to know if there is a way to update a specific program from the command line, like sudo apt-get update <program-name>
. I know this command doesn't exist, but I'm hoping something equivalent does.
© Super User or respective owner