0

Should I install root on my Linux Chromebook computer.

Someone told me that installing root on Linux terminal can be bad for beginners due to safety. I'm pretty new to using the terminal and operating systems. I want to install root to download modules like pynput or keyboard. Should I go ahead with installing root?

27th Aug 2025, 2:40 AM
Stanley Nguyen
Stanley Nguyen - avatar
2 Risposte
+ 1
Stanley Nguyen you don't need to install or mess with the root ... And you can still create the -venv and install pip -qq install pynput and the keyboard ... Yes, installing or messing around with the root comes with significant risk https://chromeos.dev/en/linux/setup
27th Aug 2025, 4:22 AM
BroFar
BroFar - avatar
+ 1
or use a more modern alternative like uv to manage and run your env and dependencies. https://pypi.org/project/uv/
27th Aug 2025, 5:23 AM
Bob_Li
Bob_Li - avatar