dpkg: unrecoverable fatal error, aborting: [closed]

Clash 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.
apt upgrade dpkg raspberrypi
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
add a comment |Â
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.
apt upgrade dpkg raspberrypi
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
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
add a comment |Â
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.
apt upgrade dpkg raspberrypi
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
apt upgrade dpkg raspberrypi
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
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
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
add a comment |Â
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
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
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
add a comment |Â
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
add a comment |Â
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