I don't have your printer, but the following would be the way to install the package you mentioned via Portage.
STAGE 1
Before doing any of the steps in STAGE 2, users of Sabayon Linux also need to set up their installation to use Portage for the first time if they have not done so already:
- Code: Select all
equo install git # Sabayon overlays use Git.
emerge --sync # Download ebuilds from Gentoo ebuild repositories.
layman -S # Get list of 3rd party overlays,
layman -d sabayon # In case old Sabayon overlay was already added. Ignore error message, if any.
layman -d sabayon-distro # In case 2nd new split Sabayon overlay was already added. Ignore error message, if any.
layman -a sabayon # Add 1st new split Sabayon overlay.
layman -a sabayon-distro # Add 2nd new split Sabayon overlay.
layman -S # Make sure all overlays are synced.
(Not all of the above steps are strictly necessary, but I don't know what you have done, so the above covers all eventualities.)
STAGE 2
Use Portage to install the package:
- Code: Select all
emerge -1v c2esp
STAGE 3
Launch a Web browser and enter
http://localhost:631/ into the Address bar in order to use the CUPS manager. Use CUPS to install the printer.