Skip to content

Commit

Permalink
install mor stuff on bjornux2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jun 16, 2023
1 parent 29295d6 commit 164bf6a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ubuntu-22.04-tweaks/bjornux2-2204-T14s-AMD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ cd ~/Downloads && sudo apt install ./thedeb
# IGNORE so called MonkeyPatch
# https://github.com/iocave/monkey-patch/issues/55

####----- TODO below
## install microsoft fonts
## https://www.linuxcapable.com/install-microsoft-fonts-on-ubuntu-22-04-lts/
## press TAB when prompted to get to Ok and Yes
sudo apt install ttf-mscorefonts-installer -y

# Email client Evolution that works with EWS
# DON'T use apt to install Evolution, use flathub to get latest
Expand All @@ -83,18 +86,18 @@ flatpak config --set languages 'en;sv'
# save file somewhere and transfer to this machine and:
# File -> Restore Evolution Data

# codecs etc
sudo apt-get install ubuntu-restricted-extras
sudo apt install ffmpeg


####----- TODO below


#latex
sudo apt install hunspell hunspell-sv
sudo apt install texlive-full

## install microsoft fonts
## https://www.linuxcapable.com/install-microsoft-fonts-on-ubuntu-22-04-lts/
## press TAB when prompted to get to Ok and Yes
sudo apt install ttf-mscorefonts-installer -y

# background terminal screen management
sudo apt install screen

# deb-get
# install deb-get from https://github.com/wimpysworld/deb-get
# things to best install with with deb-get:
Expand All @@ -117,7 +120,7 @@ sudo snap install tree

# play mp3 mp4 etc
sudo snap install vlc
sudp apt install mpg123
sudo apt install mpg123

# extract pdf pages
sudo snap install pdftk
Expand All @@ -132,6 +135,3 @@ sudo apt install imagemagick
# now you can do this in terminal:
# convert input.jpg output.pdf

# codecs etc
sudo apt-get install ubuntu-restricted-extras
sudo apt install ffmpeg

0 comments on commit 164bf6a

Please sign in to comment.