質問編集履歴

1

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

2018/10/15 11:01

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,43 @@
15
15
 
16
16
 
17
17
  Linux ubuntu 18.04
18
+
19
+
20
+
21
+ #####補足
22
+
23
+ ★プリンター(モデル):Brother DCP-J572N
24
+
25
+
26
+
27
+ ★インストール手順
28
+
29
+ 1. Brotherサポートサイトにて型式を入力
30
+
31
+ 2. 簡易インストーラをdebでダウンロード
32
+
33
+ 3. そして端末を開き,Downloadフォルダーに移動して
34
+
35
+ 4. bash linux-brjprinter-installer-2.2.1-1 と入力して従った
36
+
37
+
38
+
39
+ ★ソースコード(インストール):https://gist.github.com/mumui-m/1f4bedcd2859918465711d643b1c2124
40
+
41
+
42
+
43
+ ★エラー:
44
+
45
+ yum install policycoreutils-python
46
+
47
+ Repository 'reposioty': Error parsing config: Error parsing "baseurl = 'reposioty..'": URL must be http, ftp, file or https not ""
48
+
49
+ Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
50
+
51
+ 有効なリポジトリーがありません。
52
+
53
+ 「yum repolist all」を実行し、所持するリポジトリーを参照してください。
54
+
55
+ 「yum-config-manager --enable <repo>」でリポジトリーを有効にできます。
56
+
57
+ ...