- ArchPKGs
- canon-pixma-mp230-complete Install (Update, Remove) Tutorial on Arch Linux/Manjaro/BlackArch
- Table of Contents
- Install canon-pixma-mp230-complete link
- Install with Pacman (Package Manager) link
- Install with Yay (Beginner Friendly) link
- Update canon-pixma-mp230-complete link
- Update with Pacman (Package Manager) link
- Update with Yay (Beginner Friendly) link
- Remove canon-pixma-mp230-complete link
- Remove with Pacman (Package Manager) link
- Remove with Yay (Beginner Friendly) link
- More Guides
- Installing crown-amp-bin with Single Command on Arch-Based Linux (Manjaro/BlackArch)
- new-bin Install, Update and Uninstall Tutorial on Arch Linux (Manjaro, RebornOS)
- How to Install cataclysm-dda-ncurses with Command Line on Arch Linux, Manjaro and EndeavourOS
- Beginner’s Guide on secret-service-bin Installation on Arch Linux (Manjaro, Artix)
- The Simplest Tutorial on Installing unity-editor-beta-doc on Arch Linux (Manjaro/Anarchy)
- Complete Tutorial on php74-mcrypt Installation on Arch Linux (Manjaro/Parabola)
- Установите МФУ Canon Pixma MP230 в Linux
- acisi
- Canon pixma mp230 linux
- The high-quality Linux printer driver for your Canon PIXMA MP230 printer
- Canon PIXMA MP230 — Linux printer driver features
- Download softproof ICC files for color profiles included with driver
- Download color profiles for additional print media
ArchPKGs
canon-pixma-mp230-complete Install (Update, Remove) Tutorial on Arch Linux/Manjaro/BlackArch
canon-pixma-mp230-complete is «Complete stand alone driver set (printing and scanning) for Canon Pixma MP230 series» based on its own definition. To install canon-pixma-mp230-complete from AUR (Arch User Repository) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, BlackArch, Parabola) is quite straightforward. This guide will be covering how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay .
Table of Contents
Install canon-pixma-mp230-complete link
Two well known approaches are used to install canon-pixma-mp230-complete from AUR. pacman is the choice for you if you’re familiar with command-line interface and have the knowledge of how packages are built. Otherwise, yay is a common alternative to install packages without the hassle of reviewing PKGBUILD and build packages with makepkg on your own.
Install with Pacman (Package Manager) link
sudo pacman -S --needed git && git clone https://aur.archlinux.org/canon-pixma-mp230-complete.git && cd canon-pixma-mp230-complete && makepkg -si
- Install git if it is not on your system.
- clone the package’s git repository from upstream URL.
- cd into the directory of the repository.
- Use makepkg to build the package. Also, it will automatically be installed with pacman afterwards.
Install with Yay (Beginner Friendly) link
yay -S canon-pixma-mp230-complete
Update canon-pixma-mp230-complete link
Updating AUR packages is considerably the same as installing them. Simply pull it from source then re-build it. However, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid breaking your system, since Arch is a rolling-release Linux distro.
Update with Pacman (Package Manager) link
Before running the command, make certain you are in the folder of the repository you previously cloned:
git pull && makepkg -si
- pull from the package’s git repository.
- Build the package with makepkg . Also, it will automatically be updated with pacman afterwards.
Update with Yay (Beginner Friendly) link
Remove canon-pixma-mp230-complete link
Uninstalling packages is the most uncomplicated of these three,all you have to do is choose whether to keep the dependencies that no longer required by other packages and the configuration files generated by the package.
Remove with Pacman (Package Manager) link
sudo pacman -R canon-pixma-mp230-complete
sudo pacman -Rs canon-pixma-mp230-complete
sudo pacman -Rns canon-pixma-mp230-complete
Remove with Yay (Beginner Friendly) link
yay -R canon-pixma-mp230-complete
yay -Rs canon-pixma-mp230-complete
yay -Rns canon-pixma-mp230-complete
For more details about how to install and update AUR packages or how to install yay , please refer to this post written by NoCache.
More Guides
Installing crown-amp-bin with Single Command on Arch-Based Linux (Manjaro/BlackArch)
crown-amp-bin is «Audio Assault Modern High Gain Amp Simulator Next Generation» according to its own outline. To get crown-amp-bin from AUR (Arch User Repository) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, ArcoLinux, Artix) is comparatively straightforward. This guide will show you step-by-step how to install/update/uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).
new-bin Install, Update and Uninstall Tutorial on Arch Linux (Manjaro, RebornOS)
Quoting from new-bin’s outline, it is «cookiecutter wrapper, let you search through github for template». To get new-bin from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Parabola and Garuda is comparatively simple. This tutorial will taught you how to install/update/remove the package with either the default package manager pacman or an AUR helper like yay.
How to Install cataclysm-dda-ncurses with Command Line on Arch Linux, Manjaro and EndeavourOS
«Cataclysm: Dark Days Ahead is an actively maintained roguelike set in a post-apocalyptic world, forked from the original. (ncurses only)» is the maintainer’s profile of cataclysm-dda-ncurses. To install this package (cataclysm-dda-ncurses) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and Artix is rather easy. This guide will cover how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.
Beginner’s Guide on secret-service-bin Installation on Arch Linux (Manjaro, Artix)
Quoting from secret-service-bin’s own gist, it is «Service to keep secrets of applications. Implements FreeDesktop Secret Service API». To install or uninstall this package (secret-service-bin) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Anarchy, Parabola, RebornOS, Garuda) is comparatively easy. This tutorial will show you step-by-step how to install/update/uninstall the package with either the default package manager pacman or an AUR helper like yay.
The Simplest Tutorial on Installing unity-editor-beta-doc on Arch Linux (Manjaro/Anarchy)
Quoting from unity-editor-beta-doc’s own outline, it is «Unity User Manual and Scripting API Reference.». To get this package (unity-editor-beta-doc) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, BlackArch, Anarchy, ArcoLinux, Parabola) is pretty easy. This guide will cover how to install/update/remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Complete Tutorial on php74-mcrypt Installation on Arch Linux (Manjaro/Parabola)
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
Установите МФУ Canon Pixma MP230 в Linux
Это вклад от César RB, который стал одним из победителей нашего еженедельного конкурса: «Поделитесь своими знаниями о Linux«. Поздравляю Цезаря!
Когда я подключил МФУ, система сообщает, что принтер добавляется, но драйвер не работает. В Ubuntu 12.10 конфигурация позволяет вам выбрать драйвер, выбор принтера MP250 работает нормально, но сканер по-прежнему не распознается.
Чтобы принтер и сканер распознавались, перейдите на страницу поддержки Canon Asia и загрузите драйверы для PIXMA MP230 для Linux: http://www.canon.com.au/Support-Services
После того, как файлы будут загружены, вы должны распаковать их в моих документах или на рабочем столе — чтобы их было легко найти. Позже откройте терминал и смените каталог на папку, в которую вы распаковали файлы. Используйте команду «cd» для смены папок ― Пример: «cd Documents», «cd Desktop», «cd scangearmp-mp230series-2.00-1-deb» -. Чтобы проверить файлы, присутствующие в папке, мы пишем команду «ls». Должен появиться файл с именем «install.sh». Теперь, когда многофункциональное устройство подключено к компьютеру, вам просто нужно ввести в терминале «./install.sh». Сделайте то же самое для обоих драйверов (сканера и принтера).
После установки драйвера принтера он автоматически распознает принтер и должен работать правильно. В случае со сканером такие инструменты, как «простое сканирование или x-sane», по-прежнему не распознают устройство.
Сканер можно использовать двумя способами: через «GIMP» ― «Файл»> «Создать»> «Scangear MP» или через команду «scangearmp».
Содержание статьи соответствует нашим принципам редакционная этика. Чтобы сообщить об ошибке, нажмите здесь.
Полный путь к статье: Из Linux » ФайлДавайте использовать Linux » Установите МФУ Canon Pixma MP230 в Linux
acisi
Все интересные записи перенесены по адресу: http://www.th22.ru/blog/
Ждем вас по новому адресу!
2. Устанавливаем CUPS:
# aptitude install cups
3. Распаковываем архив с драйверами и запускаем install.sh. Есть небольшая особенность, так-как в архиве исключительно rpm файлы, а в Ubuntu устанавливаются deb пакеты, установите пакет rpm.
# aptitude install rpm
Собственно запуск install.sh выдаст ошибку:
ошибка: Неудовлетворенные зависимости:
/bin/sh нужен для cnijfilter-common-3.80-1.x86_64
cups нужен для cnijfilter-common-3.80-1.x86_64
libc.so.6()(64bit) нужен для cnijfilter-common-3.80-1.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) нужен для cnijfilter-common-3.80-1.x86_64
libc.so.6(GLIBC_2.3)(64bit) нужен для cnijfilter-common-3.80-1.x86_64
libcups.so.2()(64bit) нужен для cnijfilter-common-3.80-1.x86_64
libdl.so.2()(64bit) нужен для cnijfilter-common-3.80-1.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) нужен для cnijfilter-common-3.80-1.x86_64
libpopt.so.0()(64bit) нужен для cnijfilter-common-3.80-1.x86_64
libpthread.so.0()(64bit) нужен для cnijfilter-common-3.80-1.x86_64
popt нужен для cnijfilter-common-3.80-1.x86_64
Что вполне предсказуемо, поэтому распакуйте содержимое rpm пакетов нужной вам архитектуры в корень системы (можно использовать mc), в этих пакетах содержатся библиотеки, файл параметров принтера, и правила udev. По большому счету нас интересует файл с расширением ppd, являющийся «драйвером принтера». Контент пакета в midnight commander можно получить открыв внутри пакета файл CONTENTS.cpio.
4. Web-интерфейс администрирования cups доступен только на локальной системе на порту 631. Для удаленного администрирования можно использовать проброс порта через ssh.
# ssh -L 632:127.0.0.1:631 root@10.8.0.5
5. Переходим в консоль Web-администрирования cups и добавляем принтер. При добавлении принтера используется пароль локального root. Добавление принтера не должно вызвать особых трудностей, но все-же приведу несколько скриншотов по управлению cups.
Выбираем добавить принтер:
Выбираем наш USB принтер:
Задаем описание принтера:
Выбираем установленный драйвер:
Назначаем параметры по умолчанию:
Переходим к настройкам установленного принтера (можно выполнить тестовую печать):
Настройка принтера завершена:
6. Переходим к настройке сканера, для этого установим дополнительные пакеты:
# aptitude install sane xsane libsane-extras libsane-hpaio
Поддержка сканера в Pixma MP230 заявлена только с версии 1.0.24, поэтому проверьте установленную версию BackEnd если версия ниже, то придется компилировать и подсовывать в систему библиотеки.
# scanimage -V
scanimage (sane-backends) 1.0.23; backend version 1.0.23
Хотя как показывает практика и это тоже не показатель, можно попробовать выполнить команду:
#man sane-pixma
Посмотреть список поддерживаемых устройств и соответственно если MP230 в списке нет, то скачиваем последний backend с сайта https://alioth.debian.org/frs/?group_id=30186 и компилируем.
PS: Так-же обязательно установите пакет libusb-dev:
# aptitude install libusb-dev
Canon pixma mp230 linux
Test TurboPrint for 30 days without limitations. The trial version can be easily upgraded to the full version
The high-quality Linux printer driver for your Canon PIXMA MP230 printer
TurboPrint 2.54-1 (13-Feb-2023)
(multifunction devices: only printer unit is supported, not scanner unit)
Canon PIXMA MP230 — Linux printer driver features
TurboPrint License | TurboPrint Pro / TurboPrint Studio |
Printer supported since TurboPrint version | 2.17 |
Color profiles included | Plain paper, Inkjet paper, Transparent CF102, Canon PhotoPlus II PP201, Canon MattePhoto MP101, Canon GlossyPhoto GP501, Canon PhotoPlus Semigloss SG101, Canon HighResolutionPaper HR101, Canon PhotoPaperPro Platinum, Ilford Smooth Pearl/Gloss, Fineart Hahnemuehle Smooth, Zedonet Glossy |
Color management | supported, extensible with user profiles |
Color profile administration | yes |
Print quality | 600dpi, 300dpi, 4800dpi, 9600dpi |
Borderless | yes |
CD | — |
Automatic duplex | — |
Roll paper support | — |
Roll paper cutter | — |
Max. print size | 21.59 x 58.42cm / 8.50 x 23.00″ |
Printer Toolbox | Ink level display, Nozzle test print, Print head cleaning, Print head alignment, Test page |
Printer status display | with TurboPrint Monitor |
Print your documents, graphics & photos easily and in professional quality – using the well-proven, award-winning TurboPrint printing system for Linux.
Significantly better print quality: The TurboPrint driver supports the maximum quality of your printer and its built-in color management ensures perfect colors with any paper and ink (affordable color profiling service is optionally available).
The TurboPrint driver supports borderless printing, manual and automatic duplex printing and CD/DVD printing (depending on the printer, see table below).
Quick and easy Linux printer setup with TurboPrint Control, full control over your printer with TurboPrint Monitor including print preview and ink & status report. Compatible with most Linux distributions, e.g. Ubuntu, Mint, Manjaro, Fedora, SuSE, Debian.
Download softproof ICC files for color profiles included with driver
(1) This profile is meant only for soft proofing (simulating printed colors on a computer screen). Do not use this ICC profile as a print profile in your application.