How can I set sources.list to have the latest stable version? [duplicate]
This question already has an answer here:
Is editing sources.list a good idea?
2 answers
Is it possible to set the sources.list
file to automatically have the latest stable version of the operating system, like in Debian when you set "stable"?
software-sources
New contributor
marked as duplicate by Kulfy, karel, Ketan Patel, Eric Carvalho, Charles Green Jan 1 at 16:45
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Is editing sources.list a good idea?
2 answers
Is it possible to set the sources.list
file to automatically have the latest stable version of the operating system, like in Debian when you set "stable"?
software-sources
New contributor
marked as duplicate by Kulfy, karel, Ketan Patel, Eric Carvalho, Charles Green Jan 1 at 16:45
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
stable? maybe you mean LTS, in any case you don't need to add anything to your sources list because they already got the repos in the 'stable' branch (bionic or cuttlefish) 🙂😎
– abaddon s
Dec 31 '18 at 14:53
5
Your answer reminds me of the question I posted here earlier. Do have a look on that also. Is editing sources.list a good idea?
– Kulfy
Dec 31 '18 at 15:35
1
@Kulfy thank you so much. I was using the wrong way to resolve my problem
– matteo.INIM
Dec 31 '18 at 15:45
add a comment |
This question already has an answer here:
Is editing sources.list a good idea?
2 answers
Is it possible to set the sources.list
file to automatically have the latest stable version of the operating system, like in Debian when you set "stable"?
software-sources
New contributor
This question already has an answer here:
Is editing sources.list a good idea?
2 answers
Is it possible to set the sources.list
file to automatically have the latest stable version of the operating system, like in Debian when you set "stable"?
This question already has an answer here:
Is editing sources.list a good idea?
2 answers
software-sources
software-sources
New contributor
New contributor
edited Dec 31 '18 at 16:26
Zanna
50.2k13133241
50.2k13133241
New contributor
asked Dec 31 '18 at 14:30
matteo.INIM
61
61
New contributor
New contributor
marked as duplicate by Kulfy, karel, Ketan Patel, Eric Carvalho, Charles Green Jan 1 at 16:45
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Kulfy, karel, Ketan Patel, Eric Carvalho, Charles Green Jan 1 at 16:45
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
stable? maybe you mean LTS, in any case you don't need to add anything to your sources list because they already got the repos in the 'stable' branch (bionic or cuttlefish) 🙂😎
– abaddon s
Dec 31 '18 at 14:53
5
Your answer reminds me of the question I posted here earlier. Do have a look on that also. Is editing sources.list a good idea?
– Kulfy
Dec 31 '18 at 15:35
1
@Kulfy thank you so much. I was using the wrong way to resolve my problem
– matteo.INIM
Dec 31 '18 at 15:45
add a comment |
stable? maybe you mean LTS, in any case you don't need to add anything to your sources list because they already got the repos in the 'stable' branch (bionic or cuttlefish) 🙂😎
– abaddon s
Dec 31 '18 at 14:53
5
Your answer reminds me of the question I posted here earlier. Do have a look on that also. Is editing sources.list a good idea?
– Kulfy
Dec 31 '18 at 15:35
1
@Kulfy thank you so much. I was using the wrong way to resolve my problem
– matteo.INIM
Dec 31 '18 at 15:45
stable? maybe you mean LTS, in any case you don't need to add anything to your sources list because they already got the repos in the 'stable' branch (bionic or cuttlefish) 🙂😎
– abaddon s
Dec 31 '18 at 14:53
stable? maybe you mean LTS, in any case you don't need to add anything to your sources list because they already got the repos in the 'stable' branch (bionic or cuttlefish) 🙂😎
– abaddon s
Dec 31 '18 at 14:53
5
5
Your answer reminds me of the question I posted here earlier. Do have a look on that also. Is editing sources.list a good idea?
– Kulfy
Dec 31 '18 at 15:35
Your answer reminds me of the question I posted here earlier. Do have a look on that also. Is editing sources.list a good idea?
– Kulfy
Dec 31 '18 at 15:35
1
1
@Kulfy thank you so much. I was using the wrong way to resolve my problem
– matteo.INIM
Dec 31 '18 at 15:45
@Kulfy thank you so much. I was using the wrong way to resolve my problem
– matteo.INIM
Dec 31 '18 at 15:45
add a comment |
2 Answers
2
active
oldest
votes
No, Ubuntu does not have a comparable repository to Debian/stable.
The term 'stable' has two meanings:
Debian's 'stable' means that the software is older, has had more time to get debugged, and is less likely to crash.
Ubuntu's 'stable' (used in LTS) means that the software won't change, so it won't break your workflow. It does NOT mean 'less likely to crash'...though several years into an LTS cycle that is also true.
Ubuntu does NOT maintain testing/unstable/stable pockets that you can use in your sources.list. Those are Debian-only. Ubuntu users are expected to release-upgrade either every six months (standard release) or two years (LTS release). The system will not initiate a release-upgrade for you.
add a comment |
I don't remember if is my fault but in my configuration I had "xenial" setted so was forced to remain at latest LTS, now I setted cosmic. Like below:
deb http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
This is linked to "cosmic" so when will arrive the next version I will have to change the source file to the "d*" version of Ubuntu. I want to avoid this future edit of the file.
New contributor
1
FYI, xenial is LTS (supported till 2021) while cosmic is not (supported till July 2019). Xenial is 16.04 and cosmic is 18.10. Direct jumping to cosmic may cause your system to break. It is recommended to usedo-release-upgrade
instead of unnecessarily changing values in sources.list.
– Kulfy
Dec 31 '18 at 15:34
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
No, Ubuntu does not have a comparable repository to Debian/stable.
The term 'stable' has two meanings:
Debian's 'stable' means that the software is older, has had more time to get debugged, and is less likely to crash.
Ubuntu's 'stable' (used in LTS) means that the software won't change, so it won't break your workflow. It does NOT mean 'less likely to crash'...though several years into an LTS cycle that is also true.
Ubuntu does NOT maintain testing/unstable/stable pockets that you can use in your sources.list. Those are Debian-only. Ubuntu users are expected to release-upgrade either every six months (standard release) or two years (LTS release). The system will not initiate a release-upgrade for you.
add a comment |
No, Ubuntu does not have a comparable repository to Debian/stable.
The term 'stable' has two meanings:
Debian's 'stable' means that the software is older, has had more time to get debugged, and is less likely to crash.
Ubuntu's 'stable' (used in LTS) means that the software won't change, so it won't break your workflow. It does NOT mean 'less likely to crash'...though several years into an LTS cycle that is also true.
Ubuntu does NOT maintain testing/unstable/stable pockets that you can use in your sources.list. Those are Debian-only. Ubuntu users are expected to release-upgrade either every six months (standard release) or two years (LTS release). The system will not initiate a release-upgrade for you.
add a comment |
No, Ubuntu does not have a comparable repository to Debian/stable.
The term 'stable' has two meanings:
Debian's 'stable' means that the software is older, has had more time to get debugged, and is less likely to crash.
Ubuntu's 'stable' (used in LTS) means that the software won't change, so it won't break your workflow. It does NOT mean 'less likely to crash'...though several years into an LTS cycle that is also true.
Ubuntu does NOT maintain testing/unstable/stable pockets that you can use in your sources.list. Those are Debian-only. Ubuntu users are expected to release-upgrade either every six months (standard release) or two years (LTS release). The system will not initiate a release-upgrade for you.
No, Ubuntu does not have a comparable repository to Debian/stable.
The term 'stable' has two meanings:
Debian's 'stable' means that the software is older, has had more time to get debugged, and is less likely to crash.
Ubuntu's 'stable' (used in LTS) means that the software won't change, so it won't break your workflow. It does NOT mean 'less likely to crash'...though several years into an LTS cycle that is also true.
Ubuntu does NOT maintain testing/unstable/stable pockets that you can use in your sources.list. Those are Debian-only. Ubuntu users are expected to release-upgrade either every six months (standard release) or two years (LTS release). The system will not initiate a release-upgrade for you.
answered Dec 31 '18 at 16:19
user535733
7,72722942
7,72722942
add a comment |
add a comment |
I don't remember if is my fault but in my configuration I had "xenial" setted so was forced to remain at latest LTS, now I setted cosmic. Like below:
deb http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
This is linked to "cosmic" so when will arrive the next version I will have to change the source file to the "d*" version of Ubuntu. I want to avoid this future edit of the file.
New contributor
1
FYI, xenial is LTS (supported till 2021) while cosmic is not (supported till July 2019). Xenial is 16.04 and cosmic is 18.10. Direct jumping to cosmic may cause your system to break. It is recommended to usedo-release-upgrade
instead of unnecessarily changing values in sources.list.
– Kulfy
Dec 31 '18 at 15:34
add a comment |
I don't remember if is my fault but in my configuration I had "xenial" setted so was forced to remain at latest LTS, now I setted cosmic. Like below:
deb http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
This is linked to "cosmic" so when will arrive the next version I will have to change the source file to the "d*" version of Ubuntu. I want to avoid this future edit of the file.
New contributor
1
FYI, xenial is LTS (supported till 2021) while cosmic is not (supported till July 2019). Xenial is 16.04 and cosmic is 18.10. Direct jumping to cosmic may cause your system to break. It is recommended to usedo-release-upgrade
instead of unnecessarily changing values in sources.list.
– Kulfy
Dec 31 '18 at 15:34
add a comment |
I don't remember if is my fault but in my configuration I had "xenial" setted so was forced to remain at latest LTS, now I setted cosmic. Like below:
deb http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
This is linked to "cosmic" so when will arrive the next version I will have to change the source file to the "d*" version of Ubuntu. I want to avoid this future edit of the file.
New contributor
I don't remember if is my fault but in my configuration I had "xenial" setted so was forced to remain at latest LTS, now I setted cosmic. Like below:
deb http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu cosmic-security main universe restricted multiverse
deb http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ cosmic-updates main universe restricted multiverse
This is linked to "cosmic" so when will arrive the next version I will have to change the source file to the "d*" version of Ubuntu. I want to avoid this future edit of the file.
New contributor
edited Dec 31 '18 at 15:33
Kulfy
3,49341139
3,49341139
New contributor
answered Dec 31 '18 at 15:24
matteo.INIM
61
61
New contributor
New contributor
1
FYI, xenial is LTS (supported till 2021) while cosmic is not (supported till July 2019). Xenial is 16.04 and cosmic is 18.10. Direct jumping to cosmic may cause your system to break. It is recommended to usedo-release-upgrade
instead of unnecessarily changing values in sources.list.
– Kulfy
Dec 31 '18 at 15:34
add a comment |
1
FYI, xenial is LTS (supported till 2021) while cosmic is not (supported till July 2019). Xenial is 16.04 and cosmic is 18.10. Direct jumping to cosmic may cause your system to break. It is recommended to usedo-release-upgrade
instead of unnecessarily changing values in sources.list.
– Kulfy
Dec 31 '18 at 15:34
1
1
FYI, xenial is LTS (supported till 2021) while cosmic is not (supported till July 2019). Xenial is 16.04 and cosmic is 18.10. Direct jumping to cosmic may cause your system to break. It is recommended to use
do-release-upgrade
instead of unnecessarily changing values in sources.list.– Kulfy
Dec 31 '18 at 15:34
FYI, xenial is LTS (supported till 2021) while cosmic is not (supported till July 2019). Xenial is 16.04 and cosmic is 18.10. Direct jumping to cosmic may cause your system to break. It is recommended to use
do-release-upgrade
instead of unnecessarily changing values in sources.list.– Kulfy
Dec 31 '18 at 15:34
add a comment |
stable? maybe you mean LTS, in any case you don't need to add anything to your sources list because they already got the repos in the 'stable' branch (bionic or cuttlefish) 🙂😎
– abaddon s
Dec 31 '18 at 14:53
5
Your answer reminds me of the question I posted here earlier. Do have a look on that also. Is editing sources.list a good idea?
– Kulfy
Dec 31 '18 at 15:35
1
@Kulfy thank you so much. I was using the wrong way to resolve my problem
– matteo.INIM
Dec 31 '18 at 15:45