Siduction Forum

Siduction Forum => Software - Support => Topic started by: anmol26s on 2024/03/12, 21:58:50

Title: Lost my plasma-discover after the recent update
Post by: anmol26s on 2024/03/12, 21:58:50
Hi,
I have new to Siduction Linux. After the recent update, I am not able to find the plasma-discover for software update and installing deb packages.

I tried installing it again but got error:

Code: [Select]
sudo apt-get install plasma-discover
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 plasma-workspace : Depends: gdb-minimal but it is not going to be installed or
                             gdb
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Title: Re: Lost my plasma-discover after the recent update
Post by: hendrikL on 2024/03/12, 22:21:39
Well. you have to wait till the time_t transition is over!
Meanwhile you can use pur apt on the command line, like apt update, apt upgrade /full-upgrade, but be careful and read what apt want to do. Take a look to the upgrade warnings in our Forum.

https://forum.siduction.org/index.php?topic=9297.0
Title: Re: Lost my plasma-discover after the recent update
Post by: hendrikL on 2024/03/13, 08:28:15
Mh, one more thing, try "apt install discover gdb-minimal+".

Using discover in these rough times is not a good idea, better use apt, for searching discover is ok, but for all other tasks not.

For more information about it, read the manual ->  https://manual.siduction.org/sys-admin-apt_en.html#why-use-apt-exclusively
Title: Re: Lost my plasma-discover after the recent update
Post by: ro_sid on 2024/03/13, 09:56:50
@anmol26s's problem will be to get rid of the
Quote
[...]
The following packages have unmet dependencies:
 plasma-workspace : Depends: gdb-minimal but it is not going to be installed or
                             gdb
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
independent of "discover" or any other package in "apt(-get) dist-upgrade". "apt(-get) upgrade" works, at least for me.
I fixed this using "aptitude". May be, there is another method without using it.