Install on Chromebook

Linux specific forum
User avatar
C87
Enthusiast
Enthusiast
Posts: 178
Joined: Mon Jul 17, 2017 7:22 am
Location: Cotswolds England

Install on Chromebook

Post by C87 »

@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
If it's falling over......just remember the computer is never wrong!
User avatar
deeproot
Enthusiast
Enthusiast
Posts: 284
Joined: Thu Dec 17, 2009 12:00 pm
Location: Llangadog, Wales, UK
Contact:

Re: Install on Chromebook

Post by deeproot »

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?
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!

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!
User avatar
C87
Enthusiast
Enthusiast
Posts: 178
Joined: Mon Jul 17, 2017 7:22 am
Location: Cotswolds England

Re: Install on Chromebook

Post by C87 »

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.
If it's falling over......just remember the computer is never wrong!
User avatar
StarBootics
Addict
Addict
Posts: 1006
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: Install on Chromebook

Post by StarBootics »

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
The Stone Age did not end due to a shortage of stones !
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Install on Chromebook

Post by Kuron »

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. ♥️
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Install on Chromebook

Post by Fred »

PB supports arm linux, just get the raspberry package
infratec
Always Here
Always Here
Posts: 7577
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Install on Chromebook

Post by infratec »

On a 64bit OS with linux, you need 64 bit PB.

Since chromebook is not chromebook, you should post the output of

Code: Select all

uname -a
Then it is clear which cpu is used.
Post Reply