su -
yum install publican publican-doc
yum install publican-brand
brand
with, for example, redhat
, fedora
, jboss
, ovirt
, or gimp
. Refer to Chapter 4, Branding for more information on branding.
su -
yum install publican publican-doc
yum install publican-brand
brand
with, for example, redhat
, fedora
, jboss
, ovirt
, or gimp
. Refer to Chapter 4, Branding for more information on branding.
/etc/apt/sources.list
file as described, your system might become unstable.
squeeze
repository. When you enable access to this repository, you allow your computer to install newer software and newer versions of existing software than what is available in the current stable version of Debian. However, not all of the software available in the testing repository has completed quality assurance testing yet. If you do not disable access to this repository after you install Publican, the next time that your system updates, it will replace software packages on your system with newer but possibly untested versions of those packages that it downloads from the testing repository.
/etc/apt/sources.list
file in a text editor. For example, to edit the file in gedit run:
sudo gedit /etc/apt/sources.list
deb http://ftp.debian.org/debian/ squeeze main
sudo apt-get update
sudo apt-get install publican
/etc/apt/sources.list
file again, and delete the extra line that you added in this procedure.
/etc/apt/sources.list
file as described, your system might become unstable.
lucid
repository. When you enable access to this repository, you allow your computer to install newer software and newer versions of existing software than what is available in the current stable version of Ubuntu. However, not all of the software available in the testing repository has completed quality assurance testing yet. If you do not disable access to this repository after you install Publican, the next time that your system updates, it will replace software packages on your system with newer but possibly untested versions of those packages that it downloads from the testing repository.
/etc/apt/sources.list
file in a text editor. For example, to edit the file in gedit run:
sudo gedit /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe
sudo apt-get update
sudo apt-get install fop
sudo apt-get install publican
/etc/apt/sources.list
file again, and delete the extra line that you added in this procedure.