Big summerupdate 2017
|
08-14-2017, 01:21 PM
![]() |
|||
|
|||
Big summerupdate 2017
The new big summerupdate bringing in some new essential packages needs your attention as due to an unsolvable error in the update routine of the default updating application apper you need to use another application to successfully perform this update like muon-updater, synaptic or the command line.
Please take a look at our announcement: https://neptuneos.com/en/news-reader/big...pdate.html |
|||
08-14-2017, 06:44 PM
(This post was last modified: 08-15-2017 01:10 AM by Sergeant_Pepper's_Lonely_Hear.)
![]() |
|||
|
|||
RE: Big summerupdate 2017
I read the announcement. I only ever use #apt-get update && sudo apt-get dist-upgade to update "official" debian-stable Neptunesoftware.
This morning here's what I got: Code: Reading state information... Done I look forward to newer versions of gcc (Debian 4.7.2-5) 4.7.2 and of GNU Octave, version 3.8.2 under Neptune 4.5 wheezy w/ KDE Plasma. So far I have made no change to any of the repository. files from default. Let us know if it becomes necessary to do so. I will try again tomorow. Thank you, leszek. BTW, as of today GCC 7.2 is stable if I am reading this correctly https://gcc.gnu.org/ |
|||
08-14-2017, 08:15 PM
![]() |
|||
|
|||
RE: Big summerupdate 2017
Oh that means for some reasons all those packages that are on the "kept back" list can't be upgraded for some reason on your system.
Of course you could just try to install them all just try running Code: sudo apt-get install Code: sudo apt-get install chromium chromium-l10n cpp gcc gtk2-engines-qtcurve kde-config-cddb kwin-common kwin-data kwin-x11 lib32gcc1 lib32stdc++6 libdrm-amdgpu1 libdrm-amdgpu1:i386 libdrm2 libdrm2:i386 libegl1-mesa libegl1-mesa:i386 libgbm1 libgbm1:i386 libgcc1 libgcc1:i386 libgfortran3 libgl1-mesa-dri libgl1-mesa-dri:i386 libgl1-mesa-glx libgl1-mesa-glx:i386 libglapi-mesa libglapi-mesa:i386 libgles1-mesa libgles2-mesa libgomp1 libinput10 libitm1 libkwin4-effect-builtins1 libkwineffects9 libquadmath0 libstdc++6 libstdc++6:i386 libv4l-0 libv4l-0:i386 libv4lconvert0 libv4lconvert0:i386 libwayland-egl1-mesa mesa-vdpau-drivers procps qtcurve xorg xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse xserver-xorg-input-synaptics xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa xserver-xorg-video-vmware Then you'll see maybe why they are on the "kept back" list. It either throws out an error which might point to the right direction to fix this issue for you or it will give you some information on removing and adding new packages which allows installing the updates. Please use quote or code tags for not self written stuff |
|||
08-15-2017, 06:44 PM
![]() |
|||
|
|||
RE: Big summerupdate 2017
Aborted update today:
Code: Building dependency tree Code: # apt-get update "chromium chromium-l10n cpp gcc gtk2-engines-qtcurve kde-config-cddb kwin-common \ Same result both times. What did I do wrong? |
|||
08-16-2017, 03:30 PM
![]() |
|||
|
|||
RE: Big summerupdate 2017
Quote:Same result both times. What did I do wrong?Like the error message says the update command does not take arguments. It is purely for refreshing the information about packages (the package list of available packages) If you want to install/upgrade those you need the install parameter for this like stated in my command example above. |
|||
08-16-2017, 04:47 PM
![]() |
|||
|
|||
RE: Big summerupdate 2017
Thanks, lezsek, for finding the word I missed.
I Code: # apt-get install chromium chromium-l10n cpp gcc gtk2-engines-qtcurve \ I am not sure whether I should even continue. You would be in a better position to tell me, as I am ignorant as to which libraries were changed. I rely on APT to make updates to object libraries as needed. I don't care about chromium because I don't use it. I often use cpp and gcc. Unless you tell me otherwise, my motto is "don't fix it if it isn't broken". |
|||
08-16-2017, 08:27 PM
![]() |
|||
|
|||
RE: Big summerupdate 2017
Hmm... you made just another copy and paste error. The library is not called libinput1 but libinput10.
It seems to me you didn't copy the code from this forum. Maybe it would be a better way to avoid such typos in the future ![]() Of course you should always copy it to kate first to check the browser does not copy some hidden nasty self destruction code. |
|||
08-17-2017, 05:21 PM
![]() |
|||
|
|||
RE: Big summerupdate 2017
leszek, Good! You caught a library error!
I changed the name to libinput10 and ran this command: Code: #apt-get install chromium chromium-l10n cpp gcc gtk2-engines-qtcurve \ Code: Reading state information... Done Does this mean that APT integrated all shared object code for all the packages named above into its hierarchical object library structure except for gtk2-engines-qtcurve ? Code: $ perl --version |
|||
08-17-2017, 06:59 PM
![]() |
|||
|
|||
RE: Big summerupdate 2017
Execute the above without the gtk2-engines-qtcurve in it again please. You don't need that update anyways.
|
|||
08-20-2017, 01:50 AM
(This post was last modified: 08-20-2017 02:39 AM by Sergeant_Pepper's_Lonely_Hear.)
![]() |
|||
|
|||
RE: Big summerupdate 2017
Okay, I removed gtk2-engines-qtcurve from the above command and reran it as superuser. Here's the
tail of APT's reply. Code: Reading package lists... Done |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)