Failed to download upgradeable packages
Tofloor
poster avatar
tuliosamadhi
deepin
2017-06-27 12:47
Author
Mirror focus on USP Brazil: OK

On the gedit:
## Generated by deepin-installer-reborn
#deb [by-hash=force] http://packages.deepin.com/deepin unstable main contrib non-free
#deb-src http://packages.deepin.com/deepin unstable main contrib non-free
deb [by-hash=force] http://sft.if.usp.br/deepin/ unstable main contrib non-free


in the terminal I had this:

** (gedit:6478): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(gedit:6478): Gtk-WARNING **: Failed to get the GNOME session proxy: The name org.gnome.SessionManager is not owned

(gedit:6478): Gtk-WARNING **: Failed to get the Xfce session proxy: The name org.xfce.SessionManager is not owned

(gedit:6478): Gtk-WARNING **: Failed to get an inhibit portal proxy: The name org.freedesktop.portal.Desktop is not owned

(gedit:6478): Gtk-WARNING **: Theme parsing error: gtk.css:2659:22: 'none' is not a valid color name
Reply Favorite View the author
All Replies
jingle
deepin
2017-06-27 16:36
#1
sudo apt-get update && sudo apt-get dist-upgrade

What information does it show?
Reply View the author
nipos
deepin
2017-06-28 01:13
#2
Simply ignore the messages.
That are only GTK warnings.
They don't have anything to do with the things you write in Gedit.
Your mirror change should work anyway.
In Gedit I don't get this warnings but in some other programs and they don't have any bugs because of this.
Reply View the author
tuliosamadhi
deepin
2017-06-28 03:48
#3
https://bbs.deepin.org/post/141653
Simply ignore the messages.
That are only GTK warnings.
They don't have anything to do with the thin ...

Yeah I did that! But in fact something is not work with the updates and downloads...
Reply View the author
tuliosamadhi
deepin
2017-06-28 03:51
#4
https://bbs.deepin.org/post/141653
sudo apt-get update && sudo apt-get dist-upgrade

What information does it show?

Failed to download
Reply View the author
tuliosamadhi
deepin
2017-06-28 03:52
#5
https://bbs.deepin.org/post/141653
sudo apt-get update && sudo apt-get dist-upgrade

What information does it show?

Reached: 1 http://sft.if.usp.br/deepin unstable InRelease
Get: 2 http://repository.spotify.com stable InRelease [3.302 B]
Get: 3 http://repository.spotify.com stable / non-free i386 Packages [1,136 B]
Get: 4 http://repository.spotify.com stable / non-free amd64 Packages [1.588 B]
Downloaded 6.026 B in 1s (4.483 B / s)
Reading package lists ... Ready
E: Unable to open lock file / var / lib / dpkg / lock - open (13: Permission denied)
E: Could not create exclusive access to the admin directory (/ var / lib / dpkg /), is it root?
Reply View the author
Blogghete
deepin
2017-06-28 07:08
#6
https://bbs.deepin.org/post/141653
Reached: 1 http://sft.if.usp.br/deepin unstable InRelease
Get: 2 http://repository.spotify.com sta ...

You must be root to update and upgrade your system.
Open a terminal window
Enter the following commands:
  1. sudo passwd
Copy the Code
Choose a password
  1. su -
Copy the Code
Enter the root password
  1. apt-get update && apt-get dist-upgrade
Copy the Code

Now it should work.




Reply View the author
tuliosamadhi
deepin
2017-06-28 07:33
#7
https://bbs.deepin.org/post/141653
You must be root to update and upgrade your system.
Open a terminal window
Enter the following com ...

Yeah, I did this:

sudo apt-get update && apt-get dist-upgrade

sudo apt -f install

sudo apt upgrade

sudo rm/var/lib/dpkg/lock

sudo apt update

sudo apt -f install

sudo apt update

sudo apt dist-upgrade

It is working very well!!!!!!!!!!! Thanks!!!
Reply View the author