teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

・プリンターの型式,インストール手順,ソースコード(インストール),一部エラー文(yum関係)を記載しました 確認をお願いします

2018/10/15 11:01

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -6,4 +6,24 @@
6
6
 
7
7
  ご教授お願いします
8
8
 
9
- Linux ubuntu 18.04
9
+ Linux ubuntu 18.04
10
+
11
+ #####補足
12
+ ★プリンター(モデル):Brother DCP-J572N
13
+
14
+ ★インストール手順
15
+ 1. Brotherサポートサイトにて型式を入力
16
+ 2. 簡易インストーラをdebでダウンロード
17
+ 3. そして端末を開き,Downloadフォルダーに移動して
18
+ 4. bash linux-brjprinter-installer-2.2.1-1 と入力して従った
19
+
20
+ ★ソースコード(インストール):https://gist.github.com/mumui-m/1f4bedcd2859918465711d643b1c2124
21
+
22
+ ★エラー:
23
+ yum install policycoreutils-python
24
+ Repository 'reposioty': Error parsing config: Error parsing "baseurl = 'reposioty..'": URL must be http, ftp, file or https not ""
25
+ Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
26
+ 有効なリポジトリーがありません。
27
+ 「yum repolist all」を実行し、所持するリポジトリーを参照してください。
28
+ 「yum-config-manager --enable <repo>」でリポジトリーを有効にできます。
29
+ ...