Apt-Get Packages

From Dev Wiki
Revision as of 03:02, 23 March 2020 by Brodriguez (talk | contribs) (Add slack)
Jump to navigation Jump to search

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


Slack

Slack is not available directly via apt. However, it can be installed with the following:

sudo apt install snapd
sudo snap install slack --classic


VirtualBox

Since this seems to be updated frequently, see https://www.virtualbox.org/wiki/Linux_Downloads for up to date details. It's recommended to specifically choose the newest version, as the base command seems to generally install an out-of-date version.


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