After upgrading to Maverick a few days ago I noticed that KPackageKit was improved/extended: Now it's possible to have it check for updates hourly and to automatically install all updates.
Nevertheless, I still prefer Synaptic. However, it only offers the option to automatically install security updates and to check for updates once a day. This raises the question: Which one takes precedence?
In /etc/apt/apt.conf.d/50unattended-upgrades I found the following lines:
	This means that only security-updates are automatically installed - although I chose all updates in KPackageKit.So what's the purpose of that option? Are there any settings which ensure that those options are relevant for my system?
I simply don't understand the interaction between KPackageKit, Synaptic and the settings under /etc/apt/apt.con.d/ . Can someone offer an explanation?
							
						
					Nevertheless, I still prefer Synaptic. However, it only offers the option to automatically install security updates and to check for updates once a day. This raises the question: Which one takes precedence?
In /etc/apt/apt.conf.d/50unattended-upgrades I found the following lines:
Code:
	
	// Automatically upgrade packages from these (origin, archive) pairs
Unattended-Upgrade::Allowed-Origins {
	"${distro_id} stable";
	"${distro_id} ${distro_codename}-security";
//	"${distro_id} ${distro_codename}-updates";
//	"${distro_id} ${distro_codename}-proposed-updates";
};
I simply don't understand the interaction between KPackageKit, Synaptic and the settings under /etc/apt/apt.con.d/ . Can someone offer an explanation?








Comment