< Home - < Back

fedfind


Information about the package, fedfind, which is shipped with common Linux distributions. The fedfind package is designed for, Fedora compose and image finder.


Package Name:

fedfind

Summary:

Fedora compose and image finder

Description:

Fedora Finder finds Fedora. For now, that means it finds Fedora images - for stable releases, milestone pre-releases, candidate composes, and nightly composes. The fedfind package provides a simple CLI for showing image URLs.

Architecture:

noarch

Version:

4.1.1

Release:

1.el6

Size:

44 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for fedfind


Control the fedfind package with the following handy commands outlined below.


Command

Description of Command

yum install fedfind

This command will install fedfind on the server.

yum remove fedfind

This command will un-install fedfind on the server. When you run this command, you will be asked if you are sure that you want to remove fedfind, so you have to manually confirm that you want to do this.

yum -y remove fedfind

This command will un-install fedfind on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fedfind when using the -y flag.

yum update fedfind

This command will update fedfind to the latest version. When you run this command, you will be asked if you are sure that you want to remove fedfind, so you have to manually confirm that you want to do this.

yum -y update fedfind

This command will update fedfind to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fedfind when using the -y flag.

yum info fedfind

This command will show you core information about the fedfind package.

yum deplist fedfind

This command will show you the dependencies for fedfind. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update fedfind

This command will check if there is an update waiting on fedfind. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.