If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Announcement
Collapse
No announcement yet.
Problems Updating to KDE Applications and Development Platform 4.14
Problems Updating to KDE Applications and Development Platform 4.14
I installed KDE Applications and Development Platform 4.14 using Backports. But under "About KDE" it says I have Platform Version 14.13.3. Should I worry about this?
Okay, well I looked again and it said packages were being "held back." Did some research, and found that I should do a dist-upgrade to install. It looks as if this fixed it.
Yup, Always do a dist-upgrade. It is the official way to keep up to date in *buntu dist-upgrade installs bothupdated packages as well as new packages these updates need .
Running just upgrade will only install upgraded packages, but not any new ones, such as new things that a new KDE may need, or new kernels that may be be released.
Okay, thanks. Makes sense now.
For some reason, I always thought that dist-upgrade was going to upgrade my kubuntu to the next release so I never really used it.
For some reason, I always thought that dist-upgrade was going to upgrade my kubuntu to the next release so I never really used it.
The new "apt" command (not as "low-level" as apt-get according to its man page) changes the command to "full-upgrade" perhaps because of that confusion. "do-release-upgrade" is the command to go to a new release, a separate python script.
For some reason, I always thought that dist-upgrade was going to upgrade my kubuntu to the next release so I never really used it.
The new "apt" command (not as "low-level" as apt-get according to its man page) changes the command to "full-upgrade" perhaps because of that confusion. "do-release-upgrade" is the command to go to a new release, a separate python script.
Okay, thanks. Makes sense now.
For some reason, I always thought that dist-upgrade was going to upgrade my kubuntu to the next release so I never really used it.
the man page of apt-get describes the differences between upgrade and dist-upgrade quite well.
The newer apt command that jlittle mentioned changes the commands slightly:
'apt upgrade' == 'apt-get upgrade --with-new-pkgs' (will upgrade packages that require installation of new packages)
'apt full-upgrade' == 'apt-get dist-upgrade' (will also upgrade packages that require uninstallation of currently installed packages)
the man page of apt-get describes the differences between upgrade and dist-upgrade quite well.
The newer apt command that jlittle mentioned changes the commands slightly:
'apt upgrade' == 'apt-get upgrade --with-new-pkgs' (will upgrade packages that require installation of new packages)
'apt full-upgrade' == 'apt-get dist-upgrade' (will also upgrade packages that require uninstallation of currently installed packages)
And to note that the apt-get commands still work as well, so when users upgrade to 14.10, it will work the same.
Comment