Software & Updates crashes on Kali Linux

hacktheworld

Member
Joined
Mar 28, 2023
Messages
74
Reaction score
24
Credits
557
Software & updates crashes every time I try to open it. How can I solve this problem?
 


You mean the graphical update && upgrade user interface?

Can you start it from the command line to see the debug output, like so:

Code:
user@workstation:~$ update-manager --debug

And send us the output?

Until you can fix it, you can also upgrade your system like so:

Code:
sudo apt update
sudo apt upgrade
 
You mean the graphical update && upgrade user interface?

Can you start it from the command line to see the debug output, like so:

Code:
user@workstation:~$ update-manager --debug

And send us the output?

Until you can fix it, you can also upgrade your system like so:

Code:
sudo apt update
sudo apt upgrade
Thank you, I mean add or remove repositories with the GUI. This is the output: update-manager: command not found
 
Last edited:
I mean "configure the sources for installable software and updates"
 

Attachments

  • Screenshot_2024-03-25_12-04-51.png
    Screenshot_2024-03-25_12-04-51.png
    53.9 KB · Views: 57
 
I, too, have found in my Kali Linux that the (provided) GUI Software & Updates icon on my panel is not operating properly, so this is not just confined the the OP.

My running of

Code:
software-properties-gtk --debug

reveals errors of a type

AttributeError: 'NoneType' object has no attribute (description)

@hacktheworld if you can give us that output that might be useful.

Also, let me know if you are logged in as a regular user or as Root.

If the former, you may need "sudo" at the start of the command.

At this point, I have no reason to believe that

Code:
sudo apt update
sudo apt upgrade

will not work, but there is no update available for software-properties-gtk currently available.

Cheers

Wizard

BTW - Helpers, I have cleaned out the unnecessary posts, please do not make me feel a need to do so again. TIA
 
I, too, have found in my Kali Linux that the (provided) GUI Software & Updates icon on my panel is not operating properly, so this is not just confined the the OP.

My running of

Code:
software-properties-gtk --debug

reveals errors of a type

AttributeError: 'NoneType' object has no attribute (description)

@hacktheworld if you can give us that output that might be useful.

Also, let me know if you are logged in as a regular user or as Root.

If the former, you may need "sudo" at the start of the command.

At this point, I have no reason to believe that

Code:
sudo apt update
sudo apt upgrade

will not work, but there is no update available for software-properties-gtk currently available.

Cheers

Wizard

BTW - Helpers, I have cleaned out the unnecessary posts, please do not make me feel a need to do so again. TIA

Thank you very much; sudo apt update and sudo apt upgrade work properly, attached I will also send you the output of the software-properties-gtk --debug command.
 

Attachments

  • Screenshot_2024-03-26_08-56-24.png
    Screenshot_2024-03-26_08-56-24.png
    61.6 KB · Views: 52
  • Screenshot_2024-03-26_08-57-04.png
    Screenshot_2024-03-26_08-57-04.png
    74.2 KB · Views: 45
  • Screenshot_2024-03-26_08-58-18.png
    Screenshot_2024-03-26_08-58-18.png
    115.3 KB · Views: 43

Staff online

Members online


Top