mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

PI updates

Sat Apr 23, 2016 5:47 pm

Haven't really looked into this and sort of pressed for time today, so would like to ask --

What is the story behind the PI updating (automatically?). I'm assuming it does if it's has an internet connection 24/7? Not?

I want to shut of any automatic updating -- the concern being, what if it updates python to a new version number? If I have a script with a shebang line that is tied my current version that's a problem. (I think it did that previously, can't remember).

-- thank you

Heater
Posts: 16092
Joined: Tue Jul 17, 2012 3:02 pm

Re: PI updates

Sat Apr 23, 2016 5:56 pm

There is no automatic updating.

If you want to update raspbian, or most linux distributions, you need to do manually. For example:

Code: Select all

$ apt-get update
$ apt-get upgrade
or whatever the GUI equivalent is.
Memory in C++ is a leaky abstraction .

User avatar
Douglas6
Posts: 4874
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: PI updates

Sat Apr 23, 2016 5:56 pm

No, Raspbian will not update itself automatically. And Python is not likely to change anytime soon.

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: PI updates

Sat Apr 23, 2016 6:14 pm

If you haven't installed any auto-updaters the Pi won't auto-update.

The default is for updates to be done manually.

mmkw43
Posts: 554
Joined: Tue Dec 24, 2013 6:18 pm

Re: PI updates

Sat Apr 23, 2016 9:16 pm

thanks -- never really looked into it. good deal.

Return to “General discussion”