Apt-Get Packages: Difference between revisions

From Dev Wiki
Jump to navigation Jump to search
(Create page)
 
(Add VirtualBox)
Line 1: Line 1:
This page lists the '''apt-get''' commands to install various packages.<br>
This page lists the '''apt-get''' commands to install various packages.<br>
For general information about '''apt-get''' usage, see [[Apt-Get]].
For general information about '''apt-get''' usage, see [[Apt-Get]].
== VirtualBox ==
Since this seems to be updated frequently, see [https://www.virtualbox.org/wiki/Linux_Downloads] for up to date details.


== IDEs ==
== IDEs ==

Revision as of 18:44, 22 March 2020

This page lists the apt-get commands to install various packages.
For general information about apt-get usage, see Apt-Get.

VirtualBox

Since this seems to be updated frequently, see [1] for up to date details.

IDEs

Pycharm

First install umake:

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make

Then install your desired version:

  • Community
umake ide pycharm
  • Professional
umake ide pycharm-professional