> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Install Open Source DJ Software Mixxx Version 2.0 In Ubuntu
- URL: https://itsfoss.com/dj-mixxx-2/
- Published: 2016-01-10T20:33:41.000Z
- Updated: 2023-01-11T09:56:16.000Z
- Author: Abhishek Prakash
- Tags: Linux, Open Source, Ubuntu, #Import 2022-12-26 08:27

[![DJ Software Mixxx 2.0](https://itsfoss.com/content/images/wordpress/2016/01/DJ-Software-Mixxx-2-Released.jpg)](https://itsfoss.com/content/images/wordpress/2016/01/DJ-Software-Mixxx-2-Released.jpg)

After three years, Open Source DJ mixing software [Mixxx](http://mixxx.org/?ref=itsfoss.com) sees a major release in the form of Mixxx version 2.0.

Mixxx is a cross-platform, free and open source DJ mixing software that provides almost all the features you would need for creating your own mixes. Used by professionals and amateurs alike, Mixxx has been a hot favorite for several years.

In Mixxx you can use your iTunes library. Its powerful mixing engine supports a number of file format. Over 85 MIDI DJ controllers are supported out-of-the-box along with several HID controllers. There is an Auto DJ option as well to give you a break from mixing.

Complete features of Mixxx can be found [here](http://mixxx.org/features/?ref=itsfoss.com). But before that, let’s see what is new in the latest release.

### What’s new in Mixxx 2.0

- Dynamic, Resizable Skins
- 4 Decks with Master Sync
- Built-in Effects
- Harmonic Mixing with Musical Key Detection
- RGB Waveforms
- Four Microphones, Four AUX Inputs, Microphone Ducking
- Vinyl Passthrough
- Cover Art Support
- Core Mixing Engine Improvements
- Upgraded Library
- Improved, Expanded Support for DJ Controllers

You can find the new features of Mixxx 2.0 in details [here](http://mixxx.org/whats-new-in-mixxx-2-0/?ref=itsfoss.com).

### Install Mixxx 2.0 in Ubuntu based Linux distributions

Mixxx provides its own PPA too easily install Mixxx in Ubuntu based Linux distributions such as Linux Mint, elementary OS, Zorin OS etc. The PPA is valid for Ubuntu 12.04, 14.04 and 15.10.

Open a terminal and use the following commands:

```
sudo add-apt-repository ppa:mixxx/mixxx
sudo apt-get update
sudo apt-get install mixxx
```

To uninstall Mixxx, use the following commands:

```
sudo apt-get remove mixxx
sudo add-apt-repository --remove ppa:mixxx/mixxx
```

If you are already using an older version of Mixxx, it will be upgraded soon.

For other Linux distributions, you can install Mixxx from the source code. You can download Mixxx 2.0 source code from the link below:

[Get Mixxx 2.0 Source Code](http://downloads.mixxx.org/mixxx-2.0.0/mixxx-2.0.0-src.tar.gz?ref=itsfoss.com)

Since Mixxx is a cross platform application, you can download it for Windows and Mac OS X as well. You can visit the Mixxx download page to get the installer for other platforms.

[Download Mixxx 2.0](http://mixxx.org/download/?ref=itsfoss.com)