-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.sh
More file actions
57 lines (45 loc) · 1.17 KB
/
script.sh
File metadata and controls
57 lines (45 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/sh
### Command Line: Bash/Terminal ###
sudo apt-get install xsel
sudo apt-get install snapd
sudo apt-get install ncdu
sudo apt-get install curl
sudo apt-get install git
sudo apt-get install python3-pip
sudo apt-get install python3-tk
sudo apt-get install rar
sudo apt-get install unrar
sudo apt-get install ffmpeg
### Accessories ###
sudo apt-get install pluma
sudo apt-get install gnome-clocks
### Education ###
sudo apt-get install kwordquiz
### Graphics ###
sudo apt-get install shutter
sudo apt-get install gpick
sudo apt-get install kruler
### Games ###
# The old DOS Game: Prince of Persia
sudo snap install sdlpop
### Office ###
# Ghostwriter
sudo add-apt-repository ppa:wereturtle/ppa
sudo apt update
sudo apt-get install ghostwriter
#
sudo apt-get install pdfarranger
### Sound & Video ###
sudo apt-get install soundconverter
sudo apt-get install audacious
sudo apt-get install pavucontrol
sudo apt-get install vlc
sudo apt-get install vokoscreen-ng
sudo apt-get install audacity
### Internet ###
sudo apt-get install qbittorrent
### System Tools ###
sudo apt-get install psensor
### Programming ###
sudo apt-get install meld
sudo snap install pycharm-community --classic