Difference between revisions of "Using Manjaro for Beginners"

no edit summary
imported>Verityproductions
imported>Verityproductions
Line 3: Line 3:
This guide provides a brief overview of the key points it is necessary to know in order to get the most out of using the Manjaro operating system.  
This guide provides a brief overview of the key points it is necessary to know in order to get the most out of using the Manjaro operating system.  


= Updating the System =


=Automatic Desktop Notifications =
[[File:pamac-updater-084.png|thumb|left|375px]]


[[File:kalu-083.png|thumb|left|375px]]
Developed exclusively by the Manjaro Team, the '''Pamac Updater''' will automatically check and notify you of any available system updates when launched. This can be found in the '''System''' menu category, or in Openbox, via Synapse or the desktop menu.


To install updates when listed, simply click the '''Apply''' button.
<br clear="all" />


{{note|This feature will be automatically disabled where Manjaro has been installed in Virtualbox.}}


= Software Management =


Manjaro will automatically check and notify you of any updates available for your system and installed software applications, in addition to providing the very latest Manjaro-related news.  
[[File:pamac-updater-084.png|thumb|left|375px]]


Once notified, to install new updates for your system, click on the '''update system''' button in the notification bubble. Otherwise, to see the latest news on your desktop, click on the '''Show News''' notification button in the bubble.
<br clear="all" />


The '''Pamac Manager''' is a very simple yet powerful tool to add and remove software packages (e.g. applications) from your system. This can be found in the '''System''' menu category, or in Openbox, via Synapse or the desktop menu.
Upon launching, it will automatically check the official Manjaro Repositories for new and updated software. Once complete, simply enter the name or short description of what you want to install or remove, and click the '''Find''' button.


= Searching For Software =
All installed and available software matching your search will then be displayed on the right. Click the name of any result to see more information about it immediately below.


[[File:pacckagebrowser-082.png|thumb|left|375px]]


[[File:pamac-updater2-084.png|thumb|left|375px]]


'''Package Browser''' is a user-friendly application that can be used to search for and view information about software packages. This includes those already installed on the system, in addition to those available for installation from both the official Manjaro software repositories, and unofficially from the '''[[Arch_User_Repository|Arch User Repository]]'''.


This application can be selected from the ''System'' section of your desktop menu. A '''[[Package Browser|guide on how to use Packager Browser]]''' has been provided.
A checkbox next to the package name will indicate whether it is installed or not.
<br clear="all" />


* '''To install a package''', click the adjacent box to mark it.


= Updating the System, Installing, and Removing Software =
* '''To remove an installed package''', click the adjacent box to clear it.


[[File:pacmangui-083.png|thumb|left|375px]]
Once package boxes have been marked and/or cleared, you may undertake more searches before clicking the Apply button to conform your choice(s). It really is that simple!
<br clear="all" />


Particularly when installing new software applications, on occasion several other software packages will also be automatically installed as well.  These are known as dependencies, as they are necessary for whatever is being installed to work properly. In other words, the software package being downloaded is dependent upon them.


Arch and Arch-based systems traditionally rely on the use of a ''command line terminal'' in order to undertake system-related tasks, such as updating the system and installing new software applications. Although a very powerful and versatile tool, the necessity of learning a plethora of new text-based commands and manually typing them into the terminal for use can be an intimidating prospect for many new users.
Pamac will list the dependencies required for software packages in the information pane.
For example, as illustrated, if the VLC Media Player were to be installed, then several other software packages - such as to allow it to play different media formats - would also be automatically be downloaded if not already installed on the system. Without them, the Media Player would not be able to play certain media formats, or perhaps not be able to play anything at all!


Developed exclusively by the Manjaro Team, the user-friendly '''Pacman-GUI''' (Graphical User Interface) enables users to undertake a range of common tasks with the click of a button. This application can be selected from the ''System'' section of your desktop menu. A '''[[Pacman-GUI|guide on how to use the Pacman-GUI]]''' has been provided.
{{Tip| You won't need to worry about dependencies yourself, as they will be automatically identified and downloaded for you when necessary.}}
<br clear="all" />