File: uninstall.html

package info (click to toggle)
fontforge 1%3A20230101~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 63,260 kB
  • sloc: ansic: 462,618; python: 6,916; cpp: 214; objc: 122; sh: 101; makefile: 55; xml: 11
file content (57 lines) | stat: -rw-r--r-- 1,989 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 8-May-2006 -->
  <!-- AP: Last modified: 12-May-2006 -->
<!--<TITLE>Uninstalling</TITLE> -->
    <TITLE>インストール後の削除法</TITLE>
  <LINK REL="icon" href="../../_static/fftype16.png">
  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
</HEAD>
<BODY>
<DIV id="in">
  <H1 ALIGN=Center>
<!--Uninstalling FontForge -->
    インストールした FontForge の削除方法
  </H1>
  <P>
<!--
  I've never bothered to make this easy. -->
  まだ簡単に削除できるようにしていません。
  <P>
<!--
  If you installed in /usr/local (the default) then you type either: -->
  (デフォルトの) /usr/local にインストールしたならば以下のようにタイプするか、
  <BLOCKQUOTE>
    <PRE>$ su
password:
$ rm -rf /usr/local/bin/{fontforge,sfddiff} \
/usr/local/lib/{libgdraw,libgunicode,libuninameslist}* \
/usr/local/lib/pkgconfig/fontforge.pc \
/usr/local/man/man1/{fontforge,sfddiff}.1 \
/usr/local/share/doc/fontforge \
/usr/local/share/locale/*/LC_MESSAGES/FontForge.mo
</PRE>
  </BLOCKQUOTE>
  <P>
<!--
  or if you are on a mac: -->
  Mac の場合は以下のようにタイプする必要があるでしょう。
  <BLOCKQUOTE>
    <PRE>$ sudo rm -rf /usr/local/bin/{fontforge,sfddiff} \
/usr/local/lib/{libgdraw,libgunicode,libuninameslist}* \
/usr/local/lib/pkgconfig/fontforge.pc \
/usr/local/man/man1/{fontforge,sfddiff}.1 \
/usr/local/share/doc/fontforge \
/usr/local/share/locale/*/LC_MESSAGES/FontForge.mo
password:
</PRE>
  </BLOCKQUOTE>
  <P>
<!--
  If you've installed to a different prefix (/usr perhaps) then simply substitute
  /usr for /usr/local above. -->
  違うプレフィクス (おそらく /usr) を指定してインストールしている場合、違いは上の /usr/local とあるところを /usr とするだけのことです。
</DIV>
</BODY></HTML>