"리눅스 potrace 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
2번째 줄: 2번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# potrace
[root@zetawiki ~]# potrace
-bash: potrace: command not found
-bash: potrace: command not found
</source>
</syntaxhighlight>


==epel 저장소 추가==
==epel 저장소 추가==
11번째 줄: 11번째 줄:


==설치==
==설치==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# yum install potrace
[root@zetawiki ~]# yum install potrace
... (생략)
... (생략)
27번째 줄: 27번째 줄:
Installed size: 230 k
Installed size: 230 k
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
... (생략)
... (생략)
Installed:
Installed:
34번째 줄: 34번째 줄:


Complete!
Complete!
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# potrace -h
[root@zetawiki ~]# potrace -h
... (생략)
... (생략)
43번째 줄: 43번째 줄:
Backends are: eps, postscript, ps, pdf, pdfpage, svg, dxf, geojson, pgm,  
Backends are: eps, postscript, ps, pdf, pdfpage, svg, dxf, geojson, pgm,  
gimppath, xfig.
gimppath, xfig.
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 9월 24일 (금) 23:26 기준 최신판

리눅스 potrace 설치

1 확인[ | ]

[root@zetawiki ~]# potrace
-bash: potrace: command not found

2 epel 저장소 추가[ | ]

3 설치[ | ]

[root@zetawiki ~]# yum install potrace
... (생략)
================================================================
 Package       Arch         Version            Repository  Size
================================================================
Installing:
 potrace       x86_64       1.11-1.el6         epel       103 k

Transaction Summary
================================================================
Install       1 Package(s)

Total download size: 103 k
Installed size: 230 k
Is this ok [y/N]: y
... (생략)
Installed:
  potrace.x86_64 0:1.11-1.el6                                   

Complete!

4 확인 2[ | ]

[root@zetawiki ~]# potrace -h
... (생략)
Possible input file formats are: pnm (pbm, pgm, ppm), bmp.
Backends are: eps, postscript, ps, pdf, pdfpage, svg, dxf, geojson, pgm, 
gimppath, xfig.

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}