Corrupt dpkg status file
After upgrading my system last week the S hits the Fan.
Looked al over the forun but did'nt got the answer to solve my problem.
Within DPKG the "status" file was corrupt, back-ups where empty so tried to recover with:
(for d in /usr/share/doc/* ; do printf 'Package: %snStatus: install ok installedn' $(basename $d) ; done ) > ~/status
cp ~/status /var/lib/dpkg/
My installation:
Virtual server, OS template ubuntu-12.04-x86_64 + Plesk Client server
with mail and sites
As told after recovery te status file i run:
root@justme:~# sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
adduser apt-utils base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox-initramfs coreutils cpio cryptsetup cryptsetup-bin dash dbus debconf-i18n debianutils diffutils
dmsetup dpkg e2fslibs e2fsprogs ecryptfs-utils file findutils gcc-4.6-base gettext-base grep gzip hostname ifupdown initramfs-tools initramfs-tools-bin initscripts insserv iproute keyutils
klibc-utils libacl1 libapt-inst1.4 libapt-pkg4.12 libatm1 libattr1 libblkid1 libbz2-1.0 libc-bin libc6 libcomerr2 libcryptsetup4 libdb5.1 libdbus-1-3 libdevmapper1.02.1 libdrm-intel1
libdrm-nouveau1a libdrm-radeon1 libdrm2 libecryptfs0 libexpat1 libffi6 libgcc1 libgcrypt11 libglib2.0-0 libglib2.0-data libgpg-error0 libgpm2 libkeyutils1 libklibc liblocale-gettext-perl
liblzma5 libmagic1 libmount1 libncurses5 libncursesw5 libnih-dbus1 libnih1 libnspr4 libnss3 libnss3-1d libpam-modules libpam-modules-bin libpam-runtime libpam0g libpciaccess0 libpcre3
libplymouth2 libpng12-0 libpopt0 libreadline6 libselinux1 libslang2 libsqlite3-0 libss2 libssl1.0.0 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo5 libudev0
libuuid1 libxml2 login lsb-base lsof makedev mime-support module-init-tools mount mountall multiarch-support ncurses-base ncurses-bin netbase original-awk passwd perl-base plymouth
plymouth-theme-ubuntu-text procps psmisc python python-minimal python2.7 python2.7-minimal readline-common rsync sed sensible-utils sgml-base shared-mime-info sysv-rc sysvinit-utils tar tzdata
udev upstart util-linux uuid-runtime xml-core xz-utils zlib1g
The following packages will be upgraded:
debconf
1 upgraded, 141 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/38.3 MB of archives.
After this operation, 118 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg-query: error: parsing file '/var/lib/dpkg/status' near line 15 package 'acl:i386':
blank line in value of field 'Original-Maintainer'
' not allowed (only letters, digits and characters `-+._')install-info
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
Can someone help..?? Looked almost everywhere.
apt package-management dpkg
add a comment |
After upgrading my system last week the S hits the Fan.
Looked al over the forun but did'nt got the answer to solve my problem.
Within DPKG the "status" file was corrupt, back-ups where empty so tried to recover with:
(for d in /usr/share/doc/* ; do printf 'Package: %snStatus: install ok installedn' $(basename $d) ; done ) > ~/status
cp ~/status /var/lib/dpkg/
My installation:
Virtual server, OS template ubuntu-12.04-x86_64 + Plesk Client server
with mail and sites
As told after recovery te status file i run:
root@justme:~# sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
adduser apt-utils base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox-initramfs coreutils cpio cryptsetup cryptsetup-bin dash dbus debconf-i18n debianutils diffutils
dmsetup dpkg e2fslibs e2fsprogs ecryptfs-utils file findutils gcc-4.6-base gettext-base grep gzip hostname ifupdown initramfs-tools initramfs-tools-bin initscripts insserv iproute keyutils
klibc-utils libacl1 libapt-inst1.4 libapt-pkg4.12 libatm1 libattr1 libblkid1 libbz2-1.0 libc-bin libc6 libcomerr2 libcryptsetup4 libdb5.1 libdbus-1-3 libdevmapper1.02.1 libdrm-intel1
libdrm-nouveau1a libdrm-radeon1 libdrm2 libecryptfs0 libexpat1 libffi6 libgcc1 libgcrypt11 libglib2.0-0 libglib2.0-data libgpg-error0 libgpm2 libkeyutils1 libklibc liblocale-gettext-perl
liblzma5 libmagic1 libmount1 libncurses5 libncursesw5 libnih-dbus1 libnih1 libnspr4 libnss3 libnss3-1d libpam-modules libpam-modules-bin libpam-runtime libpam0g libpciaccess0 libpcre3
libplymouth2 libpng12-0 libpopt0 libreadline6 libselinux1 libslang2 libsqlite3-0 libss2 libssl1.0.0 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo5 libudev0
libuuid1 libxml2 login lsb-base lsof makedev mime-support module-init-tools mount mountall multiarch-support ncurses-base ncurses-bin netbase original-awk passwd perl-base plymouth
plymouth-theme-ubuntu-text procps psmisc python python-minimal python2.7 python2.7-minimal readline-common rsync sed sensible-utils sgml-base shared-mime-info sysv-rc sysvinit-utils tar tzdata
udev upstart util-linux uuid-runtime xml-core xz-utils zlib1g
The following packages will be upgraded:
debconf
1 upgraded, 141 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/38.3 MB of archives.
After this operation, 118 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg-query: error: parsing file '/var/lib/dpkg/status' near line 15 package 'acl:i386':
blank line in value of field 'Original-Maintainer'
' not allowed (only letters, digits and characters `-+._')install-info
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
Can someone help..?? Looked almost everywhere.
apt package-management dpkg
Have you tried: askubuntu.com/a/5175/158442
– muru
Sep 22 '14 at 12:05
To muru: yes i found that tread as wel, still got the errors
– rhs1972
Sep 22 '14 at 12:46
add a comment |
After upgrading my system last week the S hits the Fan.
Looked al over the forun but did'nt got the answer to solve my problem.
Within DPKG the "status" file was corrupt, back-ups where empty so tried to recover with:
(for d in /usr/share/doc/* ; do printf 'Package: %snStatus: install ok installedn' $(basename $d) ; done ) > ~/status
cp ~/status /var/lib/dpkg/
My installation:
Virtual server, OS template ubuntu-12.04-x86_64 + Plesk Client server
with mail and sites
As told after recovery te status file i run:
root@justme:~# sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
adduser apt-utils base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox-initramfs coreutils cpio cryptsetup cryptsetup-bin dash dbus debconf-i18n debianutils diffutils
dmsetup dpkg e2fslibs e2fsprogs ecryptfs-utils file findutils gcc-4.6-base gettext-base grep gzip hostname ifupdown initramfs-tools initramfs-tools-bin initscripts insserv iproute keyutils
klibc-utils libacl1 libapt-inst1.4 libapt-pkg4.12 libatm1 libattr1 libblkid1 libbz2-1.0 libc-bin libc6 libcomerr2 libcryptsetup4 libdb5.1 libdbus-1-3 libdevmapper1.02.1 libdrm-intel1
libdrm-nouveau1a libdrm-radeon1 libdrm2 libecryptfs0 libexpat1 libffi6 libgcc1 libgcrypt11 libglib2.0-0 libglib2.0-data libgpg-error0 libgpm2 libkeyutils1 libklibc liblocale-gettext-perl
liblzma5 libmagic1 libmount1 libncurses5 libncursesw5 libnih-dbus1 libnih1 libnspr4 libnss3 libnss3-1d libpam-modules libpam-modules-bin libpam-runtime libpam0g libpciaccess0 libpcre3
libplymouth2 libpng12-0 libpopt0 libreadline6 libselinux1 libslang2 libsqlite3-0 libss2 libssl1.0.0 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo5 libudev0
libuuid1 libxml2 login lsb-base lsof makedev mime-support module-init-tools mount mountall multiarch-support ncurses-base ncurses-bin netbase original-awk passwd perl-base plymouth
plymouth-theme-ubuntu-text procps psmisc python python-minimal python2.7 python2.7-minimal readline-common rsync sed sensible-utils sgml-base shared-mime-info sysv-rc sysvinit-utils tar tzdata
udev upstart util-linux uuid-runtime xml-core xz-utils zlib1g
The following packages will be upgraded:
debconf
1 upgraded, 141 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/38.3 MB of archives.
After this operation, 118 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg-query: error: parsing file '/var/lib/dpkg/status' near line 15 package 'acl:i386':
blank line in value of field 'Original-Maintainer'
' not allowed (only letters, digits and characters `-+._')install-info
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
Can someone help..?? Looked almost everywhere.
apt package-management dpkg
After upgrading my system last week the S hits the Fan.
Looked al over the forun but did'nt got the answer to solve my problem.
Within DPKG the "status" file was corrupt, back-ups where empty so tried to recover with:
(for d in /usr/share/doc/* ; do printf 'Package: %snStatus: install ok installedn' $(basename $d) ; done ) > ~/status
cp ~/status /var/lib/dpkg/
My installation:
Virtual server, OS template ubuntu-12.04-x86_64 + Plesk Client server
with mail and sites
As told after recovery te status file i run:
root@justme:~# sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
adduser apt-utils base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox-initramfs coreutils cpio cryptsetup cryptsetup-bin dash dbus debconf-i18n debianutils diffutils
dmsetup dpkg e2fslibs e2fsprogs ecryptfs-utils file findutils gcc-4.6-base gettext-base grep gzip hostname ifupdown initramfs-tools initramfs-tools-bin initscripts insserv iproute keyutils
klibc-utils libacl1 libapt-inst1.4 libapt-pkg4.12 libatm1 libattr1 libblkid1 libbz2-1.0 libc-bin libc6 libcomerr2 libcryptsetup4 libdb5.1 libdbus-1-3 libdevmapper1.02.1 libdrm-intel1
libdrm-nouveau1a libdrm-radeon1 libdrm2 libecryptfs0 libexpat1 libffi6 libgcc1 libgcrypt11 libglib2.0-0 libglib2.0-data libgpg-error0 libgpm2 libkeyutils1 libklibc liblocale-gettext-perl
liblzma5 libmagic1 libmount1 libncurses5 libncursesw5 libnih-dbus1 libnih1 libnspr4 libnss3 libnss3-1d libpam-modules libpam-modules-bin libpam-runtime libpam0g libpciaccess0 libpcre3
libplymouth2 libpng12-0 libpopt0 libreadline6 libselinux1 libslang2 libsqlite3-0 libss2 libssl1.0.0 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo5 libudev0
libuuid1 libxml2 login lsb-base lsof makedev mime-support module-init-tools mount mountall multiarch-support ncurses-base ncurses-bin netbase original-awk passwd perl-base plymouth
plymouth-theme-ubuntu-text procps psmisc python python-minimal python2.7 python2.7-minimal readline-common rsync sed sensible-utils sgml-base shared-mime-info sysv-rc sysvinit-utils tar tzdata
udev upstart util-linux uuid-runtime xml-core xz-utils zlib1g
The following packages will be upgraded:
debconf
1 upgraded, 141 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/38.3 MB of archives.
After this operation, 118 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg-query: error: parsing file '/var/lib/dpkg/status' near line 15 package 'acl:i386':
blank line in value of field 'Original-Maintainer'
' not allowed (only letters, digits and characters `-+._')install-info
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
Can someone help..?? Looked almost everywhere.
apt package-management dpkg
apt package-management dpkg
edited Sep 22 '14 at 12:11
muru
1
1
asked Sep 22 '14 at 11:49
rhs1972rhs1972
612
612
Have you tried: askubuntu.com/a/5175/158442
– muru
Sep 22 '14 at 12:05
To muru: yes i found that tread as wel, still got the errors
– rhs1972
Sep 22 '14 at 12:46
add a comment |
Have you tried: askubuntu.com/a/5175/158442
– muru
Sep 22 '14 at 12:05
To muru: yes i found that tread as wel, still got the errors
– rhs1972
Sep 22 '14 at 12:46
Have you tried: askubuntu.com/a/5175/158442
– muru
Sep 22 '14 at 12:05
Have you tried: askubuntu.com/a/5175/158442
– muru
Sep 22 '14 at 12:05
To muru: yes i found that tread as wel, still got the errors
– rhs1972
Sep 22 '14 at 12:46
To muru: yes i found that tread as wel, still got the errors
– rhs1972
Sep 22 '14 at 12:46
add a comment |
2 Answers
2
active
oldest
votes
I run into kind of the same problem
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
I replaced the dpkg status file with the status_old file. It fixed my problem.
/var/lib/dpkg/status
add a comment |
It is a bug for sure.
Try the following, in order, until your problem is fixed.
sudo dpkg --configure -a
sudo apt-get dist-upgrade
If that fails try
sudo rm /var/lib/dpkg/available
sudo dselect update
sudo apt-get dist-upgrade
Or if all else fails
sudo rm /var/lib/dpkg/{status,available}
sudo apt-get update
sudo apt-get dist-upgrade
If that fails, you will need to edit the file and remove the offending line or file a bug report.
Thanks a lot for the suggestions. i'll try and comeback with results:
– rhs1972
Sep 22 '14 at 17:06
output of: sudo dpkg --configure -a -> ' not allowed (only letters, digits and characters `-+._')install-info
– rhs1972
Sep 22 '14 at 17:08
keep going to the next set(s)
– Panther
Sep 22 '14 at 17:25
Next: sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: (lot of packages)
– rhs1972
Sep 23 '14 at 6:39
Next: sudo apt-get -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done Calculating upgrade... Done 1 upgraded, 698 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/343 MB of archives. After this operation, 935 MB of additional disk space will be used. Do you want to continue [Y/n]? y Extracting templates from packages: 100% Preconfiguring packages ... ' not allowed (only letters, digits and characters `-+._')n specifier 'install-info
– rhs1972
Sep 23 '14 at 6:43
|
show 4 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f527064%2fcorrupt-dpkg-status-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I run into kind of the same problem
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
I replaced the dpkg status file with the status_old file. It fixed my problem.
/var/lib/dpkg/status
add a comment |
I run into kind of the same problem
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
I replaced the dpkg status file with the status_old file. It fixed my problem.
/var/lib/dpkg/status
add a comment |
I run into kind of the same problem
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
I replaced the dpkg status file with the status_old file. It fixed my problem.
/var/lib/dpkg/status
I run into kind of the same problem
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Encountered status field in a non-version description
I replaced the dpkg status file with the status_old file. It fixed my problem.
/var/lib/dpkg/status
answered Oct 25 '18 at 14:36
Tim ChangTim Chang
1
1
add a comment |
add a comment |
It is a bug for sure.
Try the following, in order, until your problem is fixed.
sudo dpkg --configure -a
sudo apt-get dist-upgrade
If that fails try
sudo rm /var/lib/dpkg/available
sudo dselect update
sudo apt-get dist-upgrade
Or if all else fails
sudo rm /var/lib/dpkg/{status,available}
sudo apt-get update
sudo apt-get dist-upgrade
If that fails, you will need to edit the file and remove the offending line or file a bug report.
Thanks a lot for the suggestions. i'll try and comeback with results:
– rhs1972
Sep 22 '14 at 17:06
output of: sudo dpkg --configure -a -> ' not allowed (only letters, digits and characters `-+._')install-info
– rhs1972
Sep 22 '14 at 17:08
keep going to the next set(s)
– Panther
Sep 22 '14 at 17:25
Next: sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: (lot of packages)
– rhs1972
Sep 23 '14 at 6:39
Next: sudo apt-get -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done Calculating upgrade... Done 1 upgraded, 698 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/343 MB of archives. After this operation, 935 MB of additional disk space will be used. Do you want to continue [Y/n]? y Extracting templates from packages: 100% Preconfiguring packages ... ' not allowed (only letters, digits and characters `-+._')n specifier 'install-info
– rhs1972
Sep 23 '14 at 6:43
|
show 4 more comments
It is a bug for sure.
Try the following, in order, until your problem is fixed.
sudo dpkg --configure -a
sudo apt-get dist-upgrade
If that fails try
sudo rm /var/lib/dpkg/available
sudo dselect update
sudo apt-get dist-upgrade
Or if all else fails
sudo rm /var/lib/dpkg/{status,available}
sudo apt-get update
sudo apt-get dist-upgrade
If that fails, you will need to edit the file and remove the offending line or file a bug report.
Thanks a lot for the suggestions. i'll try and comeback with results:
– rhs1972
Sep 22 '14 at 17:06
output of: sudo dpkg --configure -a -> ' not allowed (only letters, digits and characters `-+._')install-info
– rhs1972
Sep 22 '14 at 17:08
keep going to the next set(s)
– Panther
Sep 22 '14 at 17:25
Next: sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: (lot of packages)
– rhs1972
Sep 23 '14 at 6:39
Next: sudo apt-get -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done Calculating upgrade... Done 1 upgraded, 698 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/343 MB of archives. After this operation, 935 MB of additional disk space will be used. Do you want to continue [Y/n]? y Extracting templates from packages: 100% Preconfiguring packages ... ' not allowed (only letters, digits and characters `-+._')n specifier 'install-info
– rhs1972
Sep 23 '14 at 6:43
|
show 4 more comments
It is a bug for sure.
Try the following, in order, until your problem is fixed.
sudo dpkg --configure -a
sudo apt-get dist-upgrade
If that fails try
sudo rm /var/lib/dpkg/available
sudo dselect update
sudo apt-get dist-upgrade
Or if all else fails
sudo rm /var/lib/dpkg/{status,available}
sudo apt-get update
sudo apt-get dist-upgrade
If that fails, you will need to edit the file and remove the offending line or file a bug report.
It is a bug for sure.
Try the following, in order, until your problem is fixed.
sudo dpkg --configure -a
sudo apt-get dist-upgrade
If that fails try
sudo rm /var/lib/dpkg/available
sudo dselect update
sudo apt-get dist-upgrade
Or if all else fails
sudo rm /var/lib/dpkg/{status,available}
sudo apt-get update
sudo apt-get dist-upgrade
If that fails, you will need to edit the file and remove the offending line or file a bug report.
answered Sep 22 '14 at 15:17
PantherPanther
79.1k14157259
79.1k14157259
Thanks a lot for the suggestions. i'll try and comeback with results:
– rhs1972
Sep 22 '14 at 17:06
output of: sudo dpkg --configure -a -> ' not allowed (only letters, digits and characters `-+._')install-info
– rhs1972
Sep 22 '14 at 17:08
keep going to the next set(s)
– Panther
Sep 22 '14 at 17:25
Next: sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: (lot of packages)
– rhs1972
Sep 23 '14 at 6:39
Next: sudo apt-get -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done Calculating upgrade... Done 1 upgraded, 698 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/343 MB of archives. After this operation, 935 MB of additional disk space will be used. Do you want to continue [Y/n]? y Extracting templates from packages: 100% Preconfiguring packages ... ' not allowed (only letters, digits and characters `-+._')n specifier 'install-info
– rhs1972
Sep 23 '14 at 6:43
|
show 4 more comments
Thanks a lot for the suggestions. i'll try and comeback with results:
– rhs1972
Sep 22 '14 at 17:06
output of: sudo dpkg --configure -a -> ' not allowed (only letters, digits and characters `-+._')install-info
– rhs1972
Sep 22 '14 at 17:08
keep going to the next set(s)
– Panther
Sep 22 '14 at 17:25
Next: sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: (lot of packages)
– rhs1972
Sep 23 '14 at 6:39
Next: sudo apt-get -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done Calculating upgrade... Done 1 upgraded, 698 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/343 MB of archives. After this operation, 935 MB of additional disk space will be used. Do you want to continue [Y/n]? y Extracting templates from packages: 100% Preconfiguring packages ... ' not allowed (only letters, digits and characters `-+._')n specifier 'install-info
– rhs1972
Sep 23 '14 at 6:43
Thanks a lot for the suggestions. i'll try and comeback with results:
– rhs1972
Sep 22 '14 at 17:06
Thanks a lot for the suggestions. i'll try and comeback with results:
– rhs1972
Sep 22 '14 at 17:06
output of: sudo dpkg --configure -a -> ' not allowed (only letters, digits and characters `-+._')install-info
– rhs1972
Sep 22 '14 at 17:08
output of: sudo dpkg --configure -a -> ' not allowed (only letters, digits and characters `-+._')install-info
– rhs1972
Sep 22 '14 at 17:08
keep going to the next set(s)
– Panther
Sep 22 '14 at 17:25
keep going to the next set(s)
– Panther
Sep 22 '14 at 17:25
Next: sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: (lot of packages)
– rhs1972
Sep 23 '14 at 6:39
Next: sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: (lot of packages)
– rhs1972
Sep 23 '14 at 6:39
Next: sudo apt-get -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done Calculating upgrade... Done 1 upgraded, 698 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/343 MB of archives. After this operation, 935 MB of additional disk space will be used. Do you want to continue [Y/n]? y Extracting templates from packages: 100% Preconfiguring packages ... ' not allowed (only letters, digits and characters `-+._')n specifier 'install-info
– rhs1972
Sep 23 '14 at 6:43
Next: sudo apt-get -f dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done Calculating upgrade... Done 1 upgraded, 698 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/343 MB of archives. After this operation, 935 MB of additional disk space will be used. Do you want to continue [Y/n]? y Extracting templates from packages: 100% Preconfiguring packages ... ' not allowed (only letters, digits and characters `-+._')n specifier 'install-info
– rhs1972
Sep 23 '14 at 6:43
|
show 4 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f527064%2fcorrupt-dpkg-status-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried: askubuntu.com/a/5175/158442
– muru
Sep 22 '14 at 12:05
To muru: yes i found that tread as wel, still got the errors
– rhs1972
Sep 22 '14 at 12:46