1

What's the difference between

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1_4.2.0-040200rc1.201507051635_all.deb 

and

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-4.2.0-999_4.2.0-999.201507112205_all.deb 

I would like to know not just if one is newer than the other, but also if they are both upgradable.

2
  • What do you mean upgradeable? One is a release candidate the other includes daily changes. Commented Jul 12, 2015 at 18:45
  • Braiam, first I want to thank you for taking the time to answer my question, by upgradable I mean that if rc2 would ever becomes rc3 through apt-get and so on till reach final release or it remains the same, I'm really bad posing questions, so please bear with my poor grammar and poor technical vocabulary, thanks again Commented Jul 21, 2015 at 22:11

1 Answer 1

1

RC means Release Candidate. Is not the final version but very close to it, fixes are the only thing that can enter. Current is just the latest stable version, no changes should be made.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.