Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install codium Fedora

// Use the dnf utility to install packages that provide multimedia libraries:
sudo dnf upgrade --refresh
sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
printf "[gitlab.com_paulcarroty_vscodium_repo]
name=download.vscodium.com
baseurl=https://download.vscodium.com/rpms/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
metadata_expire=1h" | sudo tee -a /etc/yum.repos.d/vscodium.repo
sudo dnf install codium -y
Comment

PREVIOUS NEXT
Code Example
Shell :: column cut linux 
Shell :: Angular ng-upgrade stuck in infinite loop with singleton provider 
Shell :: install mullvad Fedora 
Shell :: CMD exec gunicorn --bind :8080 --workers 1 --threads 1 --timeout 0 main:app 
Shell :: mac zhs not found 
Shell :: barryvdh dompdf file_getcontents passing null 
Shell :: test(abc,def); = test(test1,test2); 
Shell :: Copying Folder to Server 
Shell :: Add a file or folder to a tar 
Shell :: nginx brotli 
Shell :: ssh configuration packet tracer 
Shell :: commit to wrong branch git solution 
Shell :: Cloud watch agent for logs and use of PStore 
Shell :: maven archetype magnilia 
Shell :: bash condition structure 
Shell :: awk column decimal to integer 
Shell :: change gmt linux 
Shell :: how to usepyinstaller 
Shell :: how to add sha to known hosts w10 
Shell :: groovy parse dictionary 
Shell :: shell programation 
Shell :: linux mount lvm 
Shell :: GThumb is a really nice image viewer with basic editing tools for ubuntu 
Shell :: how to find pwd linux 
Shell :: asynstorage null expo 
Shell :: instalar conky manager ubuntu 18.04 
Shell :: vim nerdtree hide .git 
Shell :: how to clear django shell 
Shell :: debian bin folder symlink to usr/bin 
Shell :: how to install ruby on rails with curl 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =