How to Install, Upgrade, and Update Software

Posts: 1193
Using CD #2 as a Source
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.
Using the Internet as a Source
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.
Selecting the Source with the MSC
Open the MEPIS System Center by clicking on its desktop icon, or
KMenu > Utilites > MEPIS System Center.
Select
Package Managementand then click on
Use MEPIS CD #2to install from the CD, or click on
Use internetto 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
Use MEPIS CD #2and
Use internet.
When you are satisfied with your selections, click on
Apply.
Selecting the Source by Editing the Sources List
You can directly edit
/etc/apt/sources.list
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.
Using KPackage
First, when logged in as a regular user, run
KMenu > System KPackage. 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
Special > APT:Debian > Update. This will update the list of packages that are available.
Then click on the
Updatedtab to see the list of packages that are updatable.
You can update all packages at once by clicking on
Special > APT:Debian > Upgrade.
You can update one package by selecting it in the
Packagelist and clicking on the
Installbutton.
To remove a package, click on the
Installedtab, select the package in the
Packagelist and click on the
Uninstallbutton.
Using apt-get
To use
apt-get, open a Konsole/shell and type:
su root
To update the list of packages that are available, type:
apt-get update
To upgrade everything at once type:
apt-get upgrade
To update one package type:
apt-get install packagename
To remove a package type:
apt-get remove packagename