yum provides ifconfigThrough that we can see that the net-tools package installs it. Run:
yum install net-tools…and you should be able to now use ifconfig.
Websites and SEO
yum provides ifconfigThrough that we can see that the net-tools package installs it. Run:
yum install net-tools…and you should be able to now use ifconfig.
yum –enablerepo=base –disablerepo=citrix install [packagename]
yum –enablerepo=base –disablerepo=citrix install denyhosts
yum install [package]Using tmux as an example:
yum install tmux
Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies –> Running transaction check —> Package tmux.x86_64 0:1.8-3.fc20 will be installed –> Finished Dependency Resolution Dependencies Resolved =========================================== Package Arch Version Repository Size =========================================== Installing: tmux x86_64 1.8-3.fc20 fedora 243 k Transaction Summary =========================================== Install 1 Package Total download size: 243 k Installed size: 558 k Is this ok [y/d/N]:You can see that the yum command provides some useful information about the package you have asked it to install. If you are happy with the information provided you can install with “y” or cancel with “n”.
…and that’s it! From here you can begin to use the filesystem by creating a pool or importing an existing pool. Many people find Ubuntu an easier system to manage compared to Solaris or FreeBSD so it’s good news that it now appears to be a stable implementation, despite being technically a release candidate.sudo add-apt-repository ppa:zfs-native/stable sudo apt-get update sudo apt-get install ubuntu-zfs