Skip to content

Chromebook linux notes

clintolson edited this page Apr 12, 2021 · 2 revisions

find my version - cat /etc/issue (currently debian 10)

update package list - sudo apt-get update

update packages - sudo apt-get upgrade

search packages by keyword - sudo apt-cache search keyword

One way to avoid needing to use sudo with all docker commands is to create the docker group and add your normal user id to it (clintonsolson)

Clone this wiki locally