Maui Forums
DOWNLOADING UPDATES? - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83)
+--- Thread: DOWNLOADING UPDATES? (/showthread.php?tid=23924)

Pages: 1 2


DOWNLOADING UPDATES? - JakkHakk - 26th August 2016

Here is what I just got when attempting to update my system using Synaptic.
First I refreshed the list after starting Synaptic and then let it run from there.
Came back and found this:

W: Failed to fetch http://archive.neon.kde.org/user/pool/main/q/qtwebengine-opensource-src/libqt5webengine5_5.7.0-0~neon1+16.04+build5_amd64.deb

 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/a/akonadi-mime/akonadi-mime-data_16.08.0-0neon+16.04+build2_all.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kemoticons/libkf5emoticons-bin_5.25.0-0neon+16.04+build7_amd64.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kemoticons/libkf5emoticons5_5.25.0-0neon+16.04+build7_amd64.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kemoticons/libkf5emoticons-data_5.25.0-0neon+16.04+build7_all.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kpimtextedit/libkf5pimtextedit5_16.08.0-0neon+16.04+build7_amd64.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kidentitymanagement/libkf5identitymanagement5_16.08.0-0neon+16.04+build6_amd64.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kcmutils/libkf5kcmutils5_5.25.0-0neon+16.04+build7_amd64.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kcmutils/libkf5kcmutils-data_5.25.0-0neon+16.04+build7_all.deb
 


W: Failed to fetch http://archive.neon.kde.org/user/pool/main/k/kdeclarative/libkf5declarative5_5.25.0-0neon+16.04+build12_amd64.deb
 



Man... I just have not had any luck with your guys OS since the third or fourth release of NetRunner back in the day!


RE: DOWNLOADING UPDATES?? - Pliny.D.Elder - 27th August 2016

sudo rm /var/lib/apt/lists/* -vfr
sudo apt update
sudo apt upgrade
sudo apt full-upgrade


RE: DOWNLOADING UPDATES?? - JakkHakk - 27th August 2016

(27th August 2016, 2:45)Pliny.D.Elder Wrote: sudo rm /var/lib/apt/lists/* -vfr
sudo update
sudo apt upgrade
sudo apt full-upgrade

Thanks ... but this has been an issue with NetRunner, as well.

You forgot the 'apt' in Sudo Update.   Big Grin

I just don't know why they can't have this kind of thing working before shipping the OS! Confused

Nothing else was open.

BTW: when I ran, ~$ sudo apt upgrade  -I got the following:


E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

Nothing else is open.


RE: DOWNLOADING UPDATES?? - leszek - 27th August 2016

Either it is a temporary update to the servers or you have a outdated packagelist (apt-get update needs to run as root) or you have connection problems to the server in general.
Of course before releasing we tested everything and only release if it works to our satisfaction.


RE: DOWNLOADING UPDATES?? - JakkHakk - 27th August 2016

Why can't I use 'su' to become root?

Tried this several times and always errors out.


RE: DOWNLOADING UPDATES?? - leszek - 27th August 2016

Root account is disabled like on Ubuntu. You need to use sudo within a terminal for cli apps


RE: DOWNLOADING UPDATES?? - Pliny.D.Elder - 27th August 2016

http://askubuntu.com/questions/620936/difference-between-su-and-sudo-su


RE: DOWNLOADING UPDATES?? - JakkHakk - 27th August 2016

(27th August 2016, 18:09)Pliny.D.Elder Wrote: http://askubuntu.com/questions/620936/difference-between-su-and-sudo-su

Thanks but didn't make sense to me in my case.


RE: DOWNLOADING UPDATES?? - JakkHakk - 27th August 2016

(27th August 2016, 18:09)leszek Wrote: Root account is disabled like on Ubuntu. You need to use sudo within a terminal for cli apps

But if you've gotten away from UFlunkToo oops... I mean Ubuntu...

Why would you Keep doing things the same as that distro?


RE: DOWNLOADING UPDATES?? - leszek - 27th August 2016

Quote:Why would you Keep doing things the same as that distro?
We use the defaults from KDE Neon here. The usage of sudo is a security measurement.