dnschneid / crouton

Chromium OS Universal Chroot Environment
https://goo.gl/fd3zc?si=1
BSD 3-Clause "New" or "Revised" License
8.57k stars 1.24k forks source link

how do i get the xiwi, xorg, and extension targets if i have already installed the easy way and cant reinstall the othe way #4775

Open dvmaf opened 2 years ago

dvmaf commented 2 years ago
Please paste the output of the following command here: sudo edit-chroot -all

Please describe your issue:

If known, describe the steps to reproduce the issue:

dvmaf commented 2 years ago

i installed crouton the easy way because i was loosing my patience with the other way. And then i got to a point where i needed to use the xiwi target and i realized i was screwed. how do i add these targets into the already installed method? i need the xiwi target but cant redo everything.

DennisLfromGA commented 2 years ago

@theIQsniper,

You can update your existing chroot(s) to add any target after the fact by using crouton's '-u' option.

You didn't show us the output of sudo edit-chroot -all so we don't know what your chroot name is nor what targets you've already installed but, for simplification, I'll assume you have the default 'xenial' distro installed.

This would be the command to use to install the 'xiwi' xmethod target in your chroot:

If your chroot has a different name then use it instead.

When adding the 'xiwi' xmethod you'll also need to install the 'crouton integration' extension from here.

Hope this helps, -DennisLfromGA

dvmaf commented 2 years ago

thank you! and yes that is the name. I have used linux/linux based oses before but i just dont have much experience and this is the first time in a long time i have used it.