Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joplin_2.10.4_arm64.deb corrupted #3

Closed
Simon1511 opened this issue Mar 7, 2023 · 1 comment
Closed

Joplin_2.10.4_arm64.deb corrupted #3

Simon1511 opened this issue Mar 7, 2023 · 1 comment

Comments

@Simon1511
Copy link

Hi,

when I try to install the Joplin 2.10.4 deb using this command
sudo dpkg -i Joplin_2.10.4_arm64.deb
it fails with following error:

Selecting previously unselected package joplin.
(Reading database ... 208239 files and directories currently installed.)
Preparing to unpack Joplin_2.10.4_arm64.deb ...
Unpacking joplin (2.10.4) ...
dpkg: error processing archive Joplin_2.10.4_arm64.deb (--install):
 corrupted filesystem tarfile in package archive: unsupported PAX tar header type 'x'
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 Joplin_2.10.4_arm64.deb

The AppImage however works just fine.

I'm trying to install the deb on my Raspberry Pi 4B running Ubuntu 22.04 LTS 64bit.

Thanks in advance!

@leaguecn
Copy link
Owner

leaguecn commented Apr 5, 2023

I searched some likely issues, it may cause by the package tool. So you should try this method:

dpkg-deb -R Joplin_2.10.4_arm64.deb Joplin
dpkg-deb -b Joplin
apt install ./Joplin_2.10.4_arm64.deb

termux/termux-create-package#18
I will update the new build one as soon, you can replace it with the latest. Good luck to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants