Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update & upgrade Fedora

# check for updates
sudo dnf check-update
# apply the updates
sudo dnf upgrade
# clean up, remove obsolete packages from disk (optional)
sudo dnf clean packages
Comment

Update in fedora before installs

sudo dnf -y update
Comment

Update & upgrade Fedora

~$ sudo yum update
~$ sudo yum upgrade
Comment

PREVIOUS NEXT
Code Example
Shell :: long path windows 
Shell :: check service status in linux 
Shell :: mac docker-compose 
Shell :: create .pem file from crt 
Shell :: ffmpeg extract frames resize 
Shell :: bash grep all after match 
Shell :: wsl access network share 
Shell :: centos 7 install docker compose 
Shell :: how-to-fix-held-broken-packages 
Shell :: install zipkin docker 
Shell :: git exclude folder 
Shell :: Entire screen debian 
Shell :: Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running? 
Shell :: compiling c 
Shell :: write content in file powershell 
Shell :: command not found pipenv zsh 
Shell :: instaling composer linux 
Shell :: gitignore generator 
Shell :: vim change all spaces to tabs 
Shell :: github accout change on vsc 
Shell :: gitignore files that are already tracked 
Shell :: cmd files in directory 
Shell :: speed up ffmpeg video 
Shell :: linux user all permissions 
Shell :: how to install visual studio code in kali 
Shell :: git edit user of last commit 
Shell :: how to cat only the first ten lines of a file linux 
Shell :: download mongodb ubuntu 20.04 
Shell :: how to chanbge port number on centos8 
Shell :: how to kill a process in linux 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =