You are on page 1of 4

Software Installation

Install pulse audio


sudo apt install pulseaudio
Install the graphical ui
sudo apt install pavucontrol

Install VSCode
Download .deb from https://code.visualstudio.com/
sudo apt install ./code_1.87.0-1709078641_amd64.deb

Install prettier
Open user settings: ctrl + shift + p and type “open user settings”. Select the Json.
https://www.youtube.com/watch?v=cJDTji4eHSU Install Prettier on VSCode | Set Up and
configure Prettier - Opinionated Code Formatter - code with arjun

Install chrome
Download .deb file https://www.google.com/chrome/
sudo apt install ./google-chrome-stable_current_amd64.deb

Install git
sudo apt install git
https://www.youtube.com/watch?v=_kAV059yZ_s Install Git in Ubuntu 20.04 LTS, 22.04 LTS
(Linux) and Push/Publish your work in Github
https://www.youtube.com/watch?v=ytSoabxSQ6E Support for password authentication was
removed Github Fixed using Token (August 13, 2021) - Linux

Install node

use the nvm version

https://www.digitalocean.com/community/tutorials/how-to-install-
node-js-on-ubuntu-20-04
Install simple screen recorder
https://www.youtube.com/watch?v=aPEXfFAkDNw How to Record Screen
In Ubuntu 22.04 | Free Screen Recorder

Install OBS Studio


From source
https://www.youtube.com/watch?v=bv5aX3DhI3Q How to install obs
studio on Ubuntu 22.04 lts and configure obs studio for screen
recording

Install Davinci resolve


In a container – Distrobox – fedora
Install Distrobox using apt as shown below
https://www.youtube.com/watch?v=wmRiZQ9IZfc Install DaVinci
Resolve on ANY Linux Distro - Michael Horn
Dependencies for fedora
sudo dnf install alsa-plugins-pulseaudio libxcrypt-compat xcb-util-renderutil xcb-util-wm pulseaudio-libs xcb-util
xcb-util-image xcb-util-keysyms libxkbcommon-x11 libXrandr libXtst mesa-libGLU mtdev libSM libXcursor
libXi libXinerama libxkbcommon libglvnd-egl libglvnd-glx libglvnd-opengl libICE librsvg2 libSM libX11
libXcursor libXext libXfixes libXi libXinerama libxkbcommon libxkbcommon-x11 libXrandr libXrender libXtst
libXxf86vm mesa-libGLU mtdev pulseaudio-libs xcb-util alsa-lib apr apr-util fontconfig freetype libglvnd fuse-
libs
AMD GPU: sudo dnf install rocm-openCL

NVIDIA GPU (with RPM Fusion): sudo dnf install akmod-nvidia xorg-x11-drv-nvidia-cuda

To install the nvidia drivers add the RPMfusion repository


https://www.reddit.com/r/Fedora/comments/12ju2sg/i_need_help_with_installing_nvidia_drivers_to/
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

sudo dnf update -y

sudo dnf install akmod-nvidia

sudo dnf install xorg-x11-drv-nvidia-cuda

sudo dnf install xorg-x11-drv-nvidia-cuda


Running resolve
distrobox enter Resolve-Fedora-37
/opt/resolve/bin/resolve

If you get the error: DaVinci Resolve could not initialize OpenGL.
Please ensure that the latest grap.
Download Nvidia latest drivers for linux and install – Doesn’t
work because nvidia drivers are in use in ubuntu.
https://www.nvidia.com/download/driverResults.aspx/148589/en-us/
chmod +x ./NVIDIA-Linux-x86_64-520.56.06.run
sudo ./NVIDIA-Linux-x86_64-520.56.06.run

Install distrobox
Install using apt – not supported in Ubuntu 22 so you need to add
the repo. Runs as expected unlike installing using curl
https://nathanaelgandhi.com/computing/linux/2023/03/16/Setting-Up-
Distrobox-on-Ubuntu-22.04.html
Steps
sudo add-apt-repository ppa:michel-slm/distrobox

sudo apt update

sudo apt install distrobox -y

https://github.com/89luca89/distrobox?tab=readme-ov-file
To install a distro like fedora:37
https://www.youtube.com/watch?v=Sj064D9ZUl8 Stop Distro Hopping!
Use this AWESOME tool on Linux - Techhut
https://www.youtube.com/watch?v=FhW-3PPldAg Distrobox Is Basically
A Linux Subsystem For Linux
All Distrobox commands
https://wiki.archlinux.org/title/Distrobox#:~:text=Distrobox
%20documentation%20page-,Uninstalling,uninstall%20in%20the%20usual
%20way.

Ubuntu common commands


Check software version in apt: apt-cache policy obs-studio

Check installed ubuntu version:lsb_release -a


Install torrent client
Install vuze
sudo apt install snapd
sudo snap install vuze-vs

Install streaming
installing stremio
Install flatpak
sudo apt install flatpak

Download stremio for ubuntu/debian

https://www.stremio.com/downloads

Install the deb file

sudo apt install ./Stremio_v4.4.165.deb

You might also like