dpkg: unrecoverable fatal error, aborting: [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I'm having this problem when I'm installing the apt-get upgrade in my Raspberry Pi raspbian.



Reading changelogs... Done
Extracting templates from packages: 100%
dpkg: unrecoverable fatal error, aborting:
files list file for package 'gir1.2-gdkpixbuf-2.0:armhf' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)


I don't know what to do, any help please I'm stuck on this.










share|improve this question















closed as off-topic by vidarlo, karel, Eric Carvalho, Charles Green, Zanna Jan 30 at 21:20


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, karel, Eric Carvalho, Charles Green, Zanna
If this question can be reworded to fit the rules in the help center, please edit the question.












  • Raspbian is not Ubuntu. You will probably have better success at the RPi SE or the Unix&Linux SE.
    – vidarlo
    Jan 29 at 23:14














up vote
0
down vote

favorite












I'm having this problem when I'm installing the apt-get upgrade in my Raspberry Pi raspbian.



Reading changelogs... Done
Extracting templates from packages: 100%
dpkg: unrecoverable fatal error, aborting:
files list file for package 'gir1.2-gdkpixbuf-2.0:armhf' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)


I don't know what to do, any help please I'm stuck on this.










share|improve this question















closed as off-topic by vidarlo, karel, Eric Carvalho, Charles Green, Zanna Jan 30 at 21:20


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, karel, Eric Carvalho, Charles Green, Zanna
If this question can be reworded to fit the rules in the help center, please edit the question.












  • Raspbian is not Ubuntu. You will probably have better success at the RPi SE or the Unix&Linux SE.
    – vidarlo
    Jan 29 at 23:14












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm having this problem when I'm installing the apt-get upgrade in my Raspberry Pi raspbian.



Reading changelogs... Done
Extracting templates from packages: 100%
dpkg: unrecoverable fatal error, aborting:
files list file for package 'gir1.2-gdkpixbuf-2.0:armhf' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)


I don't know what to do, any help please I'm stuck on this.










share|improve this question















I'm having this problem when I'm installing the apt-get upgrade in my Raspberry Pi raspbian.



Reading changelogs... Done
Extracting templates from packages: 100%
dpkg: unrecoverable fatal error, aborting:
files list file for package 'gir1.2-gdkpixbuf-2.0:armhf' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)


I don't know what to do, any help please I'm stuck on this.







apt upgrade dpkg raspberrypi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 29 at 17:17









N0rbert

16.8k33479




16.8k33479










asked Jan 29 at 16:55









Freddy Alex Saavedra

62




62




closed as off-topic by vidarlo, karel, Eric Carvalho, Charles Green, Zanna Jan 30 at 21:20


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, karel, Eric Carvalho, Charles Green, Zanna
If this question can be reworded to fit the rules in the help center, please edit the question.




closed as off-topic by vidarlo, karel, Eric Carvalho, Charles Green, Zanna Jan 30 at 21:20


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, karel, Eric Carvalho, Charles Green, Zanna
If this question can be reworded to fit the rules in the help center, please edit the question.











  • Raspbian is not Ubuntu. You will probably have better success at the RPi SE or the Unix&Linux SE.
    – vidarlo
    Jan 29 at 23:14
















  • Raspbian is not Ubuntu. You will probably have better success at the RPi SE or the Unix&Linux SE.
    – vidarlo
    Jan 29 at 23:14















Raspbian is not Ubuntu. You will probably have better success at the RPi SE or the Unix&Linux SE.
– vidarlo
Jan 29 at 23:14




Raspbian is not Ubuntu. You will probably have better success at the RPi SE or the Unix&Linux SE.
– vidarlo
Jan 29 at 23:14










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










Remove the mentioned files with



sudo rm /var/lib/dpkg/info/gir1.2-gdkpixbuf-2.0*


Then reinstall the package with



sudo apt-get install --reinstall gir1.2-gdkpixbuf-2.0


or



sudo dpkg -i --force-all /var/cache/apt/archives/gir1.2-gdkpixbuf-2.0*.deb





share|improve this answer




















  • Ohhh man!!!! you are the VIP!!! thanks so much.... i was about to go crazy with this... and this really worked... thanks so much!! i wanna buy u a beer :D
    – Freddy Alex Saavedra
    Jan 29 at 17:55

















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










Remove the mentioned files with



sudo rm /var/lib/dpkg/info/gir1.2-gdkpixbuf-2.0*


Then reinstall the package with



sudo apt-get install --reinstall gir1.2-gdkpixbuf-2.0


or



sudo dpkg -i --force-all /var/cache/apt/archives/gir1.2-gdkpixbuf-2.0*.deb





share|improve this answer




















  • Ohhh man!!!! you are the VIP!!! thanks so much.... i was about to go crazy with this... and this really worked... thanks so much!! i wanna buy u a beer :D
    – Freddy Alex Saavedra
    Jan 29 at 17:55














up vote
1
down vote



accepted










Remove the mentioned files with



sudo rm /var/lib/dpkg/info/gir1.2-gdkpixbuf-2.0*


Then reinstall the package with



sudo apt-get install --reinstall gir1.2-gdkpixbuf-2.0


or



sudo dpkg -i --force-all /var/cache/apt/archives/gir1.2-gdkpixbuf-2.0*.deb





share|improve this answer




















  • Ohhh man!!!! you are the VIP!!! thanks so much.... i was about to go crazy with this... and this really worked... thanks so much!! i wanna buy u a beer :D
    – Freddy Alex Saavedra
    Jan 29 at 17:55












up vote
1
down vote



accepted







up vote
1
down vote



accepted






Remove the mentioned files with



sudo rm /var/lib/dpkg/info/gir1.2-gdkpixbuf-2.0*


Then reinstall the package with



sudo apt-get install --reinstall gir1.2-gdkpixbuf-2.0


or



sudo dpkg -i --force-all /var/cache/apt/archives/gir1.2-gdkpixbuf-2.0*.deb





share|improve this answer












Remove the mentioned files with



sudo rm /var/lib/dpkg/info/gir1.2-gdkpixbuf-2.0*


Then reinstall the package with



sudo apt-get install --reinstall gir1.2-gdkpixbuf-2.0


or



sudo dpkg -i --force-all /var/cache/apt/archives/gir1.2-gdkpixbuf-2.0*.deb






share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 29 at 17:16









N0rbert

16.8k33479




16.8k33479











  • Ohhh man!!!! you are the VIP!!! thanks so much.... i was about to go crazy with this... and this really worked... thanks so much!! i wanna buy u a beer :D
    – Freddy Alex Saavedra
    Jan 29 at 17:55
















  • Ohhh man!!!! you are the VIP!!! thanks so much.... i was about to go crazy with this... and this really worked... thanks so much!! i wanna buy u a beer :D
    – Freddy Alex Saavedra
    Jan 29 at 17:55















Ohhh man!!!! you are the VIP!!! thanks so much.... i was about to go crazy with this... and this really worked... thanks so much!! i wanna buy u a beer :D
– Freddy Alex Saavedra
Jan 29 at 17:55




Ohhh man!!!! you are the VIP!!! thanks so much.... i was about to go crazy with this... and this really worked... thanks so much!! i wanna buy u a beer :D
– Freddy Alex Saavedra
Jan 29 at 17:55


Popular posts from this blog

Trouble downloading packages list due to a “Hash sum mismatch” error

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Cutting all the characters after the last /