Difference between revisions of "Printing/ru"

Updating to match new version of source page
(Created page with "= Конкретные принтеры/сканеры, которые, как известно, работают =")
Tags: Mobile web edit Mobile edit
(Updating to match new version of source page)
Line 9: Line 9:
= Установка программного обеспечения принтера =
= Установка программного обеспечения принтера =


<div class="mw-translate-fuzzy">
Сначала установите пакет {{ic|manjaro-printer}} с помощью вашего любимого менеджера пакетов или с помощью команды:
Сначала установите пакет {{ic|manjaro-printer}} с помощью вашего любимого менеджера пакетов или с помощью команды:
  pamac install manjaro-printer
  pamac install manjaro-printer
</div>


<div class="mw-translate-fuzzy">
Обратите внимание, что Вам может понадобиться добавить себя в группу {{ic|sys}}. Для этого используйте команду:
Обратите внимание, что Вам может понадобиться добавить себя в группу {{ic|sys}}. Для этого используйте команду:
  sudo gpasswd -a yourusername sys
  sudo gpasswd -a yourusername sys
</div>


= Включение возможностей печати =
= Включение возможностей печати =


<div class="mw-translate-fuzzy">
После установки необходимого программного обеспечения для запуска и включения возможности печати введите следующие команды:
После установки необходимого программного обеспечения для запуска и включения возможности печати введите следующие команды:
  sudo systemctl enable --now cups.service
  sudo systemctl enable --now cups.service
  sudo systemctl enable --now cups.socket
  sudo systemctl enable --now cups.socket
  sudo systemctl enable --now cups.path
  sudo systemctl enable --now cups.path
</div>


Если необходимо простое обнаружение сетевых принтеров (не во всех редакциях установлен и работает avahi), можно установить и запустить следующую службу:  
Если необходимо простое обнаружение сетевых принтеров (не во всех редакциях установлен и работает avahi), можно установить и запустить следующую службу:  


  pamac install avahi
  <div class="mw-translate-fuzzy">
pamac install avahi
  sudo systemctl enable --now avahi-daemon.service
  sudo systemctl enable --now avahi-daemon.service
</div>




Line 56: Line 64:
* '''Desktop Interface''': A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install your DE's printer config package using your favorite package manager or by using one of the following commands.
* '''Desktop Interface''': A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install your DE's printer config package using your favorite package manager or by using one of the following commands.
GNOME:  
GNOME:  
pamac install system-config-printer.
{{UserCmd|command=pamac install system-config-printer}}
KDE:
KDE:
pamac install print-manager
{{UserCmd|command=pamac install print-manager}}
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
===CUPS Webpage Interface===
===CUPS Webpage Interface===
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 80: Line 85:
http://localhost:631/
http://localhost:631/
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
{{tip|You can also just click the address provided above to access the CUPS web interface!}}
{{BoxSuccess|Tip|You can also just click the address provided above to access the CUPS web interface!}}
<br clear="all" />
<br clear="all" />
</div>
</div>
Line 145: Line 149:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}
{{BoxSuccess|Tip|CUPS will usually help you out by showing recommended choices for each step.}}
</div>
</div>


Line 253: Line 257:
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:
sudo systemctl disable --now cups.service
{{UserCmd|command=sudo systemctl disable --now cups.service}}
sudo systemctl disable --now cups.socket
{{UserCmd|command=sudo systemctl disable --now cups.socket}}
sudo systemctl disable --now cups.path
{{UserCmd|command=sudo systemctl disable --now cups.path}}
</div>
</div>


8,138

edits