<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1724&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Kept back packages when updating]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1724</link>
		<description><![CDATA[The most recent posts in Kept back packages when updating.]]></description>
		<lastBuildDate>Thu, 16 Nov 2017 16:50:00 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6270#p6270</link>
			<description><![CDATA[<p>TwistedFate, if after performing the dist-upgrade, you are met with errors regarding dependencies, try running...</p><div class="codebox"><pre><code>apt-get -f install</code></pre></div><p>Then run dist-upgrade again.</p><p>If met with dependency errors again, repeat the -f install again, followed by another dist-upgrade. Repeat the process until you no longer receive dependency errors.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Thu, 16 Nov 2017 16:50:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6270#p6270</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6268#p6268</link>
			<description><![CDATA[<p>kernels usually don&#039;t get removed due to no packages actually depending on them.</p><p>With other packages, particularly in unstable, some major ABI change can result in apt-get wanting to remove half the system when you issue a dist-upgrade.&#160; Not running a dist-upgrade regularly on an unstable system usually results in the system getting further and further behind, until it&#039;s no longer easily upgradeable.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Thu, 16 Nov 2017 15:29:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6268#p6268</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6264#p6264</link>
			<description><![CDATA[<p>That is what I meant by necessary and unnecessary.&#160; It adds packages and throws packages away, as dependency structure has changed.&#160; I In my experience though it will not throw kernels away, it will keep them unless you purge and autoremove.&#160; <br />After seing this debate go on elsewhere, on the differences of apt and apt-get, there seems to have been a shift in debian on the roles and use of them.&#160; In synaptic if you check the preferences there are three options, default upgrade, smart, and &quot;ask me everytime&quot;.&#160; The default seems to be plain upgrade, the smart is dist-upgrade.&#160; It is good to be conscious of what you choose, because if you switch around repositories then getting smart may get you in real trouble.</p><p>The weird and unexpected result in Debian was under the above assumptions going from wheezy to debian jessie and not doing dist-upgrade, just upgrade, should result in a wheezy with many updated packages, no new installations.&#160; But wheezy&#039;s apt is not the same apt, picks up jessie&#039;s desease and wants to bring it onboard.<br />Switching wheezy to ascii or even ceres, updating, upgrading apt first, then run a dist-upgrade and you are on devuan 100%.&#160; It was even quicker and easier than from Debian 8.</p>]]></description>
			<author><![CDATA[dummy@example.com (fungus)]]></author>
			<pubDate>Thu, 16 Nov 2017 13:30:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6264#p6264</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6261#p6261</link>
			<description><![CDATA[<p>That&#039;s not quite how it works.</p><p>Despite it&#039;s name, &quot;dist-upgrade&quot; won&#039;t upgrade the system to a newer release.</p><p>Normal &#039;upgrade&#039; upgrades packages without removing anything. (it will &quot;hold back&quot; on upgrading packages which could result in removals)</p><p>dist-upgrade will aggressively remove packages to ensure it fully upgrades all other packages to the latest version in the repositories.&#160; This is why dist-upgrade is used for the &quot;second phase&quot; oldstable to stable upgrade.&#160; Every upgrade in unstable is pretty much a major upgrade, hence why dist-upgrade is the preferred method.</p><p>Refer to apt-get(8)</p><div class="quotebox"><blockquote><div><p>dist-upgrade<br />In addition to performing the function of upgrade, this option also intelligently handles changing dependencies with new versions of packages; apt-get has a &quot;smart&quot; conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones, if necessary.</p></div></blockquote></div><p>The next step is when everything breaks...</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Thu, 16 Nov 2017 11:41:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6261#p6261</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6260#p6260</link>
			<description><![CDATA[<p>The way I understand it is:</p><p>$apt upgrade&#160; &#160; just checks the edition numbers of pkgs and updates the ones with lower number</p><p>$apt-get dist-upgrade&#160; &#160; follows what the edition you are on and what it prescribes as necessary and unnecessary<br />So going from jessie to ascii repositories with apt upgrade you are still on jessie with updated packages<br />The real ascii and ceres comes with dist-upgrade</p><p>Dist upgrade will also bring a new kernel whilst apt upgrade will not.&#160; I believe since 3.16 doesn&#039;t even exist in ascii when it is updated in jessie you will be stuck with the older version (including bugs and security problems).</p><p>I would recommend you step back and go to ascii instead of ceres then do dist-upgrade.&#160; When I run ceres it run ok, but I was told that nobody was working on it.&#160; Also remember that ceres would make sense in the feature when ascii becomes stable and beowulf squeezes in between the two.&#160; </p><p>I am so happy to get my refracta Ascii openRc running today after experiencing some weird X-intel-gfx problem fixed with a little bit of firmware, I can&#039;t have enough of it.</p>]]></description>
			<author><![CDATA[dummy@example.com (fungus)]]></author>
			<pubDate>Thu, 16 Nov 2017 10:45:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6260#p6260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6259#p6259</link>
			<description><![CDATA[<div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><div class="quotebox"><cite>TwistedFate wrote:</cite><blockquote><div><p>I am using Devuan Ceres if it matters</p></div></blockquote></div><p>It does.&#160; Running the unstable distribution assumes that you know what you&#039;re doing.&#160; If you don&#039;t know the basics, it&#039;s best to run the stable distribution.</p></div></blockquote></div><p>I don&#039;t necessarily know what I am doing. I learn as i go. The main reason for using the unstable is because it offers fresh graphics driver/components.</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>If you run a dist-upgrade instead of an upgrade, that will be the next step, but not necessarily the end of your problems.</p></div></blockquote></div><p>Next step as in, it might pull in those packages that are kept back?</p>]]></description>
			<author><![CDATA[dummy@example.com (TwistedFate)]]></author>
			<pubDate>Thu, 16 Nov 2017 10:20:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6259#p6259</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6258#p6258</link>
			<description><![CDATA[<div class="quotebox"><cite>TwistedFate wrote:</cite><blockquote><div><p>I am using Devuan Ceres if it matters</p></div></blockquote></div><p>It does.&#160; Running the unstable distribution assumes that you know what you&#039;re doing.&#160; If you don&#039;t know the basics, it&#039;s best to run the stable distribution.</p><p>If you run a dist-upgrade instead of an upgrade, that will be the next step, but not necessarily the end of your problems.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Thu, 16 Nov 2017 09:53:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6258#p6258</guid>
		</item>
		<item>
			<title><![CDATA[Kept back packages when updating]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6251#p6251</link>
			<description><![CDATA[<p>Hello folks, for some time now I have been seeing that some packages have been kept back from updating when doing &quot;apt-get update &amp;&amp; apt-get upgrade&quot;. As time went by, the list became bigger.. I am wondering what could cause that since now I have a lot of packages being kept back. I am using Devuan Ceres if it matters, any ideas what could be wrong?</p><p>The following packages have been kept back:<br />&#160; binutils binutils-dev blender blender-data build-essential calibre calibre-bin chromium clang-3.9 clang-4.0 cmake cmake-data cpp cpp-6<br />&#160; dconf-gsettings-backend dconf-service debconf debconf-i18n dh-strip-nondeterminism dirmngr e2fslibs e2fsprogs ffmpeg g++ g++-6 g++-6-multilib<br />&#160; g++-multilib gcc gcc-6 gcc-6-base gcc-6-base:i386 gcc-6-multilib gcc-multilib gettext gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0<br />&#160; gnupg gnupg-agent gnupg2 gpgsm gstreamer1.0-plugins-bad gstreamer1.0-plugins-bad-dbg guile-2.0-libs isc-dhcp-client lib32asan3 lib32gcc-6-dev<br />&#160; lib32stdc++-6-dev libasan3 libavcodec57 libavcodec57:i386 libavdevice57 libavfilter6 libavformat57 libavresample3 libavresample3:i386<br />&#160; libavutil55 libavutil55:i386 libclang-3.9-dev libclang-4.0-dev libclang-common-3.9-dev libclang-common-4.0-dev libclang1-3.9 libclang1-4.0<br />&#160; libdconf1 libfile-stripnondeterminism-perl libgcc-6-dev libgdal20 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-0:i386 libgdk-pixbuf2.0-common<br />&#160; libgdk-pixbuf2.0-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-0:i386 libglib2.0-bin libglib2.0-dev libgnutls-openssl27 libgnutls30<br />&#160; libgnutls30:i386 libgstreamer-plugins-bad1.0-0 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libharfbuzz0b:i386 libidn2-0<br />&#160; libjs-sphinxdoc libllvm3.9 libllvm4.0 libmediainfo0v5 libobjc-6-dev libopenimageio1.7 libpostproc54 libpsl5 libqt5core5a libqt5dbus5<br />&#160; libqt5designer5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5quickwidgets5<br />&#160; libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5webchannel5 libqt5webengine-data libqt5webenginecore5 libqt5webenginewidgets5 libqt5webkit5<br />&#160; libqt5widgets5 libqt5x11extras5 libqt5xdgiconloader2 libqt5xml5 libspice-client-glib-2.0-8 libspice-client-glib-2.0-dev<br />&#160; libspice-client-gtk-3.0-5 libstdc++-6-dev libswresample2 libswresample2:i386 libswscale4 libva-dev libvdpau-va-gl1 libvdpau-va-gl1:i386<br />&#160; libwww-perl libx32asan3 libx32gcc-6-dev libx32stdc++-6-dev libxine2 libxine2-bin libxine2-ffmpeg libxine2-misc-plugins libxine2-plugins<br />&#160; llvm-3.9 llvm-3.9-dev llvm-3.9-runtime llvm-4.0 llvm-4.0-dev llvm-4.0-runtime lvm2 lxqt-policykit mpv mutt ndiff nmap ntfs-3g python-pil<br />&#160; python-pyqt5 python-pyqt5.qtsvg python-pyqt5.qtwebkit python-sphinx python-webob python3-docker python3-pyqt5 python3-pyqt5.qtquick<br />&#160; python3-pyqt5.qtwebchannel python3-pyqt5.qtwebengine python3-pyqt5.qtwebkit python3-requests python3-sip python3-urllib3 qemu-efi<br />&#160; qt5-gtk-platformtheme rsyslog sphinx-common spice-client-gtk valac youtube-dl</p>]]></description>
			<author><![CDATA[dummy@example.com (TwistedFate)]]></author>
			<pubDate>Wed, 15 Nov 2017 23:37:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6251#p6251</guid>
		</item>
	</channel>
</rss>
