Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • en.wikipedia.org/wiki/Rolling_release says "Rolling release, rolling update, or continuous delivery, in software development, is the concept of frequently delivering updates to applications. This is in contrast to a standard or point release development model which uses software versions that must be reinstalled over the previous version." It mentions reinstallation in point release. What are your definitions of rolling release and non rolling release? Commented Oct 22, 2021 at 13:03
  • What are the definitions of update and upgrade in software engineering? Commented Oct 22, 2021 at 13:05
  • 1
    I have updated my answer with difference between rolling and standard distribution. I'm not sure about the wikipedia statement about reinstalling. With both RPM and DEB packages, running an update is reinstalling the package, you are replacing the files with a newer version. Again depends on definition of the word "reinstall". Commented Oct 22, 2021 at 14:05