Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theorygroup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dirk Sarpe
theorygroup
Commits
7c218edc
Commit
7c218edc
authored
10 years ago
by
Dirk Sarpe
Browse files
Options
Downloads
Patches
Plain Diff
install additional software
parent
709d0bf7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
additional_software.sh
+27
-0
27 additions, 0 deletions
additional_software.sh
with
27 additions
and
0 deletions
additional_software.sh
0 → 100644
+
27
−
0
View file @
7c218edc
#!/bin/bash
# script to install software for theory group
# root check
if
[
$(
id
-u
)
!=
0
]
;
then
echo
'Needs to be run as root'
;
exit
fi
# R from marutter and RStudio
add-apt-repository ppa:marutter/c2d4u
aptitude update
r-base r-base-dev r-recommended
wget http://download1.rstudio.org/rstudio-0.98.1091-amd64.deb
dpkg
-i
rstudio-0.98.1091-amd64.deb
apt-get
-f
-y
install
# additional software
aptitude
install
-y
synaptic wine codeblocks gsl-bin gsl-ref-html libc++1 libc++-dev inkscape freemind science-typesetting lyx kile texlive-science texlive-fonts-recommended texlive-lang-german texlive-lang-english texlive-extra-utils
pdfsam gimp recoll kazam xul-ext-lightning geany libvte9 pidgin pidgin-otr pidgin-encryption
# zotero
add-apt-repository ppa:smathot/cogscinl
aptitude update
aptitude
install
-y
zotero-standalone
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment