Trisquel 10 update-manager

6 respuestas [Último envío]
Beformed
Desconectado/a
se unió: 01/13/2017

Hello, I'm using Trisquel 10 but for some reason the update-manager tool is not working correctly. When I run it from the terminal I get the following traceback:

```
Traceback (most recent call last):
File "/usr/bin/update-manager", line 118, in
app.start_update()
File "/usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py", line 220, in start_update
if apt_pkg.config.find_i("APT::Periodic::Update-Package-Lists") == 0:
NameError: name 'apt_pkg' is not defined
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_bin_update-manager.0.crash'

Original exception was:
Traceback (most recent call last):
File "/usr/bin/update-manager", line 118, in
app.start_update()
File "/usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py", line 220, in start_update
if apt_pkg.config.find_i("APT::Periodic::Update-Package-Lists") == 0:
NameError: name 'apt_pkg' is not defined
```

PublicLewdness
Desconectado/a
se unió: 03/15/2020

What I have been doing as a workaround is using the command "sudo apt full-upgrade". I've been able to pull updates with that so far.

andyprough
Desconectado/a
se unió: 02/12/2015

sudo apt update
sudo apt upgrade

has been working for me.

I changed all my nabia repos to 'http' instead of 'https' by the way. Not sure if that would make a difference for you. I couldn't dist-upgrade from Etiona unless I changed them to http.

Ark74

I am a member!

I am a translator!

Desconectado/a
se unió: 07/15/2009

This issue has been solved on the latest nabia update.

Please help us get feedback on the nabia feedback thread.

Cheers!

andyprough
Desconectado/a
se unió: 02/12/2015

I already told you, it works awesome for me. No problems so far. Nice work!

Beformed
Desconectado/a
se unió: 01/13/2017

One problem was the signature issue. This report is about the update-manager application. Command line update has always worked for me without issues.

Beformed
Desconectado/a
se unió: 01/13/2017

Thanks for the update. I just updated and it pulled the update-manager packages and it works fine now.