Installing drumgizmo on Ubuntu 17.04 LTS
Example of installing drumgizmo on Ubuntu 17.04 LTS using the command sudo apt-get install drumgizmo.
Quick installation of drumgizmo:
Step 1: Update system:
sudo apt-get update
Step 2: Install: drumgizmo
Ater updaing the OS run following command to install the packae:
sudo apt-get install drumgizmo
Package Details | |
Package: | drumgizmo |
Version: | 0.9.11-3 |
Maintainer: | Ubuntu Developers |
Home page: | http://www.drumgizmo.org |
Description: | Audio sampler plugin and stand-alone app that simulates a real drum kit DrumGizmo's main aim is to simulate a real drum kit. Features: - Stand-alone application, Lv2 plugin version available - Drum multilayer velocities, allowing for several different hit velocities for each drum - Multichannel output, making it possible to mix it just the way you would a real drumkit - Optional built-in humanizer, analyzing the MIDI notes, adjusting velocities on-the-fly - Mic bleed simulation - Open drumkit file format, allowing to create your own drumkits - Stand-alone MIDI renderer, generating .wav files, 1 for each channel - Stand-alone MIDI input, making it possible to use DrumGizmo as a software sampler for an electronic drumkit . Please note that for using DrumGizmo you will need to download some compatible drum kit audio data made by the community (such as those available at www.drumgizmo.org) or create one yourself with DGEdit (provided in the dgedit package). |
Distro: | Ubuntu 17.04 |
Release: | |
Repo/Section: | universe/sound |
How to install drumgizmo on Ubuntu 17.04?
First of all update your system with the command:
sudo apt-get update
Above command will download the package lists for Ubuntu 17.04 on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If drumgizmo is not installed on your compter then the command 'dpkg -L drumgizmo' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L drumgizmo dpkg-query: package 'drumgizmo' is not installed Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepak-VirtualBox:~$
Installing drumgizmo:
After system update use the following command to install drumgizmo:
sudo apt-get install drumgizmo
Above command will confirm before installing the package on your Ubuntu 17.04 Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
How to uninstall/remove drumgizmo from Ubuntu 17.04?
Now we will see the commands for uninstalling the drumgizmo from Ubuntu 17.04. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the drumgizmo following command is used:
sudo apt-get remove drumgizmo
Following command is used to remove the drumgizmo package along with its dependencies:
sudo apt-get remove --auto-remove drumgizmo
This will remove drumgizmo and all its dependent packages which is no longer needed in the system.
Completely removing drumgizmo with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge drumgizmo
or you can use following command also:
sudo apt-get purge --auto-remove drumgizmo
Above command will remove all the configuration files and data associated with drumgizmo package. You can can't recover the delete data, so, use this command with care.