11-09-2016, 05:47 AM
Note, we also already include the SystemBack repo. The only ones you should keep that you have added are for Chrome and Spacefm.
dpkg error preventing install or upgrade
|
11-09-2016, 05:47 AM
Note, we also already include the SystemBack repo. The only ones you should keep that you have added are for Chrome and Spacefm.
11-09-2016, 07:21 PM
(This post was last modified: 11-09-2016, 07:26 PM by Masterjuggler.)
I followed your directions exactly. I actually didn't have virtualbox installed in the first place, only had the repo. After removing the unnecessary repos and running going through the checklist, I'm still getting one update error, and the same lite-software error.
Code: ~$ sudo apt-get clean && sudo apt-get update && sudo apt-get dist-upgrade If I need to, I'll just reinstall Lite 3.2, though I'd probably simply remove lite-software and continue using this installation if it came down to it, because I personally haven't used it since I installed Linux Lite. I would like to try to figure this out though just for the sake of knowing what went wrong, and if it was something dumb I did.
11-09-2016, 07:26 PM
Try: sudo apt-get install -f
11-10-2016, 04:41 AM
(This post was last modified: 11-10-2016, 04:45 AM by Masterjuggler.)
Nope, no dice.
Code: $ sudo apt-get install -f
11-10-2016, 05:34 AM
Try:
Code: sudo leafpad /etc/X11/Xsession.d/98vboxadd-xclient add the following and save the file: Code: #!/bin/sh then try updates again.
11-10-2016, 06:20 AM
Adding that fixed the lite-software issue. Looking at the script, I am not entirely sure what it's doing. It looks like if the vbox kernel module isn't running, to not start the guest addition x11 client, whatever that is. I am also unsure how that would affect lite-software. And was this caused by something dumb I did?
I am still getting a strange error at the end of an update, but it doesn't seem to be affecting anything, so it may not be worth worrying about. Code: W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-updates_InRelease Thanks so much for helping me. I'm competent enough using a terminal that I can use linux based OS's without much problem, but in general, software is not my area of expertise. I'm much more into the hardware side of things, from wood to steel, plastic (3d printer), electronics, etc.
11-10-2016, 06:29 AM
Who knows what happened. You're so far, the only one to report this type of problem.
Now try: Code: sudo rm -rf /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-updates_InRelease to clear remaining errors. then run: Code: sudo apt-get update && sudo apt-get dist-upgrade report back with the output please.
11-10-2016, 06:43 AM
There's nothing actually in /var/lib/apt/lists/. The folder is empty. I ran the commands anyway, but the same error is showing up.
11-10-2016, 07:13 AM
sudo ls -la /var/lib/apt/lists/partial/
11-10-2016, 06:44 PM
This is the result:
Code: $ sudo ls -la /var/lib/apt/lists/partial/ This says "total 16" which I'm assuming means the directory has a total of 16 files. There is nothing in the directory when viewing with a file manager or without using -la. |
« Next Oldest | Next Newest »
|