가시화 패키지 개발-참고 문헌 저장
https://tecadmin.net/install-python-3-7-on-centos-8/
How to Install Python 3.7 on CentOS/RHEL 8 – TecAdmin
How to install Python version on CentOS 8. Steps to compile and install Python 3.7 from source code on CentOS 8. Installing Python on CentOS 8
tecadmin.net
http://wiki.pchero21.com/wiki/Rpmbuild_spec_file
Rpmbuild spec file - 탱이의 잡동사니
Overview RPM spec file 내용 정리 Preamble Preamble 에는 패키지 기본 정보 및 누가 작업을 했는지 등을 입력한다. 아래는 간단한 예제이다. # # Example spec file for cdplayer app... # Summary: A CD player app that rocks! Nam
wiki.pchero21.com
https://jhnyang.tistory.com/59
[리눅스 CentOS, Fedora] 앱/프로그램 설치(install applications) RPM과 yum 명령어 및 옵션, 상황별 사용예시
리눅스 완전 정복 : 리눅스 목차 핸드폰만 해도 무수히 많은 어플을 깔고~~ 컴퓨터에만 해도 우리는 많은 프로그램을 설치하죠 컴퓨터도 Windows 운영체제이고 핸드폰의 운영체제인 Android도 리눅�
jhnyang.tistory.com
bash 스크립트에서 yum을 통해 패키지가 설치되었는지 어떻게 알 수 있습니까?
qastack.kr
https://wordpressxe.tistory.com/7
리눅스 RPM 명령어 정리
RPM이란? RPM이란 Redhat Package Manager의 약어입니다. 원래 레드햇에서 사용되던 패키지 파일이었지만, 현재는 RPM 패키지를 관리하기 위한 도구로 많이 사용 됩니다. RPM 명령어 RPM 패키지 설치 # rpm -i
wordpressxe.tistory.com
https://johyungen.tistory.com/177
Linux 소스코드로 RPM 패키지 만들기
*소스코드로 RPM 패키지 만들기 1.소스 프로그램 개발 #mkdir -p hello-1.0 #vi hello-1.0/hello.sh ------------------------------hello.sh---------------------- ----------------------------------..
johyungen.tistory.com
https://wiki.mageia.org/en/Packaging_problems_and_solutions
Packaging problems and solutions - Mageia wiki
build errors unrecognized option --tag=CXX' Try libtool --help' for more information The libtoolize macro is part of the %configure macro (check with rpm --eval %configure ), and because there is a version mismatch, things will break. Mageia Linux uses li
wiki.mageia.org
https://wookiist.tistory.com/10
[Wiki] '/bin' 디렉토리와 '/usr/bin' 디렉토리의 차이는 무엇일까? ('/bin' vs '/usr/bin')
/bin 과 /usr/bin의 차이는? 우분투를 사용하다가 문득 /bin 과 /usr/bin 의 차이가 궁금해졌다. 궁금하던 차에 정리해보았다. 다양한 종류의 /bin Linux와 Unix 계열의 OS에는 굉장히 다양한 .../bin 디렉토리�
wookiist.tistory.com
https://www.lesstif.com/system-admin/rpmbuild-rpm-23756937.html
rpmbuild 로 rpm 패키지 만들기
www.lesstif.com
https://zetawiki.com/wiki/Spec_%ED%8C%8C%EC%9D%BC
Spec 파일 - 제타위키
다음 문자열 포함...
zetawiki.com
커스텀 YUM 저장소 만들기 실습 - 제타위키
다음 문자열 포함...
zetawiki.com
http://ftp.rpm.org/max-rpm/s1-rpm-anywhere-specifying-file-attributes.html
Specifying File Attributes
In cases where the package builder cannot create the files to be packaged with the proper ownership and permissions, the %attr macro can be used to make things right. The %attr macro has the following format: %attr( , , ) The is represented in traditional
ftp.rpm.org
https://jjig810906.tistory.com/11
CentOS7 Service 만들기
CentOS7에서 서버가 실행될때 자동으로 실행되는 서비스를 만들고 싶다면 먼저 아래 내용과 같은 파일을 만들어 /etc/systemd/system/서비스명.service 로 저장한다. 예)/etc/systemd/system/TestService.servic..
jjig810906.tistory.com