Installing Wine

Questions about Wine on Linux
Locked
dimoe
Newbie
Newbie
Posts: 1
Joined: Sat Feb 09, 2019 10:31 pm

Installing Wine

Post by dimoe »

Im following the guide here: https://wiki.winehq.org/Building_Biarch ... nstall_LXC and am up to the lxc \art

When I type the code

Code: Select all

sudo lxc-create -t ubuntu -n my32bitbox -- --bindhome $LOGNAME -a i386
I get this returned:

Code: Select all

'debootstrap' command is missing
lxc-create: my32bitbox: lxccontainer.c: create_run_template: 1617 Failed to create container from template
lxc-create: my32bitbox: tools/lxc_create.c: main: 327 Failed to create container my32bitbox
Can someone help me please. Idk what to do.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing Wine

Post by dimesio »

dimoe wrote: I get this returned:

Code: Select all

'debootstrap' command is missing
Try installing debootstrap.
Locked