@PBAll
My 64bit Chromebook has Debian 11 bullseye installed.
Would you advise the PureBasic install to be Debian 32 or should I install Linux Ubuntu 20.04.3 and then the PB Ubuntu version?
I'm a bit doubtful about installing Linux Ubuntu 20.04 as it requires a processor of 2Ghz or better and the Chromebook only has 1.1Ghz
Thanks in advance
Install on Chromebook
Install on Chromebook
If it's falling over......just remember the computer is never wrong!
- deeproot
- Enthusiast
- Posts: 284
- Joined: Thu Dec 17, 2009 12:00 pm
- Location: Llangadog, Wales, UK
- Contact:
Re: Install on Chromebook
I've never used a Chromebook and don't know much about them - but from what I've read I don't think installing Ubuntu is a good idea. I'm assuming that your Debian 11 is standard with ChromeOS? I believe it's possible to completely replace ChromeOS with a Linux distro, but then best to choose something fairly lightweight such as Debian itself with a suitable undemanding Desktop Environment, or perhaps something like MX Linux with Fluxbox which is closely based on Debian. But maybe best to stick with what you have!C87 wrote: Mon Nov 06, 2023 9:18 am Would you advise the PureBasic install to be Debian 32 or should I install Linux Ubuntu 20.04.3 and then the PB Ubuntu version?
For PureBasic the first thing to know is what processor type you have - Intel or ARM? I believe either is possible for Chromebooks. Then choose the relevant PureBasic edition - for Intel (or AMD) either of the Ubuntu Linux downloads should install, or for ARM you would need to try the one for Raspberry PI OS (arm64). Someone else here might have a more expert opinion though!
Re: Install on Chromebook
Thanks for that deeproot.
I was thinking similar to that and sticking with the installed Debian11 which loads in a virtual window. I don't want to remove Chrome and replace it with Linux. I tend to think that if Linux 64bit needs 2GHz then 1.1GHz won't be so good. Out of interest it is an Intel Celeron twin core on my Chromebook.
Since my post I've tried to unpack the 32Bit Debian PureBasic but it still falls over (I tried a few weeks ago and failed)
I've moved to the folder where the tgz is and then I'm using
tar -xvzf PureBasic_Linux__X86_LTS_6.03_(a6mhtc).tgz which falls over with
-bash : syntax error unexpected token "("
So that's the end of that idea.
I was thinking similar to that and sticking with the installed Debian11 which loads in a virtual window. I don't want to remove Chrome and replace it with Linux. I tend to think that if Linux 64bit needs 2GHz then 1.1GHz won't be so good. Out of interest it is an Intel Celeron twin core on my Chromebook.
Since my post I've tried to unpack the 32Bit Debian PureBasic but it still falls over (I tried a few weeks ago and failed)
I've moved to the folder where the tgz is and then I'm using
tar -xvzf PureBasic_Linux__X86_LTS_6.03_(a6mhtc).tgz which falls over with
-bash : syntax error unexpected token "("
So that's the end of that idea.
If it's falling over......just remember the computer is never wrong!
- StarBootics
- Addict
- Posts: 1006
- Joined: Sun Jul 07, 2013 11:35 am
- Location: Canada
Re: Install on Chromebook
My computer is running under Debian 12 x64 and I'm using purebasic for Ubuntu 18.04 x64 if I recall correctly without any issues.
You should be able to do the same with your Chromebook.
Best regards
StarBootics
You should be able to do the same with your Chromebook.
Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
Re: Install on Chromebook
The Linux Development Environment on Chromebooks is Debian based. My holdup for installing PB is my Chromebook is an ARM.
Best wishes to the PB community. Thank you for the memories. 
Re: Install on Chromebook
PB supports arm linux, just get the raspberry package
Re: Install on Chromebook
On a 64bit OS with linux, you need 64 bit PB.
Since chromebook is not chromebook, you should post the output of
Then it is clear which cpu is used.
Since chromebook is not chromebook, you should post the output of
Code: Select all
uname -a