CentOS sox 설치

Jmnote (토론 | 기여)님의 2013년 3월 18일 (월) 00:58 판 (새 문서: ;sox 설치 *A general purpose sound file conversion tool ==설치 확인 (전)== <source lang='dos'> [root@jmnote ~]# rpm -qa sox [root@jmnote ~]# sox -bash: /usr/bin/sox: No such f...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
sox 설치
  • A general purpose sound file conversion tool

1 설치 확인 (전)

[root@jmnote ~]# rpm -qa sox
[root@jmnote ~]# sox
-bash: /usr/bin/sox: No such file or directory

2 설치

[root@jmnote ~]# yum list sox
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Available Packages
sox.x86_64                                       12.18.1-1.el5_5.1                                        Daum
→ Daum yum repo로 설치 가능
[root@jmnote ~]# yum install sox -y
... (생략)
==============================================================================================================
 Package              Arch                    Version                             Repository             Size
==============================================================================================================
Installing:
 sox                  x86_64                  12.18.1-1.el5_5.1                   Daum                  321 k

Transaction Summary
==============================================================================================================
... (생략)
Complete!

3 설치 확인 (후)

[root@jmnote ~]# rpm -qa sox
sox-12.18.1-1.el5_5.1
[root@jmnote ~]# sox
sox: Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ]

Failed: Not enough input or output filenames specified


4 같이 보기

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