How to install MPlayer-1.3.0.tar.xz?

2018-01-13 Thread 郭 灵贤
I have download a file named MPlayer-1.3.0.tar.xz , I want to know how to 
install MPlayer-1.3.0.tar.xz ?

发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


How to install MPlayer-1.3.0.tar.xz ?

2018-01-13 Thread 郭 灵贤
I have download a file named MPlayer-1.3.0.tar.xz , when I use
the (dnf install mplayer)command to install MPlayer-1.3.0.tar.xz ,system  
display [No match for argument:mplayer , Error : Unable to find a match ] , who 
can help me ? I am a beginner of linux , I need detailed steps
发送自 Windows 10 版邮件应用

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How to install MPlayer-1.3.0.tar.xz?

2018-01-13 Thread jarmo
Sat, 13 Jan 2018 11:08:18 +
郭 灵贤  kirjoitti:

> I have download a file named MPlayer-1.3.0.tar.xz , I want to know
> how to install MPlayer-1.3.0.tar.xz ?

How about, dnf install mplayer command?

Jarmo
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How to install MPlayer-1.3.0.tar.xz?

2018-01-13 Thread Ed Greshko
On 01/13/18 19:50, jarmo wrote:
> Sat, 13 Jan 2018 11:08:18 +
> 郭 灵贤  kirjoitti:
>
>> I have download a file named MPlayer-1.3.0.tar.xz , I want to know
>> how to install MPlayer-1.3.0.tar.xz ?
> How about, dnf install mplayer command?
>

Sure, that will work.  IF you have the rpmfusion repo installed on the system.

https://rpmfusion.org/

-- 
Fedora Users List - The place to go to speculate endlessly



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How to install MPlayer-1.3.0.tar.xz ?

2018-01-13 Thread Ed Greshko
On 01/14/18 14:54, 郭 灵贤 wrote:
>
> I have download a file named MPlayer-1.3.0.tar.xz , when I use
>
> the (dnf install mplayer)command to install MPlayer-1.3.0.tar.xz ,system  
> display
> [No match for argument:mplayer , Error : Unable to find a match ] , who can 
> help me
> ? I am a beginner of linux , I need detailed steps
>

The *best* way to install mplayer is to use the packages from RPM fusion.

I'm assuming you are running Fedora 27.

Download the following 2 files

https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm

https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-27.noarch.rpm

Then do

sudo dnf install rpmfusion-free-release-27.noarch.rpm
rpmfusion-nonfree-release-27.noarch.rpm

This will install the RPMfusion repos on your system.  After that, you can do

sudo dnf install mplayer


Forget about the MPlayer-1.3.0.tar.xz you have downloaded.  This would require 
you to
compile and install manually.  Not a very good idea for most novice users as it 
won't
get updated when bugs are found.


-- 
Fedora Users List - The place to go to speculate endlessly


signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How to install MPlayer-1.3.0.tar.xz ?

2018-01-14 Thread Ed Greshko
On 01/14/18 14:54, 郭 灵贤 wrote:
> I need detailed steps


I missed that you need detailed steps.  So, here is that I did on a F26 test 
system. 
Note the URL for RPMfusion will be different for F27.  I have marked the lines 
that I
input with ***

[egreshko@f26g ~]$ su -   ***
Password:
[root@f26g ~]# wget
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-26.noarch.rpm
  ***
--2018-01-14 17:12:43-- 
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-26.noarch.rpm
Resolving download1.rpmfusion.org (download1.rpmfusion.org)... 193.28.235.60
Connecting to download1.rpmfusion.org 
(download1.rpmfusion.org)|193.28.235.60|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 20386 (20K) [application/x-rpm]
Saving to: ‘rpmfusion-free-release-26.noarch.rpm’

rpmfusion-free-relea 100%[=>]  19.91K  68.8KB/s    in 0.3s  
 

2018-01-14 17:12:45 (68.8 KB/s) - ‘rpmfusion-free-release-26.noarch.rpm’ saved
[20386/20386]

[root@f26g ~]# wget
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-26.noarch.rpm
 
***
--2018-01-14 17:12:56-- 
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-26.noarch.rpm
Resolving download1.rpmfusion.org (download1.rpmfusion.org)... 193.28.235.60
Connecting to download1.rpmfusion.org 
(download1.rpmfusion.org)|193.28.235.60|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 20430 (20K) [application/x-rpm]
Saving to: ‘rpmfusion-nonfree-release-26.noarch.rpm’

rpmfusion-nonfree-re 100%[=>]  19.95K  69.2KB/s    in 0.3s  
 

2018-01-14 17:12:58 (69.2 KB/s) - ‘rpmfusion-nonfree-release-26.noarch.rpm’ 
saved
[20430/20430]

[root@f26g ~]# ls  ***
anaconda-ks.cfg   rpmfusion-nonfree-release-26.noarch.rpm
rpmfusion-free-release-26.noarch.rpm

[root@f26g ~]# dnf install ./*rpm  ***
Last metadata expiration check: 1:51:56 ago on Sun 14 Jan 2018 03:21:22 PM CST.
Dependencies resolved.
===
 Package Arch Version Repository  
Size
===
Installing:
 rpmfusion-free-release  noarch   26-1    @commandline    
20 k
 rpmfusion-nonfree-release   noarch   26-1    @commandline    
20 k

Transaction Summary
===
Install  2 Packages

Total size: 40 k
Installed size: 17 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing    :   
1/1
  Installing   : rpmfusion-nonfree-release-26-1.noarch 
1/2
  Installing   : rpmfusion-free-release-26-1.noarch    
2/2
  Verifying    : rpmfusion-free-release-26-1.noarch    
1/2
  Verifying    : rpmfusion-nonfree-release-26-1.noarch 
2/2

Installed:
  rpmfusion-free-release.noarch 26-1 rpmfusion-nonfree-release.noarch 26-1  
 

Complete!
[root@f26g ~]# dnf install mplayer
RPM Fusion for Fedora 26 - Free - Updates  1.6 MB/s | 457 kB 00:00  
 
RPM Fusion for Fedora 26 - Free    1.5 MB/s | 519 kB 00:00  
 
RPM Fusion for Fedora 26 - Nonfree - Updates   176 kB/s |  36 kB 00:00  
 
RPM Fusion for Fedora 26 - Nonfree 2.7 MB/s | 158 kB 00:00  
 
Last metadata expiration check: 0:00:00 ago on Sun 14 Jan 2018 05:13:45 PM CST.
Dependencies resolved.
===
 Package   Arch   Version  Repository 
Size
===
Installing:
 mplayer   x86_64 1.3.0-9.fc26 rpmfusion-free    
1.2 M
Installing dependencies:
 SDL   x86_64 1.2.15-25.fc26   updates   
214 k
 aalib-libs    x86_64 1.4.0-0.30.rc5.fc26  fedora 
69 k
 clang-libs    x86_64 4.0.1-5.fc26 updates    
12 M
 compiler-rt   x86_64 4.0.1-1.fc26 updates   
1.6 M
 faad2-libs    x86_64 1:2.7-9.fc26 rpmfusion-free    
153 k
 ffmpeg-libs   x86_64 3.3.6-1.fc26 
rpmfusion-free-updates
 
6.3 M
 freeglut  x86_64 3.0.0-4.fc26 fedora    
187 k
 fribidi   x86_64 0.19.7-3.fc26    fedora 
69 k
 gpm-libs  x86_64 1.20.7-10.fc26   fedora 
36 k
 hwloc-libs    x86_64 1.11