个人工具

UbuntuHelp:UbuntuStudio/FAQ

来自Ubuntu中文

跳转至: 导航, 搜索

Frequently asked questions about Ubuntu Studio.

Installation

  • How do I install Ubuntu Studio?
  • Follow the Installation Guide.
  • Can I install Ubuntu Studio onto an existing Ubuntu installation?
  • Yes, follow this guide.

'What is the difference between Ubuntu Studio and Ubuntu?'

Hardware

  • Does `xyz` piece of hardware work with Ubuntu Studio?
  • For audio hardware go to the ALSA Project Documentation and select your sound card/interface manufacturer from the drop down list and click go to see the support for that device. If your device is not specifically listed on the site it still may be supported if it is based off of a chipset that already supported under ALSA.
  • For all other pieces of hardware, check for various Hardware Compatibility Lists, such as:
  • Hardware Support
  • Linux Compatible

Software

  • What software is included in Ubuntu Studio?
  • A list of software included in Ubuntu Studio can be found here: Package List
  • Why isn't software `xyz` included in Ubuntu Studio?
  • This can be for many reasons, including:
  • There currently does not exist a Debian/Ubuntu package for that piece of software.
  • There is no maintainer for the package.
  • There are license issues restricting the software from being included.
  • The application isn't stable or mature enough for inclusion.

If it is either of the first two, feel free to help out by packaging the software and maintaining it. Find out how. If none of the above seem to apply, feel free to add it to the list at UbuntuStudio/Wishlist

Removal

  • How can I safely remove Ubuntu Studio and return to "vanilla" Ubuntu?
  • Ubuntu studio is a series of packages and can be removed from the command line using apt-get using three lines of code:
  • 1) sudo apt-get install ubuntu-desktop
  • 2) sudo apt-get purge ubuntustudio-desktop
  • 3) sudo apt-get --purge autoremove
  • This will replace the Ubuntu Studio desktop with the "vanilla" Ubuntu desktop, and then remove the Ubuntu Studio desktop packages.

Development

  • When is the next version coming out?
  • Ubuntu Studio follows the same release cycle as Ubuntu.

How Can I Help?

  • How to help - a good write up about different ways to help with Ubuntu Studio