Skip to content

Commit

Permalink
Install octave.
Browse files Browse the repository at this point in the history
Install octave for desktop, and remove unneeded packages.
  • Loading branch information
ryanlovett committed Sep 27, 2024
1 parent fea2510 commit 1f47776
Showing 1 changed file with 10 additions and 52 deletions.
62 changes: 10 additions & 52 deletions apt.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
less
man
man-db
manpages-posix
Expand All @@ -18,23 +13,8 @@ wget
# Core text editors on a *nix box: vim
vim

# A couple of CLI editors that are easier than vim
# micro # currently not working on 18.04
nano
jed
jed-extra

# powerful terminal-based file manager, better than the one in JLab
mc

# for easily managing multiple repositories with one command (perl-doc
# is needed for its help pages to work)
mr
perl-doc

# Regular build tools for compiling common stuff
build-essential
gfortran

# Dependencies for nbconvert
texlive-xetex
Expand All @@ -48,50 +28,28 @@ lmodern
pandoc
latexdiff

# Some useful git utilities use basic Ruby
ruby

# Other niceties for command-line work and life
ack # powerful grep-like tool
pydf # colorized disk usage
tmux
screen
htop
nnn # cmd line file manager
zsh
rsync
tig # console UI for git
multitail

# For later, these are not available in 18.04
#browsh # text-based web browser, occasionally handy
#dasel # json/yml/csv/etc data wrangling at the terminal
#fzf # fuzzy file finder

## This section adds tools for desktop environment usage
dbus-x11
xfce4
xfce4-panel
xfce4-session
xfce4-settings
xorg
xubuntu-icon-theme
xfce4
xfce4-goodies
xclip
xsel
tigervnc-standalone-server
tigervnc-xorg-extension
firefox
chromium-browser

# GUI text editors
vim-gtk3
gedit

# Git clients and tools
git-gui
gitg
qgit
meld

# For jupyter-tree-download. Ref: https://github.com/berkeley-dsep-infra/datahub/issues/3979
# For jupyter-tree-download
zip

# playwright deps https://jira-secure.berkeley.edu/browse/DH-305
libnss3
libnspr4

octave

0 comments on commit 1f47776

Please sign in to comment.