Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: installation by yum  (Read 3950 times)

0 Members and 1 Guest are viewing this topic.

legendarysnake

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
installation by yum
« on: August 26, 2014, 08:32:48 pm »
I'm trying to install the SFML using yum, but it is returning the error:
[root@localhost snake]yum install sfml
Plugins carregados: langpacks, refresh-packagekit
Resolvendo dependências
--> Executando verificação da transação
---> O pacote sfml.x86_64 0:2.0.0-1.fc19 será instalado
--> Resolução de dependências finalizada

Dependências resolvidas

================================================================================
 Package        Arq.             Versão                    Repo            Tam.
================================================================================
Instalando:
 sfml           x86_64           2.0.0-1.fc19              sfml           202 k

Resumo da transação
================================================================================
Instalar  1 Package

Tamanho total: 202 k
Tamanho depois de instalado: 548 k
Is this ok [y/d/N]: y
Downloading packages:


O pacote sfml-2.0.0-1.fc19.x86_64.rpm não está assinado
[root@localhost snake]#

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: installation by yum
« Reply #1 on: August 26, 2014, 08:39:25 pm »
1. Don't assume people speak your native language (I certainly don't) in an english language forum. Translate relevant parts to english; please.
2. Your distribution (RedHat derived I guess based on yum/rpm) may not ship SFML at all or may not ship the latest version. You'll have to take that up with your distro people.
3. It's trivial to clone the SFML git repository and build (compile) it yourself.
« Last Edit: August 26, 2014, 08:41:20 pm by Jesper Juhl »

MW2TopTenWORLD

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • Email
Re: installation by yum
« Reply #2 on: August 27, 2014, 12:48:30 am »
1. Don't assume people speak your native language (I certainly don't) in an english language forum. Translate relevant parts to english; please.
2. Your distribution (RedHat derived I guess based on yum/rpm) may not ship SFML at all or may not ship the latest version. You'll have to take that up with your distro people.
3. It's trivial to clone the SFML git repository and build (compile) it yourself.

It's Portuguese, I will translate (I'm Portuguese as well)

[root@localhost snake]yum install sfml
Loaded Plugins: langpacks, refresh-packagekit
Resolving dependencies
--> Executing Transaction check
---> The Package sfml.x86_64 0:2.0.0-1.fc19 will be installed
--> Dependencies resolution finished

Dependencies resolved

================================================================================
 Package     Architecture.     Version                  Repo          Size
================================================================================
Installing:
 sfml           x86_64           2.0.0-1.fc19              sfml           202 k

Short-Version of the transaction
================================================================================
Install  1 Package

Total Size: 202 k
Size after installed: 548 k
Is this ok [y/d/N]: y
Downloading packages:


The Package sfml-2.0.0-1.fc19.x86_64.rpm is not signed
[root@localhost snake]#




btw I translated DIRECTLY to Portuguese, maybe somethings are different because this isn't normal talking... it's Computer stuff.

Strelok

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • GitHub
Re: installation by yum
« Reply #3 on: August 27, 2014, 01:21:51 am »
SFML 2.0 is quite outdated anyway (6th of april 2013). You might want to use SFML 2.1 or compile the latest version yourself.

Mörkö

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Re: installation by yum
« Reply #4 on: August 27, 2014, 01:32:23 am »
Yeah I don't know what repo you are using to find such an outdated version.

# yum info SFML

Installed Packages
Name        : SFML
Arch        : x86_64
Version     : 2.1
Release     : 1.fc20
Size        : 515 k
Repo        : installed
From repo   : updates

FRex

  • Hero Member
  • *****
  • Posts: 1846
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: installation by yum
« Reply #5 on: August 27, 2014, 01:46:49 am »
Probably Fedora 19 has 2.0 and Fedora 20 and up have (some version of) 2.1 but they are in packages named in caps and yum is case sensitive so maybe it's a custom repo he is using...
Back to C++ gamedev with SFML in May 2023