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 :: uninstall lightdm 
Shell :: ubuntu add permission to folder 
Shell :: brew install virtualbox 
Shell :: install Qt5 ubuntu 20.04 
Shell :: CocoaPods specs repository is too out-of-date to satisfy dependencies. 
Shell :: uncommit last commit 
Shell :: git update remote origin 
Shell :: brew install jdk 8 
Shell :: install compass mongodb ubuntu 
Shell :: clean uninstall ubuntu-desktop from ubuntu server 
Shell :: firefox settings 
Shell :: uninstall zoom command line 
Shell :: ubuntu dconf editor install 
Shell :: update python3.10 linux 
Shell :: delete all docker images 
Shell :: directory size linux 
Shell :: jupyterlab setup 
Shell :: Error: Node Sass does not yet support your current environment 
Shell :: how to run ubuntu in docker 
Shell :: unzip tar.bz2 
Shell :: install autopep8 
Shell :: uninstall mongodb ubuntu 
Shell :: show git remote url 
Shell :: view host entires mac terminal 
Shell :: install yarn on ec2 instance 
Shell :: install laravel ui in laravel 8 
Shell :: git remove commit 
Shell :: conda install tweepy 
Shell :: uninstall packages raspberry pi terminal 
Shell :: command to check what version of django is installed 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =