उन्नयन के लिए एक पूरी तरह से गाइड यहाँ प्रस्तुत किया गया है । अन्य उत्तर पहले से ही आपको उपयोग करने की आवश्यकता का उल्लेख करते हैं:
do-release-upgrade -d # Use this until 18.04.1 comes out
do-release-upgrade # Use this after 18.04.1 comes out
हालाँकि आपको फ़ाइल की जाँच करने की आवश्यकता है:
~$ cat /etc/update-manager/release-upgrades
# Default behavior for the release upgrader.
[DEFAULT]
# Default prompting behavior, valid options:
#
# never - Never check for a new release.
# normal - Check to see if a new release is available. If more than one new
# release is found, the release upgrader will attempt to upgrade to
# the release that immediately succeeds the currently-running
# release.
# lts - Check to see if a new LTS release is available. The upgrader
# will attempt to upgrade to the first LTS release available after
# the currently-running one. Note that this option should not be
# used if the currently-running release is not itself an LTS
# release, since in that case the upgrader won't be able to
# determine if a newer release is available.
Prompt=never
यदि अंतिम पंक्ति उबंटू 17.10 उपयोगकर्ताओं के लिए "कभी नहीं" इसे "सामान्य" में बदल देती है। Ubuntu 16.04 LTS उपयोगकर्ताओं के लिए, इसे "LTS" में बदलें। अन्यथा आपको अपग्रेड मिलेगा ... उम "कभी नहीं":
rick@alien:~$ do-release-upgrade
Checking for a new Ubuntu release
No new release found.
───────────────────────────────────────────────────────────────────────────────────────────
rick@alien:~$ do-release-upgrade -d
Checking for a new Ubuntu release
Upgrades to the development release are only
available from the latest supported release.
───────────────────────────────────────────────────────────────────────────────────────────
rick@alien:~$ do-release-upgrade -c
Checking for a new Ubuntu release
No new release found.
ये आदेश Prompt=never
Ubuntu 16.04 के तहत जारी किए गए थे जहां यह कल (28 अप्रैल, 2018) को अपग्रेड करने के लिए उपलब्ध है। lts
समस्या को हल करने के लिए शीघ्र बदल रहा है।
आपको या तो पहले अपने डेटा का बैकअप लेना चाहिए या अपने डेटा का क्लोन बनाना चाहिए और एक परीक्षण वातावरण में अपग्रेड को चलाना चाहिए। यहाँ एक स्क्रिप्ट है जिसे मैंने ऐसे उद्देश्य के लिए लिखा था (लेकिन आप इसे लाइव यूएसबी से मैन्युअल रूप से भी कर सकते हैं): 18.04 LTS अपग्रेड के परीक्षण के लिए उबंटू को नए विभाजन में क्लोन करने के लिए स्क्रिप्ट को बैश करें
मैंने अपग्रेड प्रक्रिया के दौरान कुछ नोट्स बनाए हैं और यहां आप आगे देख सकते हैं:
Step 1: confirmation to proceed: Press [ENTER]
Step 2: packages will be removed: Y
Step 3: replace '/etc/systemd/longind.conf': Y
Step 4: Configuration file '/etc/sane.d/dll.conf', default N, take Y
Step 5: Configuration file '/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf' Take default N
Step 6: Configuration file '/etc/pulse/default.pa' default N, take Y
Step 7: Configuration file '/etc/grub.d/30_os-prober'' default N, take N
Step 8: Full screen grub menu config appears. Take option: keep the local version currently installed
Step 9: Configuration file '/etc/cron.d/anacron', default N, take Y to see what
Error Message multiple times: /sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
Step 10: Non-standard: Configuration file '/etc/vnstat.conf' (display differences 1.13 vs 1.18) take Y
Step 11: 220 packages are going to be removed. (can take hours) enter Y
Step 12: To finish the upgrade, a restart is required. Take Y
ध्यान दें कि आपके चरण इंस्टॉल किए गए सॉफ़्टवेयर के आधार पर अलग-अलग होंगे।
क्लोनिंग के सभी और अधिक कारण यह है कि आप तब परीक्षण कर सकते हैं जब आप डिफ़ॉल्ट को स्वीकार करते हैं N
या आप Y
सबसे वर्तमान कॉन्फ़िगरेशन प्राप्त करने के लिए उपयोग करते हैं जो बेहतर हो सकता है या कई नहीं।
चूँकि आपका मूल उबंटू संस्करण बरकरार है, आप diff
नई 18.04 कॉन्फ़िगरेशन फ़ाइलों के खिलाफ कमांड चला सकते हैं यदि आपने उन्हें स्थापित करना चुना है।