Apt-Get Packages: Difference between revisions
Jump to navigation
Jump to search
Brodriguez (talk | contribs) (Correct command) |
Brodriguez (talk | contribs) (Add install for cifs-utils) |
||
Line 2: | Line 2: | ||
For general information about '''apt-get''' usage, see [[Apt-Get]]. | For general information about '''apt-get''' usage, see [[Apt-Get]]. | ||
== Hard Drive Utils to Mount Windows/Network Shares == | |||
sudo apt install cifs-utils | |||
== Slack == | == Slack == |
Revision as of 07:55, 4 May 2020
This page lists the apt-get commands to install various packages.
For general information about apt-get usage, see Apt-Get.
sudo apt install cifs-utils
Slack
Slack is not available directly via apt. However, it can be installed with the following commands:
sudo apt install snapd sudo snap install slack --classic
Discord
Discord is not available directly via apt. However, it can be installed with the following commands:
sudo apt install snapd sudo snap install discord
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