threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

Installation: install jsx insystem fails on ubuntu18.04 #854

Closed AhmedHanafy725 closed 4 years ago

AhmedHanafy725 commented 4 years ago

Step

1- Download latest 3sdk binary from releases 2- chmod +x 3sdk_v10.5.3_linux_x86_64 3- install jsx

./3sdk_v10.5.3_linux_x86_64 --expert install

Result

image

m-motawea commented 4 years ago

The error is caused by invalid metadata for appstream. possible solutions are recreating /tmp dir or removing appstream

waleedhammam commented 4 years ago

it's also defined as a bug in ubuntu https://www.linuxquestions.org/questions/ubuntu-63/apt-get-update-error-4175622466/, https://askubuntu.com/questions/894519/ubuntu-16-04-appstreamcli-error-while-get-update

waleedhammam commented 4 years ago

Can't reproduce after building locally from the latest master. the problem was there with the latest binary

Screenshot from 2020-05-27 15-31-48

AhmedHanafy725 commented 4 years ago

Verified

image