answersLogoWhite

0

Kid Pix is a Windows program. To even attempt to run it in Ubuntu, you must install Wine. To install wine, enter the following into a terminal:

sudo apt-get install wine

After it is installed, you can try to run the program by using the following command

wine program.exe

substituting the name of the program file in.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you open the terminal in ubuntu 8.04?

press ALT+F2 and type "gnome-terminal" without the quotes or go to Applications->Accesories->Terminal. Gud Luck with using Ubuntu.


How do you mount with power ISO on ubuntu 11.10?

I would recommend using GMountISO instead of Power ISO. It is very simple. To install it, go to the terminal and type: sudo apt-get install GMountISO


How do you create a folder by using terminal in ubuntu?

mkdir directory-name


Where do you find java for ubuntu?

You can install it using Synaptic. Or, from the terminal:sudo apt-get install sun-java6-jre


How To Install Ubuntu MATE on a Raspberry Pi 4 400 Guide?

In this video, we are going to show you how to install Ubuntu MATE on a Raspberry Pi 4. Ubuntu MATE is a lightweight Linux distribution that is popular for its ease of use and good performance. Ubuntu MATE is a good option for users who want to use a minimal distribution.This video is full of tips and instructions on how to install Ubuntu MATE on a Raspberry Pi 4. We will show you how to install Ubuntu MATE on a USB drive, on a SD card, and we will even show you how to install Ubuntu MATE on a Raspberry Pi 4 using a bootloader. so that you can start using Ubuntu MATE right away! Watch Tutorial Video youtu.be/pfvq0tN3iYA


When you install ubuntu on windows using vmware how can you access other drives that belong to windows but not to the ubuntu?

You must set them up as shared drives in Windows. Then you can browse them in Ubuntu as a Samba share.


How do you install ubuntu with xp win?

You could make a separate partition for Ubuntu, so creating a dual-boot. Or try the easiest method of using WUBI to install Ubuntu as a Windows file. This allows you to use Ubuntu without affecting XP or the hard-drive. Type WUBI in a browser and follow the instructions.


Are there any computers that has support for installing Ubuntu?

You can install Ubuntu easily on most PCs using their CD.


How to test a hard drive?

You can test the speed of your hard drive using HD Parm. Install hdparm package in Ubuntu. Click Applications -> Accessories -> Terminal and enter "sudo hdparm -Tt /dev/sda" to test your hard drive.


Can you install ubuntu on a computer without internet?

Yes absolutely one can install Ubuntu or any other OS without internet connection. Of course you have to have the Ubuntu .iso image file handy. You can install it using USB stick with universal USB installer or from the hard disk you have downloaded to. But the latest updates won't be installed without internet.


How do you install sims deluxe edition with out using a dic to install it with?

Firstly i think you mean disc not "dic" and secondly you can't.


Where is command-line ubuntu?

You have two command-line options is ubuntu: 1) terminal emulator in a fancy window or 2) the old school virtual terminal. 1) the terminal emulator is a normal window on your desktop that you type commands into. To open it in ubuntu 13.04, just type "terminal" into the search bar (hit ubuntu symbol in top left corner to get it) and click on the terminal icon. 2) The old school version has the advantage of not running in the current graphical desktop, useful if the desktop dies or you want to remove distraction. You normal have 7 virtual terminal at startup. They can be accessed using the key combo "ctrl-alt-Fx" where x is a number 1-6. The 7th virtual terminal is running you graphical desktop, this can be re-accessed by type alt-ctrl-F7 from any virtual terminal. For beginners I suggest using 1. For people who want a true terminal experience, use 2.