How to Install, Upgrade, and Update Software
[b]Using CD #2 as a Source[/b]
Software may be installed from MEPIS CD #2. This software was placed on CD at the same time CD #1 was created, therefore it should be fully compatible with the software on CD #1. However once you have updated or upgraded from the Internet, you may find that it is no longer possible to install some of the software from CD #2.
[b]Using the Internet as a Source[/b]
Software may be installed or updated from the Internet. This software is the most up-to-date, but it may be less stable than the software you already have. Also when updating from the Internet, changing one package may require that a number of other packages be changed at the same time. Proceed with caution.
[b]Selecting the Source with the MSC[/b]
Open the MEPIS System Center by clicking on its desktop icon, or [code]KMenu > Utilites > MEPIS System Center[/code].
Select [code]Package Management[/code] and then click on [code]Use MEPIS CD #2[/code] to install from the CD, or click on [code]Use internet[/code] to install or update from the Internet.
If selecting the Internet, you may fine tune your selection by specifying the country form which packages will be fetched, whether you want to include non-US packages, experimental packages, and/or source code packages.
Most users should select to include non-US packages.
Developers and experimenters may want to select experimental and/or source code packages.
Due to the likelyhood of conflicts between package versions, it is recommended that you do not select both [code]Use MEPIS CD #2[/code] and [code]Use internet[/code].
When you are satisfied with your selections, click on [code]Apply[/code].
[b]Selecting the Source by Editing the Sources List[/b]
You can directly edit [code]/etc/apt/sources.list[/code]
You can add extra package sources to the end of the file. You can use the predefined source entires as examples.
If you edit the predefined entires, be very careful to retain the sturcture of the file.
[b]Using KPackage[/b]
First, when logged in as a regular user, run [code]KMenu > System KPackage[/code]. At some point while using KPackage you will be asked for the root password. Do not run KPackage when logged in as root.
Click on the menu item [code]Special > APT:Debian > Update[/code]. This will update the list of packages that are available.
Then click on the [code]Updated[/code] tab to see the list of packages that are updatable.
You can update all packages at once by clicking on [code]Special > APT:Debian > Upgrade[/code].
You can update one package by selecting it in the [code]Package[/code] list and clicking on the [code]Install[/code] button.
To remove a package, click on the [code]Installed[/code] tab, select the package in the [code]Package[/code] list and click on the [code]Uninstall[/code] button.
[b]Using apt-get[/b]
To use [code]apt-get[/code], open a Konsole/shell and type: [code]su root[/code]
To update the list of packages that are available, type: [code]apt-get update[/code]
To upgrade everything at once type: [code]apt-get upgrade[/code]
To update one package type: [code]apt-get install packagename[/code]
To remove a package type: [code]apt-get remove packagename[/code]