Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

test-deb

아주 간단한 테스트용 Debian 패키지 예제 레포입니다.

빌드 방식

Debian/Ubuntu 환경에서 필요한 패키지:

sudo apt-get update
sudo apt-get install -y autopkgtest build-essential debhelper devscripts

빌드:

dpkg-buildpackage -us -uc -b

성공하면 상위 디렉터리에 hello-deb_0.1.0-1_all.deb 같은 파일이 생성됩니다.

설치/실행:

sudo dpkg -i ../hello-deb_0.1.0-1_all.deb
hello-deb

삭제:

sudo dpkg -r hello-deb

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages