Hello, I'm planning to buy Zorin OS 16 Pro, but I have a small question - are the commands that in zorin os 16 the same as in ubuntu 20.04? LIke apt
, sudo
and not like Arch Linux yum
2 Likes
Exactly correct.
For example,
sudo apt install inkscape
This may also be useful:
Update and Install
Command to update your sources:
sudo apt update
Command to check for available upgrades:
apt list -u
Or:
apt list --upgradable
Command to upgrade available packages on your system:
sudo apt upgrade
Upgrade as long as existing file deletion is not necessary
sudo apt dist-upgrade
Upgrade even if existing file deletion is necessary
sudo apt full-upgrade
Installing a package using sudo apt install that is already installed will mark the package as manually…
Install and use Fish Shell - fish is a smart and user-friendly command line
shell for Linux, macOS, and the rest of the family.
What’s Special About fish?
[image]
Easy to understand and use
Unlike the other shells that need a lot of setting-up to work the way you want them to, fish works perfectly right out of the box.
It ships with the most widely used features already included, which are present when you start using it without needing to install any additional plugins or tweak any confi…
2 Likes
system
Closed
7 March 2022 13:11
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.