You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



dpkg error preventing install or upgrade

Author (Read 17810 times)

0 Members and 1 Guest are viewing this topic.

Re: dpkg error preventing install or upgrade
« Reply #22 on: November 11, 2016, 12:54:35 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
I've patched lite-software so it won't report this VirtualBox error anymore:

Code: [Select]
Setting up lite-software (2.0-0200-linuxlite) ...
sed: can't read /etc/X11/Xsession.d/98vboxadd-xclient: No such file or directory
dpkg: error processing package lite-software (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 lite-software
E: Sub-process /usr/bin/dpkg returned an error code (1)
« Last Edit: November 11, 2016, 01:02:48 AM by Jerry »
 

Re: dpkg error preventing install or upgrade
« Reply #21 on: November 10, 2016, 10:47:25 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Have you tried a different repo in the USA?
 

Re: dpkg error preventing install or upgrade
« Reply #20 on: November 10, 2016, 01:44:39 PM »
 

Masterjuggler

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
This is the result:

Code: [Select]
$ sudo ls -la /var/lib/apt/lists/partial/
total 16
drwx------ 2 _apt root  4096 Nov 10 01:39 .
drwxr-xr-x 3 root root 12288 Nov 10 01:06 ..

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.
 

Re: dpkg error preventing install or upgrade
« Reply #19 on: November 10, 2016, 02:13:58 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
sudo ls -la /var/lib/apt/lists/partial/
 

Re: dpkg error preventing install or upgrade
« Reply #18 on: November 10, 2016, 01:43:28 AM »
 

Masterjuggler

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
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.
 

Re: dpkg error preventing install or upgrade
« Reply #17 on: November 10, 2016, 01:29:52 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Who knows what happened. You're so far, the only one to report this type of problem.

Now try:

Code: [Select]
sudo rm -rf /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-updates_InRelease
sudo rm -rf  /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-backports_InRelease

to clear remaining errors. then run:

Code: [Select]
sudo apt-get update && sudo apt-get dist-upgrade
report back with the output please.
 

Re: dpkg error preventing install or upgrade
« Reply #16 on: November 10, 2016, 01:20:51 AM »
 

Masterjuggler

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
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: [Select]
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-updates_InRelease
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-backports_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.
 

Re: dpkg error preventing install or upgrade
« Reply #15 on: November 10, 2016, 12:34:44 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Try:

Code: [Select]
sudo leafpad /etc/X11/Xsession.d/98vboxadd-xclient
add the following and save the file:

Code: [Select]
#!/bin/sh
## @file
# Start the Guest Additions X11 Client
#

#
# Copyright (C) 2007-2012 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from [url]http://www.virtualbox.org[/url]. This file is free software;
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License (GPL) as published by the Free Software
# Foundation, in version 2 as it comes in the "COPYING" file of the
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
#

# Sanity check: if non-writeable PID-files are present in the user home
# directory VBoxClient will fail to start.
for i in $HOME/.vboxclient-*.pid; do
    test -w $i || rm -f $i
done

if ! test -c /dev/vboxguest 2>/dev/null; then
   # Do not start if the kernel module is not present.
   notify-send "VBoxClient: the VirtualBox kernel service is not running.  Exiting."
elif test -z "${SSH_CONNECTION}"; then
   # This script can also be triggered by a connection over SSH, which is not
   # what we had in mind, so we do not start VBoxClient in that case.  We do
   # not use "exit" here as this script is "source"d, not executed.
  /usr/bin/VBoxClient --clipboard || true
  /usr/bin/VBoxClient --checkhostversion || true
  /usr/bin/VBoxClient --display || true
  /usr/bin/VBoxClient --seamless || true
  /usr/bin/VBoxClient --draganddrop || true
fi

then try updates again.
 

Re: dpkg error preventing install or upgrade
« Reply #14 on: November 09, 2016, 11:41:43 PM »
 

Masterjuggler

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Nope, no dice.

Code: [Select]
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up lite-software (2.0-0200-linuxlite) ...
sed: can't read /etc/X11/Xsession.d/98vboxadd-xclient: No such file or directory
dpkg: error processing package lite-software (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 lite-software
E: Sub-process /usr/bin/dpkg returned an error code (1)
« Last Edit: November 09, 2016, 11:45:04 PM by Masterjuggler »
 

Re: dpkg error preventing install or upgrade
« Reply #13 on: November 09, 2016, 02:26:17 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Try: sudo apt-get install -f
 

Re: dpkg error preventing install or upgrade
« Reply #12 on: November 09, 2016, 02:21:36 PM »
 

Masterjuggler

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
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: [Select]
~$ sudo apt-get clean && sudo apt-get update && sudo apt-get dist-upgrade
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease             
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                   
Get:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [92.2 kB]
Hit:5 http://dl.google.com/linux/chrome/deb stable Release                     
Hit:6 http://archive.canonical.com/ubuntu xenial InRelease                     
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease             
Hit:8 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial InRelease
Hit:10 http://repo.linuxliteos.com/linuxlite citrine InRelease                 
Hit:11 http://ppa.launchpad.net/mati75/spacefm/ubuntu xenial InRelease 
Hit:12 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Get:9 http://screenshots.getdeb.net xenial-getdeb InRelease [8,139 B]   
Hit:13 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease       
Fetched 100 kB in 1s (50.6 kB/s)                   
Reading package lists... Done
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-backports_InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  adobe-flash-properties-gtk adobe-flashplugin linux-libc-dev
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 11.3 MB of archives.
After this operation, 18.4 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-47.68 [842 kB]
Get:2 http://archive.canonical.com/ubuntu xenial/partner amd64 adobe-flash-properties-gtk amd64 1:20161108.1-0ubuntu0.16.04.1 [113 kB]
Get:3 http://archive.canonical.com/ubuntu xenial/partner amd64 adobe-flashplugin amd64 1:20161108.1-0ubuntu0.16.04.1 [10.3 MB]
Fetched 11.3 MB in 6s (1,650 kB/s)                                             
Setting up lite-software (2.0-0200-linuxlite) ...
sed: can't read /etc/X11/Xsession.d/98vboxadd-xclient: No such file or directory
dpkg: error processing package lite-software (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 lite-software
E: Sub-process /usr/bin/dpkg returned an error code (1)

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.
« Last Edit: November 09, 2016, 02:26:51 PM by Masterjuggler »
 

Re: dpkg error preventing install or upgrade
« Reply #11 on: November 09, 2016, 12:47:17 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Note, we also already include the SystemBack repo. The only ones you should keep that you have added are for Chrome and Spacefm.
 

Re: dpkg error preventing install or upgrade
« Reply #10 on: November 09, 2016, 12:38:49 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
One thought is that you're getting the Lite Software error because you've added a VirtualBox and Wine repo when we already provide these softwares via Lite Software. The difference being that you are opting for a newer versions, I assume. If you don't mind, remove the VB and Wine repo, then in this exact order do:

- Remove VB and Wine via Install/Remove Software
- Remove Lite Software in Install/Remove Software
- Remove the VB and Wine repo from the terminal by running: software-properties-gtk (don't Reload when prompted)
- sudo rm -rf /var/lib/apt/lists/partial/*
- sudo rm -rf /var/lib/apt/lists/ppa.launchpad.net_ubuntu-wine_ppa_ubuntu_dists_xenial_InRelease
- Package System Repair utility in Lite Tweaks
- sudo apt-get clean && sudo apt-get update && sudo apt-get dist-upgrade
- Lite Software, Install, VirtualBox, Wine
« Last Edit: November 09, 2016, 12:42:05 AM by Jerry »
 

Re: dpkg error preventing install or upgrade
« Reply #9 on: November 09, 2016, 12:11:44 AM »
 

Masterjuggler

  • New to Forums
  • *
  • 11
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
I removed lite-software and the package system repair was able to successfully complete. It did not fix the update errors, and installing lite-software returned the upgrade error.

I was refraining prom posting the full output as you don't have spoiler tags bbcode. Here is the full output:

~$ sudo apt-get update && sudo apt-get dist-upgrade
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]   
Hit:3 http://download.virtualbox.org/virtualbox/debian xenial InRelease       
Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:5 http://repo.linuxliteos.com/linuxlite citrine InRelease                 
Hit:6 http://dl.google.com/linux/chrome/deb stable Release                     
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [92.2 kB]
Hit:8 http://archive.canonical.com/ubuntu xenial InRelease                     
Hit:9 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease         
Get:10 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]   
Hit:11 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial InRelease
Hit:12 http://archive.canonical.com xenial InRelease                           
Hit:13 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial InRelease     
Hit:15 http://ppa.launchpad.net/mati75/spacefm/ubuntu xenial InRelease         
Hit:14 http://screenshots.getdeb.net xenial-getdeb InRelease                   
Hit:16 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Hit:17 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Fetched 282 kB in 6s (46.6 kB/s)                                               
Reading package lists... Done
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-updates_InRelease
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/ppa.launchpad.net_ubuntu-wine_ppa_ubuntu_dists_xenial_InRelease
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_xenial-backports_InRelease
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_xenial-security_InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up lite-software (2.0-0200-linuxlite) ...
sed: can't read /etc/X11/Xsession.d/98vboxadd-xclient: No such file or directory
dpkg: error processing package lite-software (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 lite-software
E: Sub-process /usr/bin/dpkg returned an error code (1)
 

Re: dpkg error preventing install or upgrade
« Reply #8 on: November 09, 2016, 12:02:18 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
I'd like to see all of the output from the terminal after running the command from my previous post. Thanks. Also consider that a 10 minute install of 3.2, followed by a Systemback set restore point after getting LL the way you want it, could be a better solution in the long run.
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section