Jomus
July 22, 2026, 4:52pm
1
Unable to create a test site
Hi, Here is the print screen at the end of the process. Any idea ? I am working on Linux Mint 22.2 Cinnamon & Local Version 10.1.1+6939. Thank you.
System Details
Local Logs
Attach your Local Logs here (Help Doc - Retrieving Local’s Log )
Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.
Nick-B
July 22, 2026, 7:49pm
2
You’ll have to download the missing required packages (libaio.so.1) manually @Jomus .
There are some steps on these threads below that will help:
Sorry for this, @Rolf . The Local team is revisiting Linux packaging for Ubuntu 24, but Local 9.2.3 doesn’t have those improvements yet.
For now you could try downloading the required packages from archives:
cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/main/n/ncurses/libtinfo5_6.1-1ubuntu1.18.04.1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/n/ncurses/libncurses5_6.1-1ubuntu1.18.04.1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio1_0.3.112-…
Hello all,
Yes, I was able to get this working on Ubuntu 24.04 LTS by following the steps provided by @aldrick .
You’ll need to install the following packages to satisfy all dependencies:
libtinfo5_6.4-2_amd64
libncurses5_6.4-2_amd64
libaio1_0.3.113-4_amd64
libnss3-tools
The easiest way I found to do this is by using Curl to download and then dpkg to install the first three.
Download libtinfo5_6.4-2_amd64 and then install the package:
Download: curl -O http://launchpadlibrarian.net/648…
Jomus
July 24, 2026, 4:04pm
3
Thank you Nick-B. It works well.
Nick-B
July 24, 2026, 4:15pm
4
Glad to hear it @Jomus thank you for the update