How to Install Linux Apps on ChromeOS

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ค. 2023
  • In this video, I show you how to install Linux apps on ChromeOS. I go over installation of traditional Debian packages, as well as Flatpaks. Unfortunately I was unable to get Snaps to install.
    Links:
    ChromeOS Quick Setup - Flatpak: flatpak.org/setup/Chrome%20OS
    APT Commands:
    Search for packages: apt search [query] (example: apt search firefox)
    Install packages: sudo apt install [package name] (example: sudo apt install firefox-esr)
    Remove packages: sudo apt remove [package name] (example: sudo apt remove firefox-esr)
    Commands to Install Flatpak:
    vmc start termina
    lxc config set penguin security.nesting true
    exit
    vmc stop termina
    sudo apt install flatpak
    flatpak --user remote-add --if-not-exists flathub flathub.org/repo/flathub.flat...
    Flatpak Commands:
    Search for packages: flatpak search [query] (example: flatpak search vs code)
    Install packages: flatpak install [application ID] (example: flatpak install com.visualstudio.code)
    Remove packages: flatpak remove [application ID] (example: flatpak remove com.visualstudio.code)
    Join this channel to get access to perks:
    th-cam.com/users/drewhowdentec...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 11

  • @jankempynck3745
    @jankempynck3745 10 หลายเดือนก่อน +3

    Thank you for this very clear explanation

  • @stefanzaric-rq1oi
    @stefanzaric-rq1oi 2 หลายเดือนก่อน

    what should i must do firefox works thank you cna yuou help me with this

    • @DrewHowdenTech
      @DrewHowdenTech  2 หลายเดือนก่อน +1

      What are you having trouble with?

    • @thenaveeds1981
      @thenaveeds1981 หลายเดือนก่อน

      @@DrewHowdenTech this guy is one of those 4 year olds not understanding how to spell.

  • @thenaveeds1981
    @thenaveeds1981 หลายเดือนก่อน

    i could find the file that i wanted to install, how to fix?
    it said this:
    E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
    E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
    Even downloading it directly from the files app does not work. PLEASE FIX THIS!!!!!!!!!!!!

    • @DrewHowdenTech
      @DrewHowdenTech  หลายเดือนก่อน +1

      Did you type "sudo" before the apt command?

    • @thenaveeds1981
      @thenaveeds1981 หลายเดือนก่อน

      @@DrewHowdenTech no

    • @thenaveeds1981
      @thenaveeds1981 หลายเดือนก่อน

      @@DrewHowdenTech do i need to?

    • @thenaveeds1981
      @thenaveeds1981 หลายเดือนก่อน

      @@DrewHowdenTech ok now i did it says E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

    • @DrewHowdenTech
      @DrewHowdenTech  หลายเดือนก่อน

      Yes you do.
      Run the command that it’s giving you.