質問編集履歴

3

2020/03/27 16:54

投稿

yuyutakku1723
yuyutakku1723

スコア4

test CHANGED
@@ -1 +1 @@
1
- Monoがアンインストール出来ずにいます
1
+ Monoがアンインストール出来ません!エラーが出て困っています
test CHANGED
File without changes

2

2020/03/27 16:54

投稿

yuyutakku1723
yuyutakku1723

スコア4

test CHANGED
File without changes
test CHANGED
File without changes

1

2020/03/27 01:36

投稿

yuyutakku1723
yuyutakku1723

スコア4

test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,7 @@
10
10
 
11
11
  まずはじめに、
12
12
 
13
- ```dpkg -l | grep mono```
13
+ dpkg -l | grep mono
14
-
15
- コード
16
-
17
- ```
18
14
 
19
15
  を実行し、Monoの存在を確認しました。
20
16
 
@@ -22,21 +18,17 @@
22
18
 
23
19
  そこで次に、
24
20
 
25
- ```sudo apt remove --purge --auto-remove mono-runtime
21
+ sudo apt remove --purge --auto-remove mono-runtime
26
-
27
- コード
28
-
29
- ```
30
22
 
31
23
  を実行し、Monoをアンインストールしようとしたんですが、
32
24
 
33
- **N: Ignoring file 'mono-official-s' in directory '/etc/apt/sources.list.d/' as
25
+ N: Ignoring file 'mono-official-s' in directory '/etc/apt/sources.list.d/' as
34
26
 
35
27
  it has no filename extension
36
28
 
37
29
 
38
30
 
39
- E: Unable to locate package mono**
31
+ E: Unable to locate package mono
40
32
 
41
33
  上記のようなエラーが出て、アンインストールが出来ません。
42
34