Build a creator-specific Ubuntukylin version

Source: Internet
Author: User
Tags gpg openscad

Recently do some things, use a lot of tools, sometimes the virtual machine problems need to reload, consume a lot of time. Some of the previous versions are not very compatible, put into a number of virtual machines, but it is still inconvenient to use, resulting in an idea, a variety of commonly used tools in the mortgage version, do a dedicated operating system version. Use UbuntuKylin15.04 to open dry immediately.

All the software involved is open source software, including two-dimensional design, three-dimensional design, 3D printing, GIS, robot operating system and so on. The installation process is as follows (the project is vast, step-by-step verification, encountered problems will be recorded in the strategy for your reference):

1, Inkscape

#2D design====================================
#Inkscape, https://inkscape.org
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get install Inkscape

#GIMP, http://www.gimp.org/
sudo apt-get install GIMP

#DarkTable

#3D design====================================
#OpenSCAD, http://www.openscad.org/
sudo add-apt-repository ppa:openscad/releases
sudo apt-get install Openscad
#Blender, www.blender.org
wget http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.75/blender-2.75a-linux-glibc211-x86_64.tar.bz2

#Cura, Https://ultimaker.com/en/products/cura-software
#https://ultimaker.com/en/cura-software/list


#QGIS, www.qgis.org
sudo apt-get install bison cmake doxygen flex git graphviz grass-dev
Libexpat1-dev Libfcgi-dev Libgdal-dev Libgeos-dev Libgsl0-dev
Libopenscenegraph-dev Libosgearth-dev Libpq-dev Libproj-dev
Libqscintilla2-dev Libqt4-dev Libqt4-opengl-dev Libqt4-sql-sqlite
Libqtwebkit-dev Libqwt5-qt4-dev Libspatialindex-dev Libspatialite-dev
Libsqlite3-dev lighttpd locales pkg-config poppler-utils pyqt4-dev-tools python-all python-all-dev python-pyspatialite Python-qscintilla2
Python-qt4 Python-qt4-dev Python-sip Python-sip-dev qt4-doc-html
spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base
Xfonts-scalable Xvfb Cmake-curses-gui

#sudo gedit/etc/apt/sources.list
#编辑软件源列表, and then add the following two lines:
sudo add-apt-repository ' deb Http://qgis.org/debian Vivid main '
sudo add-apt-repository ' deb-src http://qgis.org/debian Vivid main '
sudo add-apt-repository ' deb Http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu Vivid main '
#注意: Vivid is the Ubuntu15.04 version number code, if it is other, it needs to be modified accordingly.
#然后, add the source authentication code:
GPG--keyserver keyserver.ubuntu.com--recv dd45f6c3
GPG--export--armor dd45f6c3 | sudo apt-key add-
#最后, perform the installation operation.
sudo apt-get update
sudo apt-get install Qgis Python-qgis qgis-plugin-grass
#大功告成, go to the console, run it.
#qgis

#ROS, www.ros.org
#加入软件源到系统软件仓库列表
sudo sh-c ' echo ' Deb Http://packages.ros.org/ros/ubuntu $ (LSB_RELEASE-SC) main ">/etc/apt/sources.list.d/ Ros-latest.list '

#加入软件仓库的认证码
sudo apt-key adv--keyserver hkp://pool.sks-keyservers.net--recv-key 0xb01fa116
#执行软件仓库列表更新
sudo apt-get update
#安装全部桌面应用软件
sudo apt-get install Ros-jade-desktop-full
#安装依赖的软件部件
sudo rosdep init
ROSDEP Update
echo "Source/opt/ros/jade/setup.bash" >> ~/.BASHRC
SOURCE ~/.BASHRC
sudo apt-get install Python-rosinstall

#Programming.
#QT
#Anduino

#ESP8266
#Android

Build a creator-specific Ubuntukylin version

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.