Log In  

I bought PICO-8 for an Ubuntu 16.04 machine, and a Raspberry Pi, and it's simply a pain in the ass to install because the official app download comes in a .zip file with zero documentation on how to install. There's no install script in the contents of the unzipped files, and there's little to find online that helps. This installer didn't work for me: https://rombus.itch.io/pico-8-linux-installer/devlog/15013/pico-8-linux-installer-script

PICO-8 is a commercial product, please treat it as such, and have the download in a proper .deb file or anything more helpful than a .zip

P#49082 2018-02-08 08:59 ( Edited 2018-08-07 10:59)

1

What? There's nothing to install and no documentation needed because you don't have to do anything apart from run the executable. It's literally unzip, change to the pico8 directory and run.

So for the sake of not wanting to (for some reason) do that, Zep would have to maintain a DEB package for both 32-bit and 64-bit, a RPM package for 32-bit and 64-bit, a Raspberry Pi package and still provide the plain old package you're complaining about for those who don't have distributions based on the above?

Seriously?

P#49083 2018-02-08 09:45 ( Edited 2018-02-08 14:49)
2

yeah I'm not sure what you mean exactly by "install", but one additional thing I've done on my Linux computers is to make a .desktop file so I can put it in a launcher and make sure it has the pretty icon

Here's what I use, for reference, if it helps:

pico-8.desktop

[Desktop Entry]
Name=PICO-8
Type=Application
Exec=/your/path/to/pico-8/pico8
Icon=/your/path/to/pico-8/lexaloffle-pico8.png
P#49092 2018-02-08 15:10 ( Edited 2018-02-08 20:21)

@kittenm4ster - yeah I did the same :) But that's all that's necessary and even that isn't really required.

P#49109 2018-02-09 03:34 ( Edited 2018-02-09 08:34)

Linux has a proper way of doing things, and just unzip a file and double click what's in it isn't it. At least that's not the professional way of doing it, which this commercial application is,

P#49185 2018-02-11 20:42 ( Edited 2018-02-12 01:42)

No... linux is pretty free about what you do with your executables. Some distributions of linux offer a package manager, which makes installing applications with lots of files a bit easier, but the PICO-8 is so simple that it isn't really required.

On most linux systems, You simply put the executable somewhere like /opt/pico-8 or /home/[user]/bin and add it to your PATH, and you are ready to go.

For systems which provide a rich desktop experience, kittenm4ster's instructions further up are great.

P#49203 2018-02-12 04:32 ( Edited 2018-02-12 09:32)

What @springogeek - this is a pointless complaint.

Also, just as an FYI, the desktop file above goes in $USER/.local/share/applications. I've added a category to mine so it appears in the right place in the menu.

[Desktop Entry]
Name=Pico-8 Fantasy Console
Comment=Retro game programming!
Exec="/home/user/Apps/pico-8/pico8"
Icon=/home/user/Icons/pico.png
Terminal=false
Type=Application
Categories=Development;
P#49208 2018-02-12 07:04 ( Edited 2018-02-12 12:05)

Linux is shockingly proper!

P#49209 2018-02-12 07:39 ( Edited 2018-02-12 12:39)
3

Let's be friendly here. Lexaloffle games seem friendly, so I'd expect the users to be slightly more sociable than the usual internet trolls who hide away from people's faces.

Saying that Linux — GNU, rather — has a “proper way of doing things” seems rather out of place, but the initial complaint was more or less a valid, albeit obtuse, one: the person had no idea that the binary executable wasn't an installer, or something.

Sounds like maybe some documentation is in order — even if some users think it is obvious, it obviously isn't.

Also, it should be noted that not all desktop environments do their menu items that way. I know Xfce is different, but I can't remember how it goes. The information is on their wiki somewhere.

Cheers, and hope you enjoy Pico.

P#49240 2018-02-13 00:03 ( Edited 2018-02-13 05:08)

I didn't mean to sound tetchy but I still don't see a need for an installer for something that doesn't require a lot of files and I didn't much like the tone of the OP. I suppose some documentation might be in order though: -

  1. unzip PICO-8 zip file to preferred location.
  2. cd to subdirectory pico8.
  3. Make sure pico8 executable has execute bit set - chmod +x pico8.
  4. Run ./pico8
  5. Additional example for *.desktop launcher file for those that need/want it.

I mean, for that you absolutely don't need an installer and I'd personally like to choose where PICO-8 goes on my system anyway.

P#49245 2018-02-13 05:34 ( Edited 2018-02-13 13:35)

I'm quite an inexperienced Linux user, running Lubuntu on an old Samsung netbook a friend handed off to me.

And I've gotta say, it's not very easy to understand how to install programs! Took me a while to figure out how to get Chrome and VLC on it! :)

So when I found that PICO8 was just a ZIP, I thought "GREAT!"...

Only to find that I can't figure out how to run it! So, even more detailed instructions would be nice. :)

I've made the desktop file as instructed above, but both before and after doing that, I still get the same error when trying to run PICO8:

== Failed to execute child process "/home/[user]/Desktop/PICO8/pico8" (No such file or directory) ==

It's especially frustrating to me because the error itself just makes no sense, seeing the file seems to exist, as I just double clicked on it. :)

Is it maybe a permissions error?

When I double click pico8, it asks if I want to execute, so I say "Execute!", then that error appears.

Not really sure how to make it just work! Seems really silly after using the Windows version, where you literally just click the exe and you're good to go.

P#54789 2018-08-07 06:04 ( Edited 2018-08-07 10:07)

I don't have a config file in my folder, do I need to make one?

I figured a default one would get made by PICO8 if it didn't find one I guess.

Not really sure how to get it to run on Linux. Hmmm.

P#54790 2018-08-07 06:39 ( Edited 2018-08-07 10:39)

Ah, actually I just figured it out.

I had downloaded the 32-bit version for Linux, and that simply wasn't working on my Samsung netbook.

So I grabbed the 64-bit "AMD" one, and that worked straight away!

Solved. :D

P#54791 2018-08-07 06:59 ( Edited 2018-08-07 10:59)

When I tried running it, i got this error,

Syntax error: word unexpected (expecting ")")

I am very confused as to what that means.

P#63273 2019-04-05 23:36

That looks like a shell script error, which is definitely not expected when running a binary executable. How are you running it?

P#63297 2019-04-06 20:54
sudo ./pico8

I've tried using the command with and w/out "sudo"
AFTER i've tried "chmod +x pico8" with and w/out "sudo."

I just don't know what else to do.

(using the Chromebook "Linux (beta)" terminal.)

P#63423 2019-04-12 01:15 ( Edited 2019-04-12 01:17)

You don't need sudo here.

This isn't an ARM-based system, is it? What's the output of

uname -a

What about

ldd pico8
P#63467 2019-04-12 23:31 ( Edited 2019-04-12 23:32)

uname -a outputs

Linux penguin 4.19.16-02893-g2cf2c17c8a43 #1 SMP PREEMPT Sat Jan 19 09:49:55 PST 2019 aarch64 GNU/Linux

ldd pico8 outputs

        not a dynamic executable
P#63475 2019-04-13 16:19 ( Edited 2019-04-13 16:20)

Yep, that's ARM. The Linux versions of P8 are x86 and x86-64, so you won't be able to run them directly.

You could try using QEMU. You'd have to set up an x86 Linux virtual machine and run P8 in that. Or maybe install Raspbian and run the Raspberry Pi version? That might be simpler, but I'm really not sure.

P#63486 2019-04-14 04:16

Chromebooks are ARM, yes. @DatChickenGuy did say he was running some sort of beta Linux thing, but I'm pretty sure that's just a chroot environment, no emulation.

P#63495 2019-04-14 10:28

I am trying not to use Developer mode BTW

P#63578 2019-04-16 16:03

Turns out I can download QEMU, I just don't know how to use it. I've looked at the user documentation, and it is just confusing.

P#63659 2019-04-18 23:25

pico8_32bit was the name mate

P#87106 2021-02-02 01:26

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-19 06:17:31 | 0.033s | Q:47