- MakerBot Replicator 2
- Troubleshooting
- Documentation
- Guides
- Support Videos
- MakerBot Replicator 2X
- Troubleshooting
- Documentation
- Guides
- Support Videos
- MakerBot MakerWare
- Troubleshooting
- Documentation
- Guides
- Support Videos
- MakerBot Replicator
- Troubleshooting
- Documentation
- Unboxing
- The First Run Experience
- Maintenance
- Safety
- Schematics
- MakerWare
- ReplicatorG
- Dual Extrusion
- Firmware
- Guides
- Support Videos
- MakerBot Thing-O-Matic
- Troubleshooting
- Documentation
- Guides
- Support Videos
- MakerBot Cupcake CNC
- Troubleshooting
- Documentation
- Guides
- Support Videos
- ReplicatorG
- Troubleshooting
- Documentation
- Guides
- Support Videos
- Open a Support Ticket
MakerBot MakerWare
MakerBot MakerWare is a program that allows you to easily prepare 3D models for building. The troubleshooting guides and documentation in these pages will orient you and get you back on track if something should go wrong. If you need more help, reach out to us through email at [email protected].
- Troubleshooting
- Troubleshooting
- FAQ
- Documentation
- Usage
- Linux Installation
- Dual Extrusion
- Guides
- 3D Design
- 3D Printing
- Support Videos
- Getting Started
- For “quantal” (Ubuntu 12.10):
- For “precise” (Ubuntu 12.04 LTS):
- For “oneiric” (Ubuntu 11.10):
Documentation
How to Install MakerWare for Ubuntu
MakerWare for Linux is currently available for Ubuntu 11.10 (Oneiric Ocelot), Ubuntu 12.04 LTS (Precise Pangolin) and Ubuntu 12.10 (Quantal Quetzal). The steps below will describe how to install MakerWare for the first time.
If you are using MakerWare 1.1.2 or earlier and updating to MakerWare 2.0 or later, you will also need to follow these steps to update the repository URL. This is a one time change. For future updates to a previously installed version of MakerWare, just run the following two commands:
sudo apt-get update
sudo apt-get upgrade
MakerWare updates should also appear in your Update Manager.
Step 1: Add the MakerBot repository
First, you’ll need to tell Ubuntu about the MakerBot repository where MakerWare and other tools are stored. Open a command-line terminal by pressing “Ctrl-Alt-T” or from your applications menu. Which repository details you provide will depend on which release of Ubuntu you’re using. If you’re not sure which release you’re running, type:
lsb_release -c -s
at the prompt. It will respond with the name of the release you’re currently using.
Once you know which release you’re on, enter one of the following commands.
sudo apt-add-repository 'deb http://downloads.makerbot.com/makerware/ubuntu quantal main'sudo apt-add-repository 'deb http://downloads.makerbot.com/makerware/ubuntu precise main'
sudo apt-add-repository 'deb http://downloads.makerbot.com/makerware/ubuntu oneiric main'
You will be asked for your password. Once you enter it, MakerBot’s repository will be added to the list of repositories.
Step 2: Add the MakerBot signing key
This step is optional, but recommended. By adding the MakerBot signing key, you are telling Ubuntu to trust software signed by MakerBot. If you don’t install this key, you can still install and update MakerBot software. However, every time you do, you will be prompted to confirm the installation or upgrade, and automatic updating tools may not work correctly.
To install the key, first download the public key from our website. You can do this with the following command:
wget http://downloads.makerbot.com/makerware/ubuntu/[email protected]
Once you’ve downloaded the key, add it to your keyring with the command:
sudo apt-key add [email protected]
Step 3: Update software sources
Next, tell Ubuntu to update its list of packages with the apt-get command:
sudo apt-get update
Step 4: Install MakerWare
Now that Ubuntu knows what packages are available, you can install the MakerWare software suite. Type:
sudo apt-get install makerware
If you prefer, you should also be able to install MakerWare from the Ubuntu Software Center.
Step 5: Start MakerWare!
You’re good to go! Start MakerWare from your desktop menu or from the command line by running this command:
makerware
You also have the option of installing the debian packages manually. You can find the oneiric files here, the precise files here and the quantal files here.
To learn more about using MakerWare, or if you're having trouble with anything, get in touch with MakerBot Support.



