Difference between revisions of "Upgrade 1204 to 1404"
From LinuxMCE
Line 1: | Line 1: | ||
Describes how to upgrade from LinuxMCE 1204 to 1404. | Describes how to upgrade from LinuxMCE 1204 to 1404. | ||
+ | == Background == | ||
The normal way of upgrading between Ubuntu releases are the 'do-release-upgrade' command. | The normal way of upgrading between Ubuntu releases are the 'do-release-upgrade' command. | ||
This does not work for LinuxMCE (most likely because the update tool disables 3rd party sources (like LinuxMCE) and we have to many dependencies to ubuntu packages for the upgrade to complete without breaking spectacular). | This does not work for LinuxMCE (most likely because the update tool disables 3rd party sources (like LinuxMCE) and we have to many dependencies to ubuntu packages for the upgrade to complete without breaking spectacular). | ||
+ | |||
+ | == How to upgrade == | ||
+ | |||
+ | Edit /etc/apt/source.list and replace all 'precise' with 'trusty' | ||
+ | |||
+ | Run: | ||
+ | sudo apt-get update | ||
+ | sudo apt-get upgrade | ||
+ | |||
+ | The following packages will be REMOVED: | ||
+ | apache2.2-common asterisk asterisk-modules asterisk-mysql asterisk-prompt-de asterisk-voicemail foomatic-filters ghostscript-cups | ||
+ | hpijs hpijs-ppds hplip jockey-common jockey-kde kcm-touchpad kde-config-touchpad kdelibs5 kdepimlibs5 language-pack-kde-en-base | ||
+ | language-selector-kde language-selector-qt libdbd-anydata-perl libextractor-plugins libextractor1c2a libexttextcat0 libhpmud0 | ||
+ | libkdgantt2 libmuonprivate1 libpackagekit-glib2-14 libpackagekit-qt2-2 libperl5.14 libplasmaclock4abi3 librpm2 libsane-hpaio | ||
+ | libsnmp15 libtaskmanager4abi3 libupnp3 libvlccore5 lmce-asterisk lmce-core packagekit-backend-apt pluto-asterisk pluto-vdr | ||
+ | printer-driver-hpcups printer-driver-hpijs printer-driver-postscript-hp smbfs tasks-icons vdr-plugin-xineliboutput | ||
+ | xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-chips xserver-xorg-video-i128 xserver-xorg-video-i740 | ||
+ | xserver-xorg-video-rendition xserver-xorg-video-s3virge xserver-xorg-video-tseng xserver-xorg-video-voodoo xz-lzma | ||
Revision as of 22:56, 8 January 2016
Describes how to upgrade from LinuxMCE 1204 to 1404.
Background
The normal way of upgrading between Ubuntu releases are the 'do-release-upgrade' command.
This does not work for LinuxMCE (most likely because the update tool disables 3rd party sources (like LinuxMCE) and we have to many dependencies to ubuntu packages for the upgrade to complete without breaking spectacular).
How to upgrade
Edit /etc/apt/source.list and replace all 'precise' with 'trusty'
Run:
sudo apt-get update sudo apt-get upgrade
The following packages will be REMOVED:
apache2.2-common asterisk asterisk-modules asterisk-mysql asterisk-prompt-de asterisk-voicemail foomatic-filters ghostscript-cups hpijs hpijs-ppds hplip jockey-common jockey-kde kcm-touchpad kde-config-touchpad kdelibs5 kdepimlibs5 language-pack-kde-en-base language-selector-kde language-selector-qt libdbd-anydata-perl libextractor-plugins libextractor1c2a libexttextcat0 libhpmud0 libkdgantt2 libmuonprivate1 libpackagekit-glib2-14 libpackagekit-qt2-2 libperl5.14 libplasmaclock4abi3 librpm2 libsane-hpaio libsnmp15 libtaskmanager4abi3 libupnp3 libvlccore5 lmce-asterisk lmce-core packagekit-backend-apt pluto-asterisk pluto-vdr printer-driver-hpcups printer-driver-hpijs printer-driver-postscript-hp smbfs tasks-icons vdr-plugin-xineliboutput xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-chips xserver-xorg-video-i128 xserver-xorg-video-i740 xserver-xorg-video-rendition xserver-xorg-video-s3virge xserver-xorg-video-tseng xserver-xorg-video-voodoo xz-lzma
More to come.
Preliminary report: tried do-release-upgrade - didn't succeed. Instead renamed all precise sources to trusty and ran apt-get upgrade, followed by apt-get dist-upgrade - and whole bunch of manual removal and reinstall ...