Debian update failed

Brickwizard

Well-Known Member
Joined
Apr 28, 2021
Messages
4,946
Reaction score
3,311
Credits
36,802
It's the same result as before [[with my interpretation of the chain command]] missing or out of date security keys
 


z7vl7abxc

Well-Known Member
Joined
Jun 17, 2023
Messages
500
Reaction score
394
Credits
4,033
What did I do wrong?
how did you install vivaldi, opera and chrome? do you have the commands or instructions you used?

editing to add: it looks like the .deb package i downloaded from opera.com would add one or two files named something like opera*.gpg in /etc/apt/trusted.gpg.d/. can you see if you have any files like that in there?
 
Last edited:
OP
W
Joined
Mar 29, 2023
Messages
46
Reaction score
3
Credits
335
how did you install vivaldi, opera and chrome? do you have the commands or instructions you used?

I did install

sudo apt-get install opera.

And now the interesting thing.
After booting next day
they are not around any more.

I tried again,
same result.
So I do user now Firefox.
Thank You.


Sorry
I am wrong.
I did dowbload
and then install with dpkg
Im sorry.

No
there is still panic.

Is OPERA guilty?
 
Last edited:

KGIII

Super Moderator
Staff member
Gold Supporter
Joined
Jul 23, 2020
Messages
10,683
Reaction score
9,176
Credits
88,690
Is OPERA guilty?

Opera wouldn't stop you from booting or cause a kernel panic. I'm unsure of what you mean by 'there is still panic'.

When you install Opera from the .deb file, you're given the chance to add it to the repositories and then keep it updated with the rest of the system. This has never failed me. Did you maybe halt the process before it was done?
 

wizardfromoz

Administrator
Staff member
Gold Supporter
Joined
Apr 30, 2017
Messages
9,191
Reaction score
8,139
Credits
39,485
I took the time yesterday to go to one of my Debian 11 distros and install the 3 browsers concerned and see that they worked.

I then removed all 3, and the system continues to function.

I would be inclined to
  1. completely remove all 3, leaving Firefox
  2. reboot and see if Debian and Firefox work OK
  3. install Timeshift and take a snapshot
  4. If considered necessary (is it necessary?) re-introduce one browser at a time
I can detail the methods I used if you are interested.

Wizard
 
OP
W
Joined
Mar 29, 2023
Messages
46
Reaction score
3
Credits
335
Sorry.
I need help.
How can I clean DEBIAN?

remove does not clean all.

Is this right?

Special how can I delete the dirt from Opera and Vivaldi?

Thank You again.
Regards
 
OP
W
Joined
Mar 29, 2023
Messages
46
Reaction score
3
Credits
335
sudo apt-get install gtkorphan

2 questions:
1
Is this software better vor beginners?
2
Shall I post a "panic occured" report?

Regards
and Thank You
 
D

Deleted member 108694

Guest
There is a way to remove left behind "rc" configuration files

How to remove "rc" Packages

Code:
dpkg --list |grep "^rc"

dpkg --list |grep "^rc" |cut -d " " -f3

dpkg --list |grep "^rc" |cut -d " " -f3 |xargs sudo dpkg --purge

Names including "rc" often signify files or directories of files with code. Specifically, this code consists of commands that are meant to run when a program is executed. Indeed, that program can be an application, but it can also be a whole operating system.
 
OP
W
Joined
Mar 29, 2023
Messages
46
Reaction score
3
Credits
335
I did find this URLs in the www,
but I cant understand.

Can somebody help?
Thank You.






 

wizardfromoz

Administrator
Staff member
Gold Supporter
Joined
Apr 30, 2017
Messages
9,191
Reaction score
8,139
Credits
39,485
@wedolearnlinux , back in June you said

We do use LXDE 32 bit.

  1. Is that still the case?
  2. If that is still true, at bootup, do you have a Grub Menu that allows you to choose between LXDE and Debian?
You also said

Now I can only boot the recovery modus.

3. Is that for Debian?
4. If so, does it give you an option to drop to root shell?

If that is so, I can tell you how to proceed further.

Allow for timezones, I am in Australia.

Chris Turner
wizardfromoz
 

wizardfromoz

Administrator
Staff member
Gold Supporter
Joined
Apr 30, 2017
Messages
9,191
Reaction score
8,139
Credits
39,485
Also, can you please explain what you mean by

Now I can only boot the recovery modus.

?

Do you do that from a Grub Menu. or from a bootable device such as USB stick or DVD?

Wizard
 
OP
W
Joined
Mar 29, 2023
Messages
46
Reaction score
3
Credits
335
@wedolearnlinux , back in June you said



  1. Is that still the case?
  2. If that is still true, at bootup, do you have a Grub Menu that allows you to choose between LXDE and Debian?
You also said



3. Is that for Debian?
4. If so, does it give you an option to drop to root shell?

If that is so, I can tell you how to proceed further.

Allow for timezones, I am in Australia.

Chris Turner
wizardfromoz


Thank You.
I am very sorry
I am confused.

I use
one PC
one OS = Debian 11 32 bit
the GUI ist called LXDE
one user.

Used are only simple software
like
GIMP
FIREFOX
GEDIT

no special sotware.

There is still panic
I do boot recovery.

Morning
Start PC
Bootmenu interrupt
change to RECOVERY

the PC is working fine.

Can I repair DEBIAN 11
out of the recovery mode?

I only do use DEBIAN.

Greetings to Australia


I am booting from HD.


Thank You
 

Brickwizard

Well-Known Member
Joined
Apr 28, 2021
Messages
4,946
Reaction score
3,311
Credits
36,802
Have you tried
sudo apt update && sudo apt-get install -f [this should fix any missing packages]
 

craigevil

Well-Known Member
Joined
Feb 24, 2021
Messages
442
Reaction score
446
Credits
3,037
upgrade-system
Description: command for upgrading and sanitizing a Debian system
Upgrade-system offers a convenient way to keep a Debian system up-to-date,
yet free from accumulated cruft such as obsolete libraries.
.
It is particularly useful on systems that mix packages from different
releases (stable/testing/unstable) and on desktop systems where packages
are frequently installed or removed according to evolving user tastes.
.
By default, it is configured to purge all packages that are not listed
as another package's dependency. Less drastic settings are possible by
editing /etc/upgrade-system.conf(5).

Might be a way to go.
 

wizardfromoz

Administrator
Staff member
Gold Supporter
Joined
Apr 30, 2017
Messages
9,191
Reaction score
8,139
Credits
39,485
My mistake, I was thinking the Distro LXLE rather than the Desktop Environment LXDE :rolleyes:

sudo apt update && sudo apt-get install -f [this should fix any missing packages]

The OP gets a kernel panic, so cannot run this command.

upgrade-system

Likewise.

@wedolearnlinux , when you say

change to RECOVERY

the PC is working fine.

Does that mean you can get into s session with Debian?
Can you get as far as a login screen?

For Helpers, I am also thinking about a possible chroot from a USB stick or DVD to reinstall grub.

Wiz
Greetings to Australia

Thank you :)
 

Members online


Top