Skip to content

Commit 2c1fff9

Browse files
committed
add system-config-printer
1 parent 0e2a57b commit 2c1fff9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/play&office/office.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ sudo pacman -S kchmviewer
114114
对于日常办公来说,打印机是非常必要的。除此之外,我们建议读者维持一份纸质的密码,包括你可以将你加密货币钱包中的私钥打印出来保存,这是非常好的一个方案。对于打印机的品牌,我们建议使用惠普打印机。其对于 Linux 的支持非常全面,可以去其[网站](https://hplipopensource.com/)查看所支持的设备等详情。在 Arch Linux 上,安装包 hplip 以及 cups ,启动服务后即可使用。
115115

116116
```bash
117+
sudo pacman -S system-config-printer
117118
sudo pacman -S hplip
118119
sudo pacman -S cups
119120
sudo systemctl enable --now cups.service

docs/uk/play&office/office.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ sudo pacman -S kchmviewer
104104
For daily office, a printer is very necessary. In addition, we recommend readers to maintain a paper password, including that you can print out the private key in your cryptocurrency wallet and save it, which is a very good solution. For the brand of printer, we recommend using HP printers. Its support for Linux is very comprehensive, you can go to its [website](https://hplipopensource.com/) to check the supported devices and other details. On Arch Linux, install the packages hplip and cups and use them after starting the service.
105105

106106
```bash
107+
sudo pacman -S system-config-printer
107108
sudo pacman -S hplip
108109
sudo pacman -S cups
109110
sudo systemctl enable --now cups.service

0 commit comments

Comments
 (0)