[Ubuntu] *.deb 파일 설치 방법

확장자가 .deb 인 파일은 원래 Debian 리눅스에서의 설치파일입니다.
Ubuntu 는 원래 Debian 리눅스에서 파생되었기 때문에, 많은 부분에서 서로 닮아 있습니다. 따라서 별다른 변환 절차 없이 아래와 같이 바로 설치가 가능합니다.

[user@hostname]# sudo dpkg -i *.deb

*.rpm 파일을 *.deb 파일로 변환


[user@hostname]$ sudo apt-get install alien
[user@hostname]$ sudo alien -c *.rpm

댓글

이 블로그의 인기 게시물

Tomcat(톰캣) SSL 포트 설정

Boilerplate for typescript server programing

Using the MinIO API via curl

운영체제를 개발 방법

What are 5 creative things I could do with my kids' art, 아이와 함께하는 창의적 놀이

How to split a list into chunks of 100 items in JavaScript, 자바스크립트 리스트 쪼개기

[OS_Linux_Ubuntu] telnet & ssh 설치와 설정 (installation / configuration)

How to catch exceptions on Future in Java, 자바 Future 에러 잡기

Kafka consumer in a Spring Boot application using a scheduled task

Declaration of custom object or type in Node.js