본문 바로가기

SW 프로그래밍/센토스(CenTOS)33

CentOS 명령어 정리 CentOS 명령어 정리 베낌 : https://luna1x.wordpress.com/2013/10/06/centos-%EB%AA%85%EB%A0%B9%EC%96%B4-%EC%A0%95%EB%A6%AC/ 설치wget [URL] : URL에 있는 파일을 다운로드 받는다.rpmrpm -Uvh [rpm] : 패키지를 설치하거나, 업그레이드 한다.rpm -qi [rpm] : 패키지가 설치 되어있는지 확인한다.rpm -e [rpm] : 패키지를 삭제 한다.yum(의존성이 있는 패키지 그룹 단위)yum -y install [패키지] : 패키지를 설치한다.yum -y erase [패키지] : 패키지를 삭제한다.yum list : 설치 가능한 패키지 목록.yum list updates : 업데이트가 가능한 패키지 목록.. 2018. 1. 30.
Centos7 파이어폭스 업그레이드 Centos7 파어어폭스 업그레이드 참고 : http://slic.tistory.com/1224 To update, Firefox we don't even need to open the browser, what we have to do is, open the Linux terminal and update the Firefox using yum the update command.yum -y update FirefoxNow the Firefox will be updated to the latest version. And This also Works in Following Distributions.RedHat Enterprise LinuxFedora WorkstationIt is always a good pr.. 2018. 1. 30.
Centos7 구글 크롬 설치 Centos7 구글 크롬 설치참조사이트 : https://blog.bypass.sh/961 다음글 : Centos7 파어어폭스 업그레이드 RPM으로 크롬 설치 할 경우 요구하는 dependency 파일이 많아서, 편하게 YUM 이용. vi /etc/yum.repos.d/google-chrome.repoCopy[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pubCopyrepo 파일 생성 후 저장 yum install google-chrome-.. 2018. 1. 30.