2015년 5월 28일 목요일

DNF Is The New Default Package Manager Of Fedora 22

dnf [options]  [...]
 
DNF usage is very similar to YUM.

For example, to install a new package using YUM, we use the following command:
 
sudo yum install 
 
Similarly, we can install package using DNF as shown below.

To install a package using DNF:
 
sudo dnf install 

To remove a package:
 
sudo dnf remove 

To update the system:
 
sudo dnf update

To upgrade the system:
 
sudo dnf upgrade
 
출처:http://www.unixmen.com/dnf-is-the-new-default-package-manager-of-fedora-22/ 

댓글 없음:

댓글 쓰기

[퍼옴] MPV 단축키 / 환경 설정

  최대한 팟플레이어랑 비슷하게 하려고 했다. 단축키 설정 파일 ~/.config/mpv/input.conf CLOSE_WIN quit TAB script-binding stats/display-stats-toggle ENTER cycle full...