Basically packages foe fedora is coming from rpm extension (e.g. some-packeage.rpm). If you logged as a root (root is the administrator in Linux) you can just double click the package and install it. But if you had not logged as root, root password will be asked. There are some built in packages in Linux CD you can install it to going Main menu --> System Settings --> Add/Remove Applications. But remember most parts of Linux administrations are done in command line interface (In command prompt). Terminal is the name for command prompt window. Working in it like working in dos prompt in Microsoft Windows.
Here are some Linux command prompt command and their equal Microsoft Windows commands.
Windows |
Linux |
Usage |
cd |
cd |
to change the working directory |
md |
mkdir |
to create a directory (folder) |
dir |
cat |
to view the list of directories |
cls |
clear screen |
to clear the screen |
exit |
exit |
to close and exit from CLI window |