All Projects → JonasGroeger → Jetbrains Ppa

JonasGroeger / Jetbrains Ppa

Auto-Updating PPA (inofficial) for Jetbrains products.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Jetbrains Ppa

intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (-76%)
Mutual labels:  jetbrains, ide
Mindforger
Thinking notebook and Markdown editor.
Stars: ✭ 1,695 (+1256%)
Mutual labels:  ide, ubuntu
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+26.4%)
Mutual labels:  jetbrains, ide
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-75.2%)
Mutual labels:  jetbrains, ide
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+134.4%)
Mutual labels:  jetbrains, ide
Perl5 Idea
Perl5 plugins for IntelliJ IDEA
Stars: ✭ 343 (+174.4%)
Mutual labels:  jetbrains, ide
Gsonformat
根据Gson库使用的要求,将JSONObject格式的String 解析成实体
Stars: ✭ 3,176 (+2440.8%)
Mutual labels:  jetbrains, ide
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (+1090.4%)
Mutual labels:  jetbrains, ide
Webide
Coding WebIDE Community Edition
Stars: ✭ 1,623 (+1198.4%)
Mutual labels:  ide
Gnome Shell Extension Docker
An extension for managing docker containers
Stars: ✭ 124 (-0.8%)
Mutual labels:  ubuntu
Mesh
Visualise data and edit JavaScript code using a spreadsheet interface.
Stars: ✭ 1,547 (+1137.6%)
Mutual labels:  ide
Asus Fan Control
🌀 Fan control for ASUS devices running Linux.
Stars: ✭ 120 (-4%)
Mutual labels:  ubuntu
Brackets Portable
Windows portable version of adobe brackets web development editor.
Stars: ✭ 124 (-0.8%)
Mutual labels:  ide
Democratic Csi
csi storage for container orchestration systems
Stars: ✭ 120 (-4%)
Mutual labels:  ubuntu
Ffmpeg
Automated scripts for installation of ffmpeg and its most popular libraries from source under Ubuntu and a detailed wiki containing a lot of hints and tricks for ffmpeg.
Stars: ✭ 126 (+0.8%)
Mutual labels:  ubuntu
Ideavim Easymotion
EasyMotion emulation plugin for IdeaVim
Stars: ✭ 121 (-3.2%)
Mutual labels:  jetbrains
Django Init
Project template used at Fueled for scaffolding new Django based projects. 💫
Stars: ✭ 126 (+0.8%)
Mutual labels:  ubuntu
Bing Wallpaper Gnome Extension
GNOME shell extension that sets your desktop wallpaper & lock screen image to Microsoft Bing's Image of the Day.
Stars: ✭ 125 (+0%)
Mutual labels:  ubuntu
Wslu
A collection of utilities for Windows 10 Linux Subsystems
Stars: ✭ 2,020 (+1516%)
Mutual labels:  ubuntu
Awesome Server Side Swift
Swift 服务端开发 Perfect、Vapor资料。
Stars: ✭ 123 (-1.6%)
Mutual labels:  ubuntu

Inofficial Jetbrains PPA

This is the inofficial Jetbrains PPA which you can use to get the latest and greatest products from Jetbrains.

Currently, the following packages are supported and automatically updated using TravisCI.

  • CLion clion
  • DataGrip datagrip
  • GoLand goland
  • IntelliJ IDEA Community intellij-idea-community
  • IntelliJ IDEA Ultimate intellij-idea-ultimate
  • PhpStorm phpstorm
  • PyCharm Community pycharm-community
  • PyCharm Education pycharm-education
  • PyCharm Professional pycharm-professional
  • Rider rider
  • RubyMine rubymine
  • WebStorm webstorm

Usage

To use it, enter the commands below, one by one. They download the correct GPG Key and add this repositories sources to your system sources.

curl -s https://s3.eu-central-1.amazonaws.com/jetbrains-ppa/0xA6E8698A.pub.asc | sudo apt-key add -
echo "deb http://jetbrains-ppa.s3-website.eu-central-1.amazonaws.com bionic main" | sudo tee /etc/apt/sources.list.d/jetbrains-ppa.list > /dev/null
sudo apt-get update

To install for example IntelliJ Idea Ultimate, you can now run

sudo apt-get install intellij-idea-ultimate

If you still have the sources from my Launchpad PPA, please run:

sudo rm -f /etc/apt/sources.list.d/jetbrains.list{,.distUpgrade,.save}

If you have any issues, please create a GitHub issue.

I want another package

If you want a package for another Jetbrains product please create a GitHub issue.

Why not use the official snap packages?

Sure! If you like snap packages, go ahead. However, not all packages contained in this repository are already available as snap packages. And maybe you don't like snaps? :)

Building the packages

To build a package, run the build script with a package folder:

./build-single-deb packages/<package>

To build intellij-idea-ultimate for example use:

./build-single-deb packages/intellij-idea-ultimate

Why this was written

I hate manually downloading, extracting and moving the *.tar.gz from the JetBrains website to get an IDE update. Unfortunately JetBrains does not have a Debian repository.

There are already existing PPAs. However, none have continuous delivery or provide a wide range of JetBrains products.


Maintained by Jonas Gröger. Automatically updated by TravisCI.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].