• Home
  • About
    • Seokmin.Lee photo

      Seokmin.Lee

      Hello, I am a master's student in the Department of Convergence Security (Samsung Advanced Security) at Korea University.After graduation, I am expected as a security developer or researcher member of Samsung SDS.

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Tags

[linux]rpm2deb, deb 분석

26 Jan 2022

rpm2deb: alien

ref: https://junhyunny.github.io/information/linux/linux-alien/

  • $ sudo apt install alien
  • $ sudo alien -d xxxx.rpm
  • xxxx.deb

deb 분석 (dpkg -x)

ref: https://devanix.tistory.com/223

  • $ dpkg -x xxx.deb {directory}
  • directory의 권한을 따지는 경우가 존재한다. 해당 파일의 위치에 권한된 디렉토리의 위치에 압축해제한다.


linux Share Tweet +1