DPKG: can't upgrade due to syntax error in trigger file
I was just trying to ugrade/update and I ran into some issues due to unmet dependancies:
anonymous@anonymous:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
bind9-host : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
dnsutils : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So some issue with bind9 depending on version 1.1 but I have 1.0 installed. So I try fix-broken:
anonymous@anonymous:~$ sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
# Bunch of packages no longer required
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
The following packages will be upgraded:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
7 upgraded, 0 newly installed, 0 to remove and 251 not upgraded.
27 not fully installed or removed.
Need to get 0 B/1,349 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error: syntax error in file triggers file '/var/lib/dpkg/triggers/File'
E: Sub-process /usr/bin/dpkg returned an error code (2)
Hmmm.... so not so useful. If I try auto-remove, I get the first error message. Here's the content of the trigger file mentioned by dpkg:
GNU nano 2.9.3 /var/lib/dpkg/triggers/File
/.
/etc
/etc/gnome
/etc/gnome/defaults.list
/usr
/usr/bin
/usr/bin/desktop-file-install
/usr/bin/desktop-file-validate
/usr/bin/update-desktop-database
/usr/share
/usr/share/applications
/usr/share/doc
/usr/share/doc/desktop-file-utils
/usr/share/doc/desktop-file-utils/NEWS.gz
/usr/share/doc/desktop-file-utils/README
/usr/share/doc/desktop-file-utils/changelog.Debian.gz
/usr/share/doc/desktop-file-utils/copyright
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/desktop-entry-mode.el
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/desktop-file-utils
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/desktop-file-install.1.gz
/usr/share/man/man1/desktop-file-validate.1.gz
/usr/share/man/man1/update-desktop-database.1.gz
/usr/bin/desktop-file-edit
/usr/share/applications/defaults.list
/usr/share/man/man1/desktop-file-edit.1.gz
upgrade dpkg dependencies
add a comment |
I was just trying to ugrade/update and I ran into some issues due to unmet dependancies:
anonymous@anonymous:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
bind9-host : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
dnsutils : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So some issue with bind9 depending on version 1.1 but I have 1.0 installed. So I try fix-broken:
anonymous@anonymous:~$ sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
# Bunch of packages no longer required
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
The following packages will be upgraded:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
7 upgraded, 0 newly installed, 0 to remove and 251 not upgraded.
27 not fully installed or removed.
Need to get 0 B/1,349 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error: syntax error in file triggers file '/var/lib/dpkg/triggers/File'
E: Sub-process /usr/bin/dpkg returned an error code (2)
Hmmm.... so not so useful. If I try auto-remove, I get the first error message. Here's the content of the trigger file mentioned by dpkg:
GNU nano 2.9.3 /var/lib/dpkg/triggers/File
/.
/etc
/etc/gnome
/etc/gnome/defaults.list
/usr
/usr/bin
/usr/bin/desktop-file-install
/usr/bin/desktop-file-validate
/usr/bin/update-desktop-database
/usr/share
/usr/share/applications
/usr/share/doc
/usr/share/doc/desktop-file-utils
/usr/share/doc/desktop-file-utils/NEWS.gz
/usr/share/doc/desktop-file-utils/README
/usr/share/doc/desktop-file-utils/changelog.Debian.gz
/usr/share/doc/desktop-file-utils/copyright
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/desktop-entry-mode.el
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/desktop-file-utils
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/desktop-file-install.1.gz
/usr/share/man/man1/desktop-file-validate.1.gz
/usr/share/man/man1/update-desktop-database.1.gz
/usr/bin/desktop-file-edit
/usr/share/applications/defaults.list
/usr/share/man/man1/desktop-file-edit.1.gz
upgrade dpkg dependencies
1
That looks more like a filelist file (maybe/var/lib/dpkg/info/desktop-file-utils.list
?) than a triggers file - did the original file get overwritten perhaps?
– steeldriver
Aug 4 '18 at 19:06
The one you mentioned has similar content indeed, but only a few entries. What does a trigger file is supposed to look like? Could I restore it to some default template?
– Francky_V
Aug 4 '18 at 19:20
add a comment |
I was just trying to ugrade/update and I ran into some issues due to unmet dependancies:
anonymous@anonymous:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
bind9-host : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
dnsutils : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So some issue with bind9 depending on version 1.1 but I have 1.0 installed. So I try fix-broken:
anonymous@anonymous:~$ sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
# Bunch of packages no longer required
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
The following packages will be upgraded:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
7 upgraded, 0 newly installed, 0 to remove and 251 not upgraded.
27 not fully installed or removed.
Need to get 0 B/1,349 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error: syntax error in file triggers file '/var/lib/dpkg/triggers/File'
E: Sub-process /usr/bin/dpkg returned an error code (2)
Hmmm.... so not so useful. If I try auto-remove, I get the first error message. Here's the content of the trigger file mentioned by dpkg:
GNU nano 2.9.3 /var/lib/dpkg/triggers/File
/.
/etc
/etc/gnome
/etc/gnome/defaults.list
/usr
/usr/bin
/usr/bin/desktop-file-install
/usr/bin/desktop-file-validate
/usr/bin/update-desktop-database
/usr/share
/usr/share/applications
/usr/share/doc
/usr/share/doc/desktop-file-utils
/usr/share/doc/desktop-file-utils/NEWS.gz
/usr/share/doc/desktop-file-utils/README
/usr/share/doc/desktop-file-utils/changelog.Debian.gz
/usr/share/doc/desktop-file-utils/copyright
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/desktop-entry-mode.el
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/desktop-file-utils
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/desktop-file-install.1.gz
/usr/share/man/man1/desktop-file-validate.1.gz
/usr/share/man/man1/update-desktop-database.1.gz
/usr/bin/desktop-file-edit
/usr/share/applications/defaults.list
/usr/share/man/man1/desktop-file-edit.1.gz
upgrade dpkg dependencies
I was just trying to ugrade/update and I ran into some issues due to unmet dependancies:
anonymous@anonymous:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
bind9-host : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
dnsutils : Depends: libbind9-160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libdns1100 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisc169 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: libisccfg160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
Depends: liblwres160 (= 1:9.11.3+dfsg-1ubuntu1.1) but 1:9.11.3+dfsg-1ubuntu1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So some issue with bind9 depending on version 1.1 but I have 1.0 installed. So I try fix-broken:
anonymous@anonymous:~$ sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
# Bunch of packages no longer required
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
The following packages will be upgraded:
libbind9-160 libdns1100 libirs160 libisc169 libisccc160 libisccfg160 liblwres160
7 upgraded, 0 newly installed, 0 to remove and 251 not upgraded.
27 not fully installed or removed.
Need to get 0 B/1,349 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error: syntax error in file triggers file '/var/lib/dpkg/triggers/File'
E: Sub-process /usr/bin/dpkg returned an error code (2)
Hmmm.... so not so useful. If I try auto-remove, I get the first error message. Here's the content of the trigger file mentioned by dpkg:
GNU nano 2.9.3 /var/lib/dpkg/triggers/File
/.
/etc
/etc/gnome
/etc/gnome/defaults.list
/usr
/usr/bin
/usr/bin/desktop-file-install
/usr/bin/desktop-file-validate
/usr/bin/update-desktop-database
/usr/share
/usr/share/applications
/usr/share/doc
/usr/share/doc/desktop-file-utils
/usr/share/doc/desktop-file-utils/NEWS.gz
/usr/share/doc/desktop-file-utils/README
/usr/share/doc/desktop-file-utils/changelog.Debian.gz
/usr/share/doc/desktop-file-utils/copyright
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/desktop-entry-mode.el
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/desktop-file-utils
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/desktop-file-install.1.gz
/usr/share/man/man1/desktop-file-validate.1.gz
/usr/share/man/man1/update-desktop-database.1.gz
/usr/bin/desktop-file-edit
/usr/share/applications/defaults.list
/usr/share/man/man1/desktop-file-edit.1.gz
upgrade dpkg dependencies
upgrade dpkg dependencies
asked Aug 4 '18 at 18:59
Francky_VFrancky_V
1265
1265
1
That looks more like a filelist file (maybe/var/lib/dpkg/info/desktop-file-utils.list
?) than a triggers file - did the original file get overwritten perhaps?
– steeldriver
Aug 4 '18 at 19:06
The one you mentioned has similar content indeed, but only a few entries. What does a trigger file is supposed to look like? Could I restore it to some default template?
– Francky_V
Aug 4 '18 at 19:20
add a comment |
1
That looks more like a filelist file (maybe/var/lib/dpkg/info/desktop-file-utils.list
?) than a triggers file - did the original file get overwritten perhaps?
– steeldriver
Aug 4 '18 at 19:06
The one you mentioned has similar content indeed, but only a few entries. What does a trigger file is supposed to look like? Could I restore it to some default template?
– Francky_V
Aug 4 '18 at 19:20
1
1
That looks more like a filelist file (maybe
/var/lib/dpkg/info/desktop-file-utils.list
?) than a triggers file - did the original file get overwritten perhaps?– steeldriver
Aug 4 '18 at 19:06
That looks more like a filelist file (maybe
/var/lib/dpkg/info/desktop-file-utils.list
?) than a triggers file - did the original file get overwritten perhaps?– steeldriver
Aug 4 '18 at 19:06
The one you mentioned has similar content indeed, but only a few entries. What does a trigger file is supposed to look like? Could I restore it to some default template?
– Francky_V
Aug 4 '18 at 19:20
The one you mentioned has similar content indeed, but only a few entries. What does a trigger file is supposed to look like? Could I restore it to some default template?
– Francky_V
Aug 4 '18 at 19:20
add a comment |
2 Answers
2
active
oldest
votes
One option: I renamed the trigger file in question (so it wouldn't be found by dpkg). I then re-ran upgrade, auto-remove etc.
This seems to have worked, in the sense that I could proceed with upgrades. However I would still like to know what my trigger file is supposed to look like and how/if I can restore it in some ways...
add a comment |
Verify that you have still security.ubuntu.com rows in your sources.list
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
bind9 has security update at 1:9.11.3+dfsg-1ubuntu1.1 but only available through security.ubuntu.com . I found out mine repositories were disabled by one script or another.
add a comment |
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%2f1062409%2fdpkg-cant-upgrade-due-to-syntax-error-in-trigger-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
One option: I renamed the trigger file in question (so it wouldn't be found by dpkg). I then re-ran upgrade, auto-remove etc.
This seems to have worked, in the sense that I could proceed with upgrades. However I would still like to know what my trigger file is supposed to look like and how/if I can restore it in some ways...
add a comment |
One option: I renamed the trigger file in question (so it wouldn't be found by dpkg). I then re-ran upgrade, auto-remove etc.
This seems to have worked, in the sense that I could proceed with upgrades. However I would still like to know what my trigger file is supposed to look like and how/if I can restore it in some ways...
add a comment |
One option: I renamed the trigger file in question (so it wouldn't be found by dpkg). I then re-ran upgrade, auto-remove etc.
This seems to have worked, in the sense that I could proceed with upgrades. However I would still like to know what my trigger file is supposed to look like and how/if I can restore it in some ways...
One option: I renamed the trigger file in question (so it wouldn't be found by dpkg). I then re-ran upgrade, auto-remove etc.
This seems to have worked, in the sense that I could proceed with upgrades. However I would still like to know what my trigger file is supposed to look like and how/if I can restore it in some ways...
answered Aug 4 '18 at 20:53
Francky_VFrancky_V
1265
1265
add a comment |
add a comment |
Verify that you have still security.ubuntu.com rows in your sources.list
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
bind9 has security update at 1:9.11.3+dfsg-1ubuntu1.1 but only available through security.ubuntu.com . I found out mine repositories were disabled by one script or another.
add a comment |
Verify that you have still security.ubuntu.com rows in your sources.list
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
bind9 has security update at 1:9.11.3+dfsg-1ubuntu1.1 but only available through security.ubuntu.com . I found out mine repositories were disabled by one script or another.
add a comment |
Verify that you have still security.ubuntu.com rows in your sources.list
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
bind9 has security update at 1:9.11.3+dfsg-1ubuntu1.1 but only available through security.ubuntu.com . I found out mine repositories were disabled by one script or another.
Verify that you have still security.ubuntu.com rows in your sources.list
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
bind9 has security update at 1:9.11.3+dfsg-1ubuntu1.1 but only available through security.ubuntu.com . I found out mine repositories were disabled by one script or another.
answered Feb 28 at 11:16
Antti Rytsölä Circles ConsultAntti Rytsölä Circles Consult
1313
1313
add a comment |
add a comment |
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%2f1062409%2fdpkg-cant-upgrade-due-to-syntax-error-in-trigger-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
1
That looks more like a filelist file (maybe
/var/lib/dpkg/info/desktop-file-utils.list
?) than a triggers file - did the original file get overwritten perhaps?– steeldriver
Aug 4 '18 at 19:06
The one you mentioned has similar content indeed, but only a few entries. What does a trigger file is supposed to look like? Could I restore it to some default template?
– Francky_V
Aug 4 '18 at 19:20