# Error updating linux-libc-dev on A04

**URL:** https://forum.clockworkpi.com/t/error-updating-linux-libc-dev-on-a04/8189
**Category:** DevTerm
**Created:** [March 17, 2022, 5:44pm UTC](https://forum.clockworkpi.com/t/error-updating-linux-libc-dev-on-a04/8189 "2022-03-17T17:44:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ehm.education](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/ehm.education/32/4494_2.png) [@ehm.education](https://forum.clockworkpi.com/u/ehm.education)
#### Post date: [March 17, 2022, 5:44pm UTC](https://forum.clockworkpi.com/t/error-updating-linux-libc-dev-on-a04/8189/1 "2022-03-17T17:44:46Z")

</div>

```auto
linux-libc-dev/hirsute 22.02.1 arm64 [upgradable from: 21.08.6]

Unpacking linux-libc-dev:arm64 (22.02.1) over (21.08.6) ...
dpkg: error processing archive /var/cache/apt/archives/linux-libc-dev_22.02.1_arm64.deb (--unpack):
 trying to overwrite shared '/usr/include/asm-generic/fcntl.h', which is different from other instances of package linux-libc-dev:arm64
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/linux-libc-dev_22.02.1_arm64.deb

```

Now apt keeps telling me

```auto
You might want to run 'apt --fix-broken install' to correct these.

```

Which of course fails with the same error.

Any advice?

---

<div class="post-metadata">

### Author: ![ehm.education](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/ehm.education/32/4494_2.png) [@ehm.education](https://forum.clockworkpi.com/u/ehm.education)
#### Post date: [March 17, 2022, 6:42pm UTC](https://forum.clockworkpi.com/t/error-updating-linux-libc-dev-on-a04/8189/2 "2022-03-17T18:42:08Z")

</div>

I may have horribly broken something, but I did

```auto
sudo dpkg -i --force-overwrite /var/cache/apt/archives/linux-libc-dev_22.02.1_arm64.deb

```

and that overwrote a bunch of headers. Apt is happy now.

---

<div class="post-metadata">

### Author: ![Jory\_Griffis](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/jory_griffis/32/5605_2.png) [@Jory\_Griffis](https://forum.clockworkpi.com/u/Jory_Griffis)
#### Post date: [March 18, 2022, 6:24pm UTC](https://forum.clockworkpi.com/t/error-updating-linux-libc-dev-on-a04/8189/3 "2022-03-18T18:24:57Z")

</div>

Coincidentally (?) I had the same issue yesterday, and this post was a big help! You have my thanks.
