Archives For jimingkui

This quick tutorial is going to show you how to install the latest TeXstudio, a full featured LaTeX editor, in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04 via PPA.

The latest release so far is TeXstudio 2.12.8. It’s the first release after moved the development to Github.

The developer offers a PPA repository with the latest packages for all current Ubuntu releases. You can do following steps to add the repository and install the latest TeXstudio.

1. Open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:sunderme/texstudio

Input your password (no visual feedback while typing due to security reason) when it prompts and hit enter.

2. Then you can upgrade the LaTeX editor via Software Updater if an old version was installed.

or run commands one by one in terminal to install (or upgrade) the software:

sudo apt-get update

sudo apt-get install texstudio

Uninstall:

To remove the editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And launch Software & Updates and navigate to Other Software tab to remove PPAs.

Android Studio IDE 3.1 was released a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04 easily via Snap package.

Android Studio 3.1 introduced a C++ performance profiler for trying to analyze CPU bottlenecks in application code. It also adds lint checks for the Kotlin programming language, SQL code completion support, D8 is now the default Dex compiler, a new build output window, and other enhancements.

The community has built the IDE into snap, the universal Linux package format, that can be easily installed on all current Ubuntu releases.

1. For Ubuntu 14.04 and Ubuntu 16.04 users never installed a snap package, you need to install the snapd daemon while it’s not shipped by default in the two LTS.

Open terminal either via Ctrl+Alt+T or by searching ‘terminal’ from app launcher. When it opens, run command:

sudo apt-get install snapd snapd-xdg-open

2. Then launch Ubuntu Software, search for and install Android Studio.

For those who prefer command console, run command in terminal to install the snap:

snap install android-studio --classic

Once installed, launch the Android IDE from your application launcher (log out and log in back if you don’t see the app icon) and enjoy!

The first major update of Jetbrains’ Java IDE in 2018, IntelliJ IDEA 2018.1, was released a day ago.

IntelliJ IDEA 2018.1 brings with it significant improvements to supported languages, frameworks, version control tools, debugger, compiler, and editor. See the announcement for details.

Install IntelliJ IDEA 2018.1 in Ubuntu:

Jetbrains offers official snap packages for Ubuntu Linux users. You can install it in Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04 via following steps.

1. (Ubuntu 16.04 only) For those who never installed a snap package, open terminal (Ctrl+Alt+T) and run command to install snapd daemon:

sudo apt-get install snapd snapd-xdg-open

No visual feedback while typing your password due to security reason.

2. Then you can search for and install PyCharm via Ubuntu Software:

Or run command in terminal instead to install the IDE:

snap install intellij-idea-community --classic

For the ultimate edition, replace intellij-idea-community with intellij-idea-ultimate in the code.

The first release of PyCharm python IDE 2018 was announced earlier today with great new features.

PyCharm 2018.1 release highlights:

  • Data scientists can now define code cells in their files, and choose exactly which parts to execute. No more need to re-import your data every time you finetune your analysis!
  • Do you run Python code on remote machines? Configuring an SSH remote Python interpreter is now easier than ever.
  • Even though Python 3.7 isn’t out yet, PyCharm 2018.1 already fully supports developing Python 3.7 code.
  • Those of you who take pride in having precise commits will be pleased to hear that you can now choose which chunks of files to include in your git commits.
  • PyCharm is the Python IDE that knows your code, and PyCharm 2018.1 knows Python code better than ever with new code intelligence features.
  • Docker Compose file format 3.3 and later are now supported. Also, performance of Docker Compose interpreters has improved significantly.

How to Install PyCharm 2018.1 in Ubuntu:

Jetbrains offers official snap packages for Ubuntu Linux users. You can install it in Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04 via following steps.

1. (Ubuntu 16.04 only) For those who never installed a snap package, open terminal (Ctrl+Alt+T) and run command to install snapd daemon:

sudo apt-get install snapd snapd-xdg-open

No visual feedback while typing your password due to security reason.

2. Then you can search for and install PyCharm via Ubuntu Software:

Or run command in terminal instead to install the IDE:

snap install pycharm-community --classic

For professional, replace pycharm-community with pycharm-professional in the code.

Free and open source music composition and notation software, MuseScore 2.2.0, was released earlier today.

MuseScore 2.2.0 comes with new features and tons of bug fixes:

  • New MuseScore_General.sf3 soundfont
  • Option to select the MIDI Output
  • Built-in MP3 support for Windows (finding and installing third-party DLL no longer necessary)
  • Add search field to template chooser in New Score Wizard
  • Option to select whether to “Play repeats” for jump elements (D.S. al Coda, etc.)
  • Selected notes are highlighted on the piano keyboard
  • Select / More: ability to distinguish same pitch on a specific string in tablature
  • All elements are now selectable by voice
  • Copy and paste of multiple fretboards
  • Fretboards can be added to chord symbols
  • See release note for more details.

How to Install MuseScore 2.2.0 in Ubuntu:

The single executable Appimage files to run MuseScore in Linux are available for download:

32-bit Appimage

64-bit Appimage

ARM-architectures

Download the appimage, make it executable and run the file to launch the free scorewriter:

MuseScore is also available as Snap, version 2.2 will be available in a few days, which can be easily installed via Ubuntu Software Center (See HERE for details).

Free and open-source planetarium software Stellarium 0.18.0 was released last night. The new release added support for Hierarchical Progressive Surveys (HiPS).

Changes in Stellarium 0.18.0 include:

  • Added support Hierarchical Progressive Surveys [HiPS] (Hello visualization of multiwavelength universe in the Stellarium)
  • Added patches for TeXLive
  • Added Dnoces star name
  • Added computation of solar eclipse magnitude and solar eclipse obscuration on Earth (special case)
  • Added option to allow adding some sky background color
  • Added Moon age computation
  • Added “Western (O.Hlad)” sky culture
  • Added support common names of pulsars
  • Added some DSO images
  • Added calculation of synodic period
  • Added AstroCalc/Monthly Elevation tool
  • Added optional Sun, Moon, Astronomical Twilight and Nautical Twilight lines for AstroCalc/AltVsTime tool
  • Added Battlesteads Observatory into locations list
  • Added a special case of computations (lunar eclipse) into AstroCalc/Phenomena tool
  • Added two new signals to manage wide dates changes with various steps – by months and years
  • Added tools for select color of planetary labels and trails
  • Added option to suppress drawing large halo around bright stars.
  • Added Tesla Roadster orbital elements
  • Added config options for font size of cardinal points
  • Added visualization of civil twilight line in AstroCalc/AltVsTime tool
  • Added ‘Artificial objects’ into Search/Lists tool
  • Added feature to store and retrieve selected HiPS
  • Added bottom bar GUI button for HiPS display
  • Updated and extended AstroCalc tool
  • Added support a Hickson Compact Group collection
  • Updated code and data, and fixed various bugs.

How to Install Stellarium 0.18.0 in Ubuntu:

The developers maintain a stable PPA repository that contains the latest Stellarium packages for Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04.

1. Open terminal either via Ctrl+Alt+T or by searching ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:stellarium/stellarium-releases

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then upgrade Stellarium from an existing release with Software Updater utility:

Or run following commands to install the software for the first time:

sudo apt-get update

sudo apt-get install stellarium

Uninstall:

To remove the software, either use your system package manager or run command:

sudo apt-get remove --autoremove stellarium

And remove the PPA via “Software & Updates” utility under Other Software tab.

Open source Raw image processor RawTherapee 5.4 was released a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, and derivatives.

New features in RawTherapee 5.4 include:

  • New default processing profiles, now the default look for raw photos closely matches the out-of-camera look with regard to tones and includes lens distortion and vignetting correction.
  • New histogram matching tool, to have RawTherapee automatically adjust the image for you to match the out-of-camera look with a single click of a button.
  • New HDR Tone Mapping tool to compress the light in scenes with a high dynamic range, allowing you to show details in both shadows and highlights in a realistic way.
  • New Local Contrast tool to boost clarity using a simple interface.
  • New color toning method L*a*b* Color Correction Grid.
  • New RCD demosaicing algorithm to minimize artifacts even with artificial lighting and strong chromatic aberration.
  • New thumbnail overlay icons in the File Browser and Filmstrip to help you distinguish normal images from HDR and Pixel Shift ones.
  • Added support for showing out-of-gamut areas based on the output profile.
  • Added support for reading and writing metadata and ICC profiles to and from PNG images.
  • Added support for processing Sony Pixel Shift ARQ raw files – make sure that the ARQ extension is enabled in Preferences > File Browser > Parsed Extensions.
  • Create Sony ARQ raw files using https://github.com/agriggio/make_arq
  • Added support for saving 32-bit floating-point TIFFs clamped to [0;1].
  • Added profiled chromatic aberration correction support using Lensfun.
  • More tools now have an on/off switch.
  • The user interface is cleaner, with all power-house tools moved into a new “Advanced” tab to prevent slider-shock to newcomers.
  • The Metadata tab now lets you choose whether you want to copy metadata unchanged, edit metadata or strip metadata when saving images. Now you can also make metadata changes in batch mode.
  • The choice of whether the main histogram should display information using the working profile or the output profile is now available from the Editor tab’s top toolbar.
  • The Crop tool’s aspect ratio now defaults to that of the image, and RawTherapee automatically zooms-to-fit the crop once it’s placed.
  • RGB input-type ICC profiles can now be used as output profiles.
  • The saved reference image for profiling (created from within the Color Management tool) now contains metadata.
  • PNG and compressed TIFF images make use of better compression.
  • Shortcut key changes: Zoom-to-fit the crop using “f”, fit the whole image using “Alt+f”.

How to Install RawTherapee 5.4 in Ubuntu:

For Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, and derivatives, the new release is available via this PPA repository.

1. Open terminal either via Ctrl+Alt+T or by searching for “Terminal” from app launcher. When it opens, run command:

sudo add-apt-repository ppa:dhor/myway

Input your password (no visual feedback when typing) when it prompts and hit Enter to add the PPA.

2. After that, upgrade the software via Software Updater if a previous version was installed:

The upgrading process may be kept back if you were installing it from Ubuntu Software App.

A workaround is simply running following commands instead to install or upgrade RawTherapee:

sudo apt-get update

sudo apt-get install rawtherapee

How to Remove:

To uninstall the free raw developer, run command in terminal:

sudo apt-get remove --autoremove rawtherapee

And remove the PPA via “Software & Updates” utility under Other Software tab, by removing the line says “http://ppa.launchpad.net/dhor/myway/ubuntu”.

Opera web browser reached the new stable 52 release a day ago with ad blocker improvements, cool new animations and more.

Opera 52 release highlights:

  • Faster page loading with improved ad blocker.
  • Select multiple tabs by holding down Ctrl while clicking on each desired tab
  • New tabs’ context menu option: Copy page address(es)
  • Tabs can be closed by holding Alt while clicking it.
  • New error page animations.
  • See the release note for more.

How to Install Opera 52 in Ubuntu:

The opera website offers official .deb binaries for Ubuntu Linux, available for download at the link below:

If you have a previous release installed, and enabled the official Opera Linux repository, upgrade it via Software Updater:

To manually add the Opera for Linux repository, open terminal via Ctrl+Alt+T or from app launcher, when it opens, run commands:

1. Add the opera repository:

sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'

2. Get the key:

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -

Finally either install Opera via your system package manager or upgrade the browser via Software Updater.

SMPlayer 18.3, a new monthly release of the Mplayer / MPV front-end, was released a few hours ago.

SMPlayer is a small release with only following changes:

  • Possibility to search for subtitles using the hash and filename methods at the same time.
  • Fix a bug which prevented to play some YouTube URLs.

How to Install SMPlayer 18.3 in Ubuntu:

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, and derivatives, do following steps to install or upgrade SMPlayer via its PPA repository.

1. Search for and launch “terminal” from application launcher. When it opens, run command:

sudo add-apt-repository ppa:rvm/smplayer

Input your password (no visual feedback while typing) when it asks and hit Enter.

2. Then upgrade SMPlayer using Software Updater (or Update Manager):

or run commands in terminal to install (or upgrade) the media player:

sudo apt-get update

sudo apt-get install smplayer smtube smplayer-themes

Uninstall:

To remove SMPlayer, run command in terminal:

sudo apt-get remove --autoremove smplayer smtube smplayer-*

And remove the PPA via “Software & Updates” utility under Other Software tab.

OBS Studio, free and open-source live streaming and screen recording software, reached 21.1 release a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04, and/or Ubuntu 14.04.

Changes OBS Studio 21.1 include:

  • Updated the Browser source to Chromium 63 with a few fixes and APNG (animated PNG) image files support.
  • Dockable windows can now be nested.
  • Updated the program to use the latest Microsoft development toolchain (Visual Studio 2017) for the Windows version.
  • Changed log file uploading to hastebin (for now) instead of anonymous github gists due to github removing anonymous gist support.
  • Fixed an issue where the AMD encoder wouldn’t show up for some people since 21.0.
  • And various other fixes. See the release page.

How to Install OBS Studio 21.1 in Ubuntu:

The software has a Ubuntu PPA contains the latest packages for all current Ubuntu releases.

1. Open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:obsproject/obs-studio

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. For Ubuntu 14.04 you also need to run command to another PPA for FFmpeg library:

sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next

3. Now you can install OBS-Studio via Synaptic package manager, upgrade the software from an existing release via Software Updater, or simply run commands one by one:

sudo apt-get update

sudo apt-get install obs-studio

Once installed, launch the software from Unity Launcher, Gnome Launcher, or other app launcher and enjoy!

Uninstall:

To remove the software, either use Synaptic package manager or run command in terminal:

sudo apt-get remove --autoremove obs-studio

To remove PPA repositories, launch Software & Updates and navigate to ‘Other Software’ tab.