Hellos. I very new to anything linux / working with OSs, and wanted to change from chromeOS to linux (specifically the pop!_OS distro) as a way to get myself into it. I only have access to a Chromebook and no other non-mobile devices so I’ve been looking for alternatives to anything needing a second device. My device is too old to download Chromebook Recovery Utility (wasn’t already installed) (Was the first thing I tried TvT).
My device also doesn’t seem to have an option for Linux apps? I looked at a few guides that needed to enable ADB through the settings but I couldn’t do anything as it’s just not there for me. It only says [developers>linux development environment>[manage shared files;manage USB devices;backup & restore;port forwarding]]. Nothing about apps or ADB itself.
My only option left seems to be to do everything through the terminal. I found a post on Reddit with these commands(to be used in order) to instal ADB and create the boot using APKs but I ran into errors there too (This is also the farthest I’ve gotten),
[sudo apt update -y], [sudo apt upgrade -y],[ sudo apt install adb -y], [adb connect arc]
I used the first command and it started working fine but when it got to [unpacking libflac8…..] it says,
[dpkg: error processing archive… unable to install new version of ‘/use/share/doc/libface8/changelog.debian.gz’ : no such file or directory]
After it’s just [dpkg: error while cleaning up…] and [dpkg: error processing archive…]. When it stopped it said
[ E: subprocess /use/bin/dpkg returned error code (2)
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - pkgDPkg: :go (30: Read-only file system) ]
My goal is to follow MrCromebox’s guide but I’m kinda at a loss as I can’t do Anything without this usb and I’m nearing the end of my rope for today. Could really use some help TvT.