OpenSSL Security Advisory [16 Feb 2017] ======================================== Encrypt-Then-Mac renegotiation crash (CVE-2017-3733) ==================================================== Severity: High During a renegotiation handshake if the Encrypt-Then-Mac extension is negotiated where it was not in the original handshake (or vice-versa) then this can cause OpenSSL to crash (dependent on ciphersuite). Both clients and servers are affected. OpenSSL 1.1.0 users should upgrade to 1.1.0e This issue does not affect OpenSSL version 1.0.2. This issue was reported to OpenSSL on 31st January 2017 by Joe Orton (Red Hat). The fix was developed by Matt Caswell of the OpenSSL development team. Note ==== Support for version 1.0.1 ended on 31st December 2016. Support for versions 0.9.8 and 1.0.0 ended on 31st December 2015. Those versions are no longer receiving security updates. References ========== URL for this Security Advisory: https://www.openssl.org/news/secadv/20170216.txt Note: the online version of the advisory may be updated with additional details over time. For details of OpenSSL severity classifications please see: https://www.openssl.org/policies/secpolicy.html
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
Friday, February 17, 2017
News: OpenSSL Security Advisory [16 Feb 2017]
According to this website: www.openssl.org/news
Wednesday, February 15, 2017
Install old Skype package into Fedora 25.
This is old package of skype and can be download from this link: skype Fedora 16 - 32 bit.
The install process of skype using the dnf command:
To run the skype just use the command skype under linux shell:
The install process of skype using the dnf command:
[root@localhost Downloads]# dnf install skype-4.3.0.37-fedora.i586.rpm
Last metadata expiration check: 2:47:29 ago on Wed Feb 15 12:56:31 2017.
Dependencies resolved.
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
alsa-lib i686 1.1.1-2.fc25 fedora 411 k
alsa-plugins-pulseaudio
i686 1.1.1-1.fc25 fedora 45 k
bzip2-libs i686 1.0.6-21.fc25 updates 44 k
cairo i686 1.14.8-1.fc25 updates 750 k
...
xz-libs i686 5.2.2-2.fc24 fedora 98 k
zlib i686 1.2.8-10.fc24 fedora 98 k
Transaction Summary
================================================================================
Install 104 Packages
Total size: 90 M
Total download size: 71 M
Installed size: 264 M
Is this ok [y/N]: y
...
sni-qt.i686 0.2.6-7.fc24
sqlite-libs.i686 3.14.2-1.fc25
systemd-libs.i686 231-12.fc25
tcp_wrappers-libs.i686 7.6-83.fc25
xz-libs.i686 5.2.2-2.fc24
zlib.i686 1.2.8-10.fc24
Complete!
To run the skype just use the command skype under linux shell:
Posted by
Cătălin George Feștilă
Labels:
2017,
Fedora,
Fedora 25,
linux,
linux tools,
skype,
software,
tutorial,
tutorials
Thursday, February 9, 2017
Dealing with Mono under Fedora 25.
As you know the new Fedora come with dnf tool options you can use to define a DNF repository ( see link ).
This can be a problem for new users if want to install the mono development tools because they can get this error:
To fix that error you just need to use this commands:
Now you can start the monodevelop with this command:
I make a simple mono GTK# window into few steps:
The result of project come with this files:
This can be a problem for new users if want to install the mono development tools because they can get this error:
...
warning: /var/cache/dnf/download.mono-project.com_repo_centos-beta_-36cf85be8e79dffc/packages/mono-devel-4.8.0.483-0.xamarin.1.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID d3d831ef: NOKEY
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Public key for mono-devel-4.8.0.483-0.xamarin.1.x86_64.rpm is not installed
To fix that error you just need to use this commands:
[root@localhost mythcat]# rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
[root@localhost fedora25_test001]# dnf config-manager --add-repo http://jenkins.mono-project.com/repo/centos/
Adding repo from: http://jenkins.mono-project.com/repo/centos/
[root@localhost fedora25_test001]# dnf update
[root@localhost mythcat]# dnf install mono-devel
...
[root@localhost mythcat]#
dnf install monodevelop
Now you can start the monodevelop with this command:
[mythcat@localhost ~]$ monodevelop
I make a simple mono GTK# window into few steps:
The result of project come with this files:
[mythcat@localhost ~]$ cd fedora25_test001/
[mythcat@localhost fedora25_test001]$ ll
total 100408
-rw-rw-r--. 1 mythcat mythcat 4163 Feb 5 23:17 Assembly-CSharp.csproj
-rw-rw-r--. 1 mythcat mythcat 4163 Feb 5 23:17 Assembly-CSharp-vs.csproj
drwxr-xr-x. 2 mythcat mythcat 228 Feb 5 23:17 Assets
-rw-rw-r--. 1 mythcat mythcat 1452 Feb 5 23:17 fedora25_test001-csharp.sln
-rw-rw-r--. 1 mythcat mythcat 1448 Feb 5 23:17 fedora25_test001.sln
drwxr-xr-x. 4 mythcat mythcat 4096 Feb 5 23:39 Library
drwxr-xr-x. 2 mythcat mythcat 4096 Feb 5 23:39 ProjectSettings
drwxrwxr-x. 6 mythcat mythcat 143 Feb 5 23:18 test_Data
-rwxr-xr-x. 1 mythcat mythcat 49128408 Feb 5 23:18 test.x86
-rwxr-xr-x. 1 mythcat mythcat 53652633 Feb 5 23:18 test.x86_64
Posted by
Cătălin George Feștilă
Labels:
2017,
development,
Fedora,
Fedora 25,
linux tools,
mono,
tutorial,
tutorials
Sunday, February 5, 2017
Testing Unity 3D with Fedora 25 start with some bugs.
Today I will tested the Unity 3D with Fedora 25.
The hardware I used is:
video:
cpu:
The install can be used into root account:
First start of Unity come with this error:
I need to remove libgpg-error.so.0 file the from this folder:
rm /home/mythcat/Downloads/unity-editor-5.1.0f3/Editor/Data/Tools
After that the Unity Editor start well but another error come into default Unity scene.
Errors and problems I found:
- the new material cannot be added to the 3D object by drag and drop;
- the skybox come with a pink color without the sky I know from Windows OS (maybe some problems come from video: Shader compiler: internal error compiling shader snippet type=1 platform=0: Error reading external process - read 0 bytes and this Shader compiler: internal error compiling shader snippet type=1 platform=0: Error reading external process - read 0 bytes);
- the open C# script not work;
I make a Unity application - default scene and worked well.
I make a bug report here.
You can download the Unity sh file from here.
The hardware I used is:
video:
# lspci -v | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
cpu:
# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
Stepping: 3
CPU MHz: 2943.750
CPU max MHz: 3400.0000
CPU min MHz: 800.0000
BogoMIPS: 6385.65
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
The install can be used into root account:
[mythcat@localhost Downloads]$ sh unity-editor-installer-5.1.0f3+2015082501.sh
This installer must be run as root.
[mythcat@localhost Downloads]$ su
Password:
[root@localhost Downloads]# sh unity-editor-installer-5.1.0f3+2015082501.sh
Installer for Unity 5.1.0f3
Press Enter to begin extracting to ./unity-editor-5.1.0f3
Unpacking Unity 5.1.0f3 ...
Extraction complete. Run ./unity-editor-5.1.0f3/Editor/Unity to begin
First start of Unity come with this error:
$ ./unity-editor-5.1.0f3/Editor/Unity
./unity-editor-5.1.0f3/Editor/Unity: /home/mythcat/Downloads/unity-editor-5.1.0f3/Editor/Data/Tools/libgpg-error.so.0: no version information available (required by /lib64/libgcrypt.so.20)
./unity-editor-5.1.0f3/Editor/Unity: relocation error: /lib64/libgcrypt.so.20: symbol gpg_err_set_errno, version GPG_ERROR_1.0 not defined in file libgpg-error.so.0 with link time reference
I need to remove libgpg-error.so.0 file the from this folder:
rm /home/mythcat/Downloads/unity-editor-5.1.0f3/Editor/Data/Tools
After that the Unity Editor start well but another error come into default Unity scene.
Errors and problems I found:
- the new material cannot be added to the 3D object by drag and drop;
- the skybox come with a pink color without the sky I know from Windows OS (maybe some problems come from video: Shader compiler: internal error compiling shader snippet type=1 platform=0: Error reading external process - read 0 bytes and this Shader compiler: internal error compiling shader snippet type=1 platform=0: Error reading external process - read 0 bytes);
- the open C# script not work;
I make a Unity application - default scene and worked well.
I make a bug report here.
You can download the Unity sh file from here.
Posted by
Cătălin George Feștilă
Labels:
2017,
error,
Fedora,
Fedora 25,
linux,
linux tools,
Unity 3D
Saturday, February 4, 2017
Blender 3D and LuxRender under Fedora 25 distro.
You need to run this commands for instaltion of Blender 3D:
You can run the Blender 3D software now. If you want to install the LuxRender then you need to use this command:
NOTE: The LuxRender will work with Blender 3D only if you start under root or super user shell.
Use the super user shell or root to activate Blender 3D addon for LuxRender.
If you don't do that the you will got one error.
This is the output of the Blender 3D and LuxRender install softwares under Fedora 25 distro. Let's start:
The install of LuxRender with all Fedora packages.
dnf install blender.x86_64
You can run the Blender 3D software now. If you want to install the LuxRender then you need to use this command:
dnf install LuxRender-blender.x86_64
NOTE: The LuxRender will work with Blender 3D only if you start under root or super user shell.
Use the super user shell or root to activate Blender 3D addon for LuxRender.
If you don't do that the you will got one error.
This is the output of the Blender 3D and LuxRender install softwares under Fedora 25 distro. Let's start:
[root@localhost mythcat]# dnf install blender.x86_64
Last metadata expiration check: 2:23:08 ago on Sat Feb 4 17:33:50 2017.
Dependencies resolved.
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
Field3D x86_64 1.7.2-3.fc25 fedora 517 k
OpenColorIO x86_64 1.0.9-11.fc24 fedora 439 k
OpenEXR-libs x86_64 2.2.0-5.fc24 fedora 630 k
OpenImageIO x86_64 1.6.16-1.fc25 fedora 1.7 M
SuperLU x86_64 5.2.0-1.fc25 fedora 183 k
armadillo x86_64 7.600.2-1.fc25 updates 28 k
arpack x86_64 3.3.0-2.b0f7a60git.fc24 fedora 106 k
blas x86_64 3.6.1-2.fc25 fedora 400 k
blender x86_64 1:2.78a-4.fc25 updates 39 M
blender-fonts noarch 1:2.78a-4.fc25 updates 4.7 M
boost-atomic x86_64 1.60.0-10.fc25 updates 47 k
boost-chrono x86_64 1.60.0-10.fc25 updates 53 k
boost-locale x86_64 1.60.0-10.fc25 updates 278 k
boost-program-options x86_64 1.60.0-10.fc25 updates 165 k
boost-regex x86_64 1.60.0-10.fc25 updates 298 k
cfitsio x86_64 3.370-6.fc24 fedora 534 k
freexl x86_64 1.0.2-3.fc24 fedora 37 k
gdal-libs x86_64 2.1.2-5.fc25 updates 5.7 M
geos x86_64 3.5.0-3.fc25 fedora 553 k
google-droid-sans-fonts noarch 20120715-10.fc24 fedora 2.5 M
hdf5 x86_64 1.8.17-2.fc25 updates 1.7 M
ilmbase x86_64 2.2.0-5.fc24 fedora 105 k
jemalloc x86_64 4.4.0-2.fc25 updates 186 k
lapack x86_64 3.6.1-2.fc25 fedora 5.9 M
leptonica x86_64 1.74.1-1.fc25 updates 1.0 M
libdap x86_64 3.17.2-2.fc25 fedora 615 k
libgeotiff x86_64 1.4.0-7.fc24 fedora 712 k
libgta x86_64 1.0.7-3.fc24 fedora 38 k
libkml x86_64 1.3.0-3.fc25 fedora 332 k
libspatialite x86_64 4.3.0a-2.fc24 fedora 2.5 M
libspnav x86_64 0.2.3-3.fc24 fedora 17 k
libucil x86_64 0.9.10-12.fc24 fedora 73 k
libunicap x86_64 0.9.12-17.fc24 fedora 122 k
mariadb-common x86_64 3:10.1.20-1.fc25 updates 67 k
mariadb-config x86_64 3:10.1.20-1.fc25 updates 30 k
mariadb-libs x86_64 3:10.1.20-1.fc25 updates 655 k
netcdf x86_64 4.4.1.1-1.fc25 updates 740 k
ogdi x86_64 3.2.0-0.26.beta2.fc24 fedora 251 k
openal-soft x86_64 1.17.2-2.fc24 fedora 337 k
openblas-openmp x86_64 0.2.19-4.fc25 updates 4.2 M
opencv-contrib x86_64 3.1.0-8.fc25 fedora 3.4 M
opencv-core x86_64 3.1.0-8.fc25 fedora 3.4 M
openjpeg-libs x86_64 1.5.1-16.fc24 fedora 88 k
postgresql-libs x86_64 9.5.5-1.fc25 updates 246 k
proj x86_64 4.9.2-2.fc24 fedora 208 k
protobuf x86_64 2.6.1-5.fc25 fedora 355 k
pugixml x86_64 1.8-1.fc25 updates 92 k
tesseract x86_64 3.04.01-2.fc25 fedora 11 M
tinyxml x86_64 2.6.2-11.fc24 fedora 54 k
unixODBC x86_64 2.3.4-3.fc25 fedora 425 k
uriparser x86_64 0.8.4-3.fc25 fedora 54 k
yaml-cpp03 x86_64 0.3.0-9.fc24 fedora 151 k
Transaction Summary
================================================================================
Install 52 Packages
Total download size: 97 M
Installed size: 344 M
Is this ok [y/N]: y
Downloading Packages:
(1/52): OpenColorIO-1.0.9-11.fc24.x86_64.rpm 995 kB/s | 439 kB 00:00
(2/52): OpenEXR-libs-2.2.0-5.fc24.x86_64.rpm 3.1 MB/s | 630 kB 00:00
(3/52): OpenImageIO-1.6.16-1.fc25.x86_64.rpm 4.0 MB/s | 1.7 MB 00:00
(4/52): google-droid-sans-fonts-20120715-10.fc2 4.1 MB/s | 2.5 MB 00:00
(5/52): ilmbase-2.2.0-5.fc24.x86_64.rpm 1.1 MB/s | 105 kB 00:00
(6/52): libspnav-0.2.3-3.fc24.x86_64.rpm 216 kB/s | 17 kB 00:00
(7/52): openal-soft-1.17.2-2.fc24.x86_64.rpm 1.6 MB/s | 337 kB 00:00
(8/52): openjpeg-libs-1.5.1-16.fc24.x86_64.rpm 633 kB/s | 88 kB 00:00
(9/52): tinyxml-2.6.2-11.fc24.x86_64.rpm 632 kB/s | 54 kB 00:00
(10/52): yaml-cpp03-0.3.0-9.fc24.x86_64.rpm 285 kB/s | 151 kB 00:00
(11/52): Field3D-1.7.2-3.fc25.x86_64.rpm 1.0 MB/s | 517 kB 00:00
(12/52): opencv-core-3.1.0-8.fc25.x86_64.rpm 3.0 MB/s | 3.4 MB 00:01
(13/52): libucil-0.9.10-12.fc24.x86_64.rpm 865 kB/s | 73 kB 00:00
(14/52): libunicap-0.9.12-17.fc24.x86_64.rpm 1.3 MB/s | 122 kB 00:00
(15/52): blender-fonts-2.78a-4.fc25.noarch.rpm 1.0 MB/s | 4.7 MB 00:04
(16/52): protobuf-2.6.1-5.fc25.x86_64.rpm 846 kB/s | 355 kB 00:00
(17/52): opencv-contrib-3.1.0-8.fc25.x86_64.rpm 1.7 MB/s | 3.4 MB 00:02
(18/52): boost-locale-1.60.0-10.fc25.x86_64.rpm 699 kB/s | 278 kB 00:00
(19/52): boost-chrono-1.60.0-10.fc25.x86_64.rpm 605 kB/s | 53 kB 00:00
(20/52): tesseract-3.04.01-2.fc25.x86_64.rpm 3.4 MB/s | 11 MB 00:03
(21/52): leptonica-1.74.1-1.fc25.x86_64.rpm 867 kB/s | 1.0 MB 00:01
(22/52): cfitsio-3.370-6.fc24.x86_64.rpm 716 kB/s | 534 kB 00:00
(23/52): freexl-1.0.2-3.fc24.x86_64.rpm 468 kB/s | 37 kB 00:00
(24/52): geos-3.5.0-3.fc25.x86_64.rpm 723 kB/s | 553 kB 00:00
(25/52): libdap-3.17.2-2.fc25.x86_64.rpm 816 kB/s | 615 kB 00:00
(26/52): libgeotiff-1.4.0-7.fc24.x86_64.rpm 836 kB/s | 712 kB 00:00
(27/52): libgta-1.0.7-3.fc24.x86_64.rpm 399 kB/s | 38 kB 00:00
(28/52): libkml-1.3.0-3.fc25.x86_64.rpm 878 kB/s | 332 kB 00:00
(29/52): libspatialite-4.3.0a-2.fc24.x86_64.rpm 1.0 MB/s | 2.5 MB 00:02
(30/52): gdal-libs-2.1.2-5.fc25.x86_64.rpm 923 kB/s | 5.7 MB 00:06
(31/52): unixODBC-2.3.4-3.fc25.x86_64.rpm 1.5 MB/s | 425 kB 00:00
(32/52): ogdi-3.2.0-0.26.beta2.fc24.x86_64.rpm 669 kB/s | 251 kB 00:00
(33/52): proj-4.9.2-2.fc24.x86_64.rpm 1.2 MB/s | 208 kB 00:00
(34/52): uriparser-0.8.4-3.fc25.x86_64.rpm 390 kB/s | 54 kB 00:00
(35/52): boost-atomic-1.60.0-10.fc25.x86_64.rpm 310 kB/s | 47 kB 00:00
(36/52): boost-regex-1.60.0-10.fc25.x86_64.rpm 644 kB/s | 298 kB 00:00
(37/52): pugixml-1.8-1.fc25.x86_64.rpm 311 kB/s | 92 kB 00:00
(38/52): boost-program-options-1.60.0-10.fc25.x 566 kB/s | 165 kB 00:00
(39/52): armadillo-7.600.2-1.fc25.x86_64.rpm 275 kB/s | 28 kB 00:00
(40/52): SuperLU-5.2.0-1.fc25.x86_64.rpm 575 kB/s | 183 kB 00:00
(41/52): arpack-3.3.0-2.b0f7a60git.fc24.x86_64. 573 kB/s | 106 kB 00:00
(42/52): hdf5-1.8.17-2.fc25.x86_64.rpm 798 kB/s | 1.7 MB 00:02
(43/52): blas-3.6.1-2.fc25.x86_64.rpm 1.5 MB/s | 400 kB 00:00
(44/52): mariadb-libs-10.1.20-1.fc25.x86_64.rpm 570 kB/s | 655 kB 00:01
(45/52): mariadb-common-10.1.20-1.fc25.x86_64.r 450 kB/s | 67 kB 00:00
(46/52): netcdf-4.4.1.1-1.fc25.x86_64.rpm 772 kB/s | 740 kB 00:00
(47/52): postgresql-libs-9.5.5-1.fc25.x86_64.rp 686 kB/s | 246 kB 00:00
(48/52): jemalloc-4.4.0-2.fc25.x86_64.rpm 721 kB/s | 186 kB 00:00
(49/52): lapack-3.6.1-2.fc25.x86_64.rpm 870 kB/s | 5.9 MB 00:06
(50/52): mariadb-config-10.1.20-1.fc25.x86_64.r 168 kB/s | 30 kB 00:00
(51/52): openblas-openmp-0.2.19-4.fc25.x86_64.r 806 kB/s | 4.2 MB 00:05
(52/52): blender-2.78a-4.fc25.x86_64.rpm 980 kB/s | 39 MB 00:40
--------------------------------------------------------------------------------
Total 2.0 MB/s | 97 MB 00:48
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : hdf5-1.8.17-2.fc25.x86_64 1/52
Installing : ilmbase-2.2.0-5.fc24.x86_64 2/52
Installing : boost-chrono-1.60.0-10.fc25.x86_64 3/52
Installing : OpenEXR-libs-2.2.0-5.fc24.x86_64 4/52
Installing : boost-regex-1.60.0-10.fc25.x86_64 5/52
Installing : boost-atomic-1.60.0-10.fc25.x86_64 6/52
Installing : proj-4.9.2-2.fc24.x86_64 7/52
Installing : geos-3.5.0-3.fc25.x86_64 8/52
Installing : freexl-1.0.2-3.fc24.x86_64 9/52
Installing : libunicap-0.9.12-17.fc24.x86_64 10/52
Installing : libucil-0.9.10-12.fc24.x86_64 11/52
Installing : libspatialite-4.3.0a-2.fc24.x86_64 12/52
Installing : libgeotiff-1.4.0-7.fc24.x86_64 13/52
Installing : ogdi-3.2.0-0.26.beta2.fc24.x86_64 14/52
Installing : boost-locale-1.60.0-10.fc25.x86_64 15/52
Installing : netcdf-4.4.1.1-1.fc25.x86_64 16/52
Installing : mariadb-config-3:10.1.20-1.fc25.x86_64 17/52
Installing : mariadb-common-3:10.1.20-1.fc25.x86_64 18/52
Installing : mariadb-libs-3:10.1.20-1.fc25.x86_64 19/52
Installing : openblas-openmp-0.2.19-4.fc25.x86_64 20/52
Installing : jemalloc-4.4.0-2.fc25.x86_64 21/52
Installing : postgresql-libs-9.5.5-1.fc25.x86_64 22/52
Installing : blas-3.6.1-2.fc25.x86_64 23/52
Installing : lapack-3.6.1-2.fc25.x86_64 24/52
Installing : arpack-3.3.0-2.b0f7a60git.fc24.x86_64 25/52
Installing : SuperLU-5.2.0-1.fc25.x86_64 26/52
Installing : armadillo-7.600.2-1.fc25.x86_64 27/52
Installing : boost-program-options-1.60.0-10.fc25.x86_64 28/52
Installing : Field3D-1.7.2-3.fc25.x86_64 29/52
Installing : pugixml-1.8-1.fc25.x86_64 30/52
Installing : uriparser-0.8.4-3.fc25.x86_64 31/52
Installing : libkml-1.3.0-3.fc25.x86_64 32/52
Installing : unixODBC-2.3.4-3.fc25.x86_64 33/52
Installing : libgta-1.0.7-3.fc24.x86_64 34/52
Installing : libdap-3.17.2-2.fc25.x86_64 35/52
Installing : cfitsio-3.370-6.fc24.x86_64 36/52
Installing : gdal-libs-2.1.2-5.fc25.x86_64 37/52
Installing : leptonica-1.74.1-1.fc25.x86_64 38/52
Installing : tesseract-3.04.01-2.fc25.x86_64 39/52
Installing : protobuf-2.6.1-5.fc25.x86_64 40/52
Installing : opencv-contrib-3.1.0-8.fc25.x86_64 41/52
Installing : opencv-core-3.1.0-8.fc25.x86_64 42/52
Installing : yaml-cpp03-0.3.0-9.fc24.x86_64 43/52
Installing : tinyxml-2.6.2-11.fc24.x86_64 44/52
Installing : OpenColorIO-1.0.9-11.fc24.x86_64 45/52
Installing : OpenImageIO-1.6.16-1.fc25.x86_64 46/52
Installing : openjpeg-libs-1.5.1-16.fc24.x86_64 47/52
Installing : openal-soft-1.17.2-2.fc24.x86_64 48/52
Installing : libspnav-0.2.3-3.fc24.x86_64 49/52
Installing : google-droid-sans-fonts-20120715-10.fc24.noarch 50/52
Installing : blender-fonts-1:2.78a-4.fc25.noarch 51/52
Installing : blender-1:2.78a-4.fc25.x86_64 52/52
Verifying : blender-1:2.78a-4.fc25.x86_64 1/52
Verifying : blender-fonts-1:2.78a-4.fc25.noarch 2/52
Verifying : OpenColorIO-1.0.9-11.fc24.x86_64 3/52
Verifying : OpenEXR-libs-2.2.0-5.fc24.x86_64 4/52
Verifying : OpenImageIO-1.6.16-1.fc25.x86_64 5/52
Verifying : google-droid-sans-fonts-20120715-10.fc24.noarch 6/52
Verifying : ilmbase-2.2.0-5.fc24.x86_64 7/52
Verifying : libspnav-0.2.3-3.fc24.x86_64 8/52
Verifying : openal-soft-1.17.2-2.fc24.x86_64 9/52
Verifying : openjpeg-libs-1.5.1-16.fc24.x86_64 10/52
Verifying : tinyxml-2.6.2-11.fc24.x86_64 11/52
Verifying : yaml-cpp03-0.3.0-9.fc24.x86_64 12/52
Verifying : Field3D-1.7.2-3.fc25.x86_64 13/52
Verifying : opencv-core-3.1.0-8.fc25.x86_64 14/52
Verifying : libucil-0.9.10-12.fc24.x86_64 15/52
Verifying : libunicap-0.9.12-17.fc24.x86_64 16/52
Verifying : opencv-contrib-3.1.0-8.fc25.x86_64 17/52
Verifying : protobuf-2.6.1-5.fc25.x86_64 18/52
Verifying : tesseract-3.04.01-2.fc25.x86_64 19/52
Verifying : boost-locale-1.60.0-10.fc25.x86_64 20/52
Verifying : boost-chrono-1.60.0-10.fc25.x86_64 21/52
Verifying : leptonica-1.74.1-1.fc25.x86_64 22/52
Verifying : gdal-libs-2.1.2-5.fc25.x86_64 23/52
Verifying : cfitsio-3.370-6.fc24.x86_64 24/52
Verifying : freexl-1.0.2-3.fc24.x86_64 25/52
Verifying : geos-3.5.0-3.fc25.x86_64 26/52
Verifying : libdap-3.17.2-2.fc25.x86_64 27/52
Verifying : libgeotiff-1.4.0-7.fc24.x86_64 28/52
Verifying : libgta-1.0.7-3.fc24.x86_64 29/52
Verifying : libkml-1.3.0-3.fc25.x86_64 30/52
Verifying : libspatialite-4.3.0a-2.fc24.x86_64 31/52
Verifying : ogdi-3.2.0-0.26.beta2.fc24.x86_64 32/52
Verifying : unixODBC-2.3.4-3.fc25.x86_64 33/52
Verifying : proj-4.9.2-2.fc24.x86_64 34/52
Verifying : uriparser-0.8.4-3.fc25.x86_64 35/52
Verifying : hdf5-1.8.17-2.fc25.x86_64 36/52
Verifying : boost-atomic-1.60.0-10.fc25.x86_64 37/52
Verifying : boost-regex-1.60.0-10.fc25.x86_64 38/52
Verifying : pugixml-1.8-1.fc25.x86_64 39/52
Verifying : boost-program-options-1.60.0-10.fc25.x86_64 40/52
Verifying : armadillo-7.600.2-1.fc25.x86_64 41/52
Verifying : SuperLU-5.2.0-1.fc25.x86_64 42/52
Verifying : arpack-3.3.0-2.b0f7a60git.fc24.x86_64 43/52
Verifying : lapack-3.6.1-2.fc25.x86_64 44/52
Verifying : blas-3.6.1-2.fc25.x86_64 45/52
Verifying : mariadb-libs-3:10.1.20-1.fc25.x86_64 46/52
Verifying : mariadb-common-3:10.1.20-1.fc25.x86_64 47/52
Verifying : netcdf-4.4.1.1-1.fc25.x86_64 48/52
Verifying : postgresql-libs-9.5.5-1.fc25.x86_64 49/52
Verifying : jemalloc-4.4.0-2.fc25.x86_64 50/52
Verifying : openblas-openmp-0.2.19-4.fc25.x86_64 51/52
Verifying : mariadb-config-3:10.1.20-1.fc25.x86_64 52/52
Installed:
Field3D.x86_64 1.7.2-3.fc25
OpenColorIO.x86_64 1.0.9-11.fc24
OpenEXR-libs.x86_64 2.2.0-5.fc24
OpenImageIO.x86_64 1.6.16-1.fc25
SuperLU.x86_64 5.2.0-1.fc25
armadillo.x86_64 7.600.2-1.fc25
arpack.x86_64 3.3.0-2.b0f7a60git.fc24
blas.x86_64 3.6.1-2.fc25
blender.x86_64 1:2.78a-4.fc25
blender-fonts.noarch 1:2.78a-4.fc25
boost-atomic.x86_64 1.60.0-10.fc25
boost-chrono.x86_64 1.60.0-10.fc25
boost-locale.x86_64 1.60.0-10.fc25
boost-program-options.x86_64 1.60.0-10.fc25
boost-regex.x86_64 1.60.0-10.fc25
cfitsio.x86_64 3.370-6.fc24
freexl.x86_64 1.0.2-3.fc24
gdal-libs.x86_64 2.1.2-5.fc25
geos.x86_64 3.5.0-3.fc25
google-droid-sans-fonts.noarch 20120715-10.fc24
hdf5.x86_64 1.8.17-2.fc25
ilmbase.x86_64 2.2.0-5.fc24
jemalloc.x86_64 4.4.0-2.fc25
lapack.x86_64 3.6.1-2.fc25
leptonica.x86_64 1.74.1-1.fc25
libdap.x86_64 3.17.2-2.fc25
libgeotiff.x86_64 1.4.0-7.fc24
libgta.x86_64 1.0.7-3.fc24
libkml.x86_64 1.3.0-3.fc25
libspatialite.x86_64 4.3.0a-2.fc24
libspnav.x86_64 0.2.3-3.fc24
libucil.x86_64 0.9.10-12.fc24
libunicap.x86_64 0.9.12-17.fc24
mariadb-common.x86_64 3:10.1.20-1.fc25
mariadb-config.x86_64 3:10.1.20-1.fc25
mariadb-libs.x86_64 3:10.1.20-1.fc25
netcdf.x86_64 4.4.1.1-1.fc25
ogdi.x86_64 3.2.0-0.26.beta2.fc24
openal-soft.x86_64 1.17.2-2.fc24
openblas-openmp.x86_64 0.2.19-4.fc25
opencv-contrib.x86_64 3.1.0-8.fc25
opencv-core.x86_64 3.1.0-8.fc25
openjpeg-libs.x86_64 1.5.1-16.fc24
postgresql-libs.x86_64 9.5.5-1.fc25
proj.x86_64 4.9.2-2.fc24
protobuf.x86_64 2.6.1-5.fc25
pugixml.x86_64 1.8-1.fc25
tesseract.x86_64 3.04.01-2.fc25
tinyxml.x86_64 2.6.2-11.fc24
unixODBC.x86_64 2.3.4-3.fc25
uriparser.x86_64 0.8.4-3.fc25
yaml-cpp03.x86_64 0.3.0-9.fc24
Complete!
The install of LuxRender with all Fedora packages.
[root@localhost mythcat]# dnf install LuxRender-blender.x86_64
Last metadata expiration check: 2:26:05 ago on Sat Feb 4 17:33:50 2017.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
LuxRender x86_64 1.6-4.fc25 updates 671 k
LuxRender-blender x86_64 1.6-4.fc25 updates 281 k
LuxRender-core x86_64 1.6-4.fc25 updates 131 k
LuxRender-lib x86_64 1.6-4.fc25 updates 5.2 M
boost-serialization x86_64 1.60.0-10.fc25 updates 149 k
embree x86_64 2.13.0-2.fc25 updates 3.3 M
tbb x86_64 2017-7.20161128.fc25 updates 135 k
Transaction Summary
================================================================================
Install 7 Packages
Total download size: 9.9 M
Installed size: 33 M
Is this ok [y/N]: y
Downloading Packages:
(1/7): LuxRender-core-1.6-4.fc25.x86_64.rpm 427 kB/s | 131 kB 00:00
(2/7): LuxRender-blender-1.6-4.fc25.x86_64.rpm 687 kB/s | 281 kB 00:00
(3/7): boost-serialization-1.60.0-10.fc25.x86_6 1.4 MB/s | 149 kB 00:00
(4/7): LuxRender-1.6-4.fc25.x86_64.rpm 456 kB/s | 671 kB 00:01
(5/7): tbb-2017-7.20161128.fc25.x86_64.rpm 531 kB/s | 135 kB 00:00
(6/7): embree-2.13.0-2.fc25.x86_64.rpm 1.1 MB/s | 3.3 MB 00:02
(7/7): LuxRender-lib-1.6-4.fc25.x86_64.rpm 1.3 MB/s | 5.2 MB 00:04
--------------------------------------------------------------------------------
Total 1.2 MB/s | 9.9 MB 00:08
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : boost-serialization-1.60.0-10.fc25.x86_64 1/7
Installing : tbb-2017-7.20161128.fc25.x86_64 2/7
Installing : embree-2.13.0-2.fc25.x86_64 3/7
Installing : LuxRender-lib-1.6-4.fc25.x86_64 4/7
Installing : LuxRender-core-1.6-4.fc25.x86_64 5/7
Installing : LuxRender-1.6-4.fc25.x86_64 6/7
Installing : LuxRender-blender-1.6-4.fc25.x86_64 7/7
Verifying : LuxRender-blender-1.6-4.fc25.x86_64 1/7
Verifying : LuxRender-1.6-4.fc25.x86_64 2/7
Verifying : LuxRender-core-1.6-4.fc25.x86_64 3/7
Verifying : LuxRender-lib-1.6-4.fc25.x86_64 4/7
Verifying : boost-serialization-1.60.0-10.fc25.x86_64 5/7
Verifying : embree-2.13.0-2.fc25.x86_64 6/7
Verifying : tbb-2017-7.20161128.fc25.x86_64 7/7
Installed:
LuxRender.x86_64 1.6-4.fc25 LuxRender-blender.x86_64 1.6-4.fc25
LuxRender-core.x86_64 1.6-4.fc25 LuxRender-lib.x86_64 1.6-4.fc25
boost-serialization.x86_64 1.60.0-10.fc25 embree.x86_64 2.13.0-2.fc25
tbb.x86_64 2017-7.20161128.fc25
Complete!
Friday, February 3, 2017
INTEL and Fedora 25 graphic drivers.
If you try to install the INTEL graphic drivers from official website with a graphic installer then will work just for Fedora 24.
Checking distribution... Failed and a message come with Distribution not supported
I need to use this:
You can try to install this driver from official webpage but not working for the last Fedora 25 distro, see:
Checking distribution... Failed and a message come with Distribution not supported
I need to use this:
[root@localhost mythcat]# lspci -vnn | grep VGA -A 12
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
Flags: bus master, fast devsel, latency 0, IRQ 29
Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915
[root@localhost mythcat]# dnf install xorg-x11-drv-intel
Last metadata expiration check: 0:25:27 ago on Fri Feb 3 18:58:34 2017.
Package xorg-x11-drv-intel-2.99.917-26.20160929.fc25.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
You can try to install this driver from official webpage but not working for the last Fedora 25 distro, see:
Testing VLC with Fedora 25.
This is a simple tutorial ablut how to use Fedora 25 and a repo.
After install the vlc worked well.
I tested with Ctr+N to open one url link to youtube: Fedora 25 with the Gnome Desktop - Linux Distribution, First Impressions by Chris Were.
I used my Fedora distro, see the uname output:
This is the commands for instalation of VLC software:
After install the vlc worked well.
I tested with Ctr+N to open one url link to youtube: Fedora 25 with the Gnome Desktop - Linux Distribution, First Impressions by Chris Were.
I used my Fedora distro, see the uname output:
# uname -a
Linux localhost.localdomain 4.9.6-200.fc25.x86_64 #1 SMP Thu Jan 26 10:17:45 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
This is the commands for instalation of VLC software:
# dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
# dnf install vlc
# dnf install python-vlc npapi-vlc (optionals)
This are the outputs for each commands:
[root@localhost mythcat]# dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
Last metadata expiration check: 0:53:07 ago on Fri Feb 3 18:05:05 2017.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
rpmfusion-free-release noarch 25-2 @commandline 23 k
Transaction Summary
================================================================================
Install 1 Package
Total size: 23 k
Installed size: 13 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : rpmfusion-free-release-25-2.noarch 1/1
Verifying : rpmfusion-free-release-25-2.noarch 1/1
Installed:
rpmfusion-free-release.noarch 25-2
Complete!
[root@localhost mythcat]# dnf install vlc
RPM Fusion for Fedora 25 - Free 303 kB/s | 515 kB 00:01
RPM Fusion for Fedora 25 - Free - Updates 139 kB/s | 217 kB 00:01
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
a52dec x86_64 0.7.4-21.fc25 rpmfusion-free 64 k
aalib-libs x86_64 1.4.0-0.29.rc5.fc24 fedora 70 k
faad2-libs x86_64 1:2.7-8.fc25 rpmfusion-free 153 k
ffmpeg-libs x86_64 3.1.6-1.fc25 rpmfusion-free-updates 6.0 M
fftw-libs-double x86_64 3.3.5-3.fc25 fedora 977 k
freeglut x86_64 3.0.0-3.fc24 fedora 186 k
fribidi x86_64 0.19.7-2.fc24 fedora 70 k
ftgl x86_64 2.1.3-0.14.rc5.fc24 fedora 111 k
game-music-emu x86_64 0.6.1-1.fc25 updates 156 k
gpm-libs x86_64 1.20.7-9.fc24 fedora 36 k
kde-filesystem x86_64 4-54.fc25 fedora 51 k
lame-libs x86_64 3.99.5-6.fc25 rpmfusion-free 345 k
libGLEW x86_64 1.13.0-2.fc24 fedora 130 k
libass x86_64 0.13.4-1.fc25 fedora 95 k
libcaca x86_64 0.99-0.29.beta19.fc25 fedora 221 k
libcddb x86_64 1.3.2-19.fc24 fedora 74 k
libchromaprint x86_64 1.2-4.fc24 fedora 52 k
libdc1394 x86_64 2.2.2-5.fc24 fedora 122 k
libdca x86_64 0.0.5-9.fc25 rpmfusion-free 105 k
libdvbpsi x86_64 1.3.0-3.fc25 fedora 100 k
libebml x86_64 1.3.4-1.fc25 fedora 77 k
libkate x86_64 0.4.1-8.fc25 fedora 56 k
libmad x86_64 0.15.1b-20.fc25 updates 80 k
libmatroska x86_64 1.4.5-1.fc25 fedora 154 k
libmfx x86_64 1.16-1.20160317git7adf2e4.fc25
fedora 33 k
libmodplug x86_64 1:0.8.8.5-8.fc24 fedora 170 k
libmpeg2 x86_64 0.5.1-11.fc25 rpmfusion-free 72 k
libprojectM x86_64 2.1.0-2.fc25 fedora 479 k
libtiger x86_64 0.3.4-11.fc24 fedora 41 k
libupnp x86_64 1.6.20-1.fc25 fedora 105 k
libva x86_64 1.7.3-1.fc25 updates 88 k
libvncserver x86_64 0.9.10-5.fc24 fedora 258 k
lirc-libs x86_64 0.9.4c-7.fc25 updates 119 k
live555 x86_64 2016.10.21-1.fc25 rpmfusion-free 360 k
lzo-minilzo x86_64 2.08-8.fc24 fedora 27 k
mesa-libGLU x86_64 9.0.0-10.fc24 fedora 179 k
minizip x86_64 1.2.8-10.fc24 fedora 38 k
mpg123-libs x86_64 1.23.8-4.fc25 updates 202 k
ocl-icd x86_64 2.2.11-1.fc25 updates 46 k
protobuf-lite x86_64 2.6.1-5.fc25 fedora 67 k
qt5-qtx11extras x86_64 5.7.1-2.fc25 updates 30 k
schroedinger x86_64 1.0.11-10.fc24 fedora 325 k
twolame-libs x86_64 0.3.13-5.fc25 rpmfusion-free 54 k
vlc x86_64 3.0.0-0.15.fc25 rpmfusion-free-updates 1.9 M
vlc-core x86_64 3.0.0-0.15.fc25 rpmfusion-free-updates 7.9 M
x264-libs x86_64 0.148-13.20160924git86b7198.fc25
rpmfusion-free 574 k
x265-libs x86_64 1.9-3.fc25 rpmfusion-free 557 k
xvidcore x86_64 1.3.4-2.fc24 rpmfusion-free 262 k
zvbi x86_64 0.2.35-1.fc24 fedora 414 k
Transaction Summary
================================================================================
Install 49 Packages
Total download size: 24 M
Installed size: 81 M
Is this ok [y/N]: y
Downloading Packages:
(1/49): fribidi-0.19.7-2.fc24.x86_64.rpm 200 kB/s | 70 kB 00:00
(2/49): aalib-libs-1.4.0-0.29.rc5.fc24.x86_64.r 185 kB/s | 70 kB 00:00
(3/49): kde-filesystem-4-54.fc25.x86_64.rpm 463 kB/s | 51 kB 00:00
(4/49): libcaca-0.99-0.29.beta19.fc25.x86_64.rp 1.2 MB/s | 221 kB 00:00
(5/49): minizip-1.2.8-10.fc24.x86_64.rpm 388 kB/s | 38 kB 00:00
(6/49): libprojectM-2.1.0-2.fc25.x86_64.rpm 1.7 MB/s | 479 kB 00:00
(7/49): gpm-libs-1.20.7-9.fc24.x86_64.rpm 319 kB/s | 36 kB 00:00
(8/49): freeglut-3.0.0-3.fc24.x86_64.rpm 964 kB/s | 186 kB 00:00
(9/49): mesa-libGLU-9.0.0-10.fc24.x86_64.rpm 1.0 MB/s | 179 kB 00:00
(10/49): ftgl-2.1.3-0.14.rc5.fc24.x86_64.rpm 1.3 MB/s | 111 kB 00:00
(11/49): libGLEW-1.13.0-2.fc24.x86_64.rpm 1.2 MB/s | 130 kB 00:00
(12/49): mpg123-libs-1.23.8-4.fc25.x86_64.rpm 516 kB/s | 202 kB 00:00
(13/49): libass-0.13.4-1.fc25.x86_64.rpm 732 kB/s | 95 kB 00:00
(14/49): libcddb-1.3.2-19.fc24.x86_64.rpm 1.1 MB/s | 74 kB 00:00
(15/49): libchromaprint-1.2-4.fc24.x86_64.rpm 735 kB/s | 52 kB 00:00
(16/49): vlc-3.0.0-0.15.fc25.x86_64.rpm 870 kB/s | 1.9 MB 00:02
(17/49): libdc1394-2.2.2-5.fc24.x86_64.rpm 941 kB/s | 122 kB 00:00
(18/49): libebml-1.3.4-1.fc25.x86_64.rpm 756 kB/s | 77 kB 00:00
(19/49): libkate-0.4.1-8.fc25.x86_64.rpm 642 kB/s | 56 kB 00:00
(20/49): libdvbpsi-1.3.0-3.fc25.x86_64.rpm 358 kB/s | 100 kB 00:00
(21/49): libmatroska-1.4.5-1.fc25.x86_64.rpm 1.2 MB/s | 154 kB 00:00
(22/49): libmfx-1.16-1.20160317git7adf2e4.fc25. 376 kB/s | 33 kB 00:00
(23/49): libtiger-0.3.4-11.fc24.x86_64.rpm 634 kB/s | 41 kB 00:00
(24/49): libmodplug-0.8.8.5-8.fc24.x86_64.rpm 1.2 MB/s | 170 kB 00:00
(25/49): libupnp-1.6.20-1.fc25.x86_64.rpm 1.1 MB/s | 105 kB 00:00
(26/49): protobuf-lite-2.6.1-5.fc25.x86_64.rpm 792 kB/s | 67 kB 00:00
(27/49): libvncserver-0.9.10-5.fc24.x86_64.rpm 1.6 MB/s | 258 kB 00:00
(28/49): schroedinger-1.0.11-10.fc24.x86_64.rpm 2.2 MB/s | 325 kB 00:00
(29/49): zvbi-0.2.35-1.fc24.x86_64.rpm 917 kB/s | 414 kB 00:00
(30/49): a52dec-0.7.4-21.fc25.x86_64.rpm 54 kB/s | 64 kB 00:01
(31/49): faad2-libs-2.7-8.fc25.x86_64.rpm 97 kB/s | 153 kB 00:01
(32/49): libdca-0.0.5-9.fc25.x86_64.rpm 80 kB/s | 105 kB 00:01
(33/49): live555-2016.10.21-1.fc25.x86_64.rpm 616 kB/s | 360 kB 00:00
(34/49): libmpeg2-0.5.1-11.fc25.x86_64.rpm 59 kB/s | 72 kB 00:01
(35/49): twolame-libs-0.3.13-5.fc25.x86_64.rpm 45 kB/s | 54 kB 00:01
(36/49): x264-libs-0.148-13.20160924git86b7198. 386 kB/s | 574 kB 00:01
(37/49): fftw-libs-double-3.3.5-3.fc25.x86_64.r 1.5 MB/s | 977 kB 00:00
(38/49): lzo-minilzo-2.08-8.fc24.x86_64.rpm 309 kB/s | 27 kB 00:00
(39/49): game-music-emu-0.6.1-1.fc25.x86_64.rpm 465 kB/s | 156 kB 00:00
(40/49): libmad-0.15.1b-20.fc25.x86_64.rpm 695 kB/s | 80 kB 00:00
(41/49): libva-1.7.3-1.fc25.x86_64.rpm 722 kB/s | 88 kB 00:00
(42/49): x265-libs-1.9-3.fc25.x86_64.rpm 312 kB/s | 557 kB 00:01
(43/49): lirc-libs-0.9.4c-7.fc25.x86_64.rpm 661 kB/s | 119 kB 00:00
(44/49): lame-libs-3.99.5-6.fc25.x86_64.rpm 252 kB/s | 345 kB 00:01
(45/49): vlc-core-3.0.0-0.15.fc25.x86_64.rpm 802 kB/s | 7.9 MB 00:10
(46/49): qt5-qtx11extras-5.7.1-2.fc25.x86_64.rp 222 kB/s | 30 kB 00:00
(47/49): ocl-icd-2.2.11-1.fc25.x86_64.rpm 281 kB/s | 46 kB 00:00
(48/49): xvidcore-1.3.4-2.fc24.x86_64.rpm 143 kB/s | 262 kB 00:01
(49/49): ffmpeg-libs-3.1.6-1.fc25.x86_64.rpm 953 kB/s | 6.0 MB 00:06
--------------------------------------------------------------------------------
Total 1.3 MB/s | 24 MB 00:18
warning: /var/cache/dnf/rpmfusion-free-updates-8b261166f7b8f005/packages/vlc-3.0.0-0.15.fc25.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 6806a9cb: NOKEY
Importing GPG key 0x6806A9CB:
Userid : "RPM Fusion free repository for Fedora (25) "
Fingerprint: 286F 52F7 E9D4 7B46 3EAD D8AB A1E5 4A0F 6806 A9CB
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-25
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : fribidi-0.19.7-2.fc24.x86_64 1/49
Installing : libva-1.7.3-1.fc25.x86_64 2/49
Installing : libmfx-1.16-1.20160317git7adf2e4.fc25.x86_64 3/49
Installing : libass-0.13.4-1.fc25.x86_64 4/49
Installing : x265-libs-1.9-3.fc25.x86_64 5/49
Installing : x264-libs-0.148-13.20160924git86b7198.fc25.x86_64 6/49
Installing : schroedinger-1.0.11-10.fc24.x86_64 7/49
Installing : libkate-0.4.1-8.fc25.x86_64 8/49
Installing : libebml-1.3.4-1.fc25.x86_64 9/49
Installing : mesa-libGLU-9.0.0-10.fc24.x86_64 10/49
Installing : minizip-1.2.8-10.fc24.x86_64 11/49
Installing : ftgl-2.1.3-0.14.rc5.fc24.x86_64 12/49
Installing : libmatroska-1.4.5-1.fc25.x86_64 13/49
Installing : libtiger-0.3.4-11.fc24.x86_64 14/49
Installing : ocl-icd-2.2.11-1.fc25.x86_64 15/49
Installing : qt5-qtx11extras-5.7.1-2.fc25.x86_64 16/49
Installing : xvidcore-1.3.4-2.fc24.x86_64 17/49
Installing : lame-libs-3.99.5-6.fc25.x86_64 18/49
Installing : ffmpeg-libs-3.1.6-1.fc25.x86_64 19/49
Installing : lirc-libs-0.9.4c-7.fc25.x86_64 20/49
Installing : libmad-0.15.1b-20.fc25.x86_64 21/49
Installing : game-music-emu-0.6.1-1.fc25.x86_64 22/49
Installing : lzo-minilzo-2.08-8.fc24.x86_64 23/49
Installing : libvncserver-0.9.10-5.fc24.x86_64 24/49
Installing : fftw-libs-double-3.3.5-3.fc25.x86_64 25/49
Installing : libchromaprint-1.2-4.fc24.x86_64 26/49
Installing : twolame-libs-0.3.13-5.fc25.x86_64 27/49
Installing : live555-2016.10.21-1.fc25.x86_64 28/49
Installing : libmpeg2-0.5.1-11.fc25.x86_64 29/49
Installing : libdca-0.0.5-9.fc25.x86_64 30/49
Installing : faad2-libs-1:2.7-8.fc25.x86_64 31/49
Installing : a52dec-0.7.4-21.fc25.x86_64 32/49
Installing : zvbi-0.2.35-1.fc24.x86_64 33/49
Installing : protobuf-lite-2.6.1-5.fc25.x86_64 34/49
Installing : libupnp-1.6.20-1.fc25.x86_64 35/49
Installing : libmodplug-1:0.8.8.5-8.fc24.x86_64 36/49
Installing : libdvbpsi-1.3.0-3.fc25.x86_64 37/49
Installing : libdc1394-2.2.2-5.fc24.x86_64 38/49
Installing : libcddb-1.3.2-19.fc24.x86_64 39/49
Installing : mpg123-libs-1.23.8-4.fc25.x86_64 40/49
Installing : libGLEW-1.13.0-2.fc24.x86_64 41/49
Installing : libprojectM-2.1.0-2.fc25.x86_64 42/49
Installing : freeglut-3.0.0-3.fc24.x86_64 43/49
Installing : libcaca-0.99-0.29.beta19.fc25.x86_64 44/49
Installing : gpm-libs-1.20.7-9.fc24.x86_64 45/49
Installing : aalib-libs-1.4.0-0.29.rc5.fc24.x86_64 46/49
Installing : kde-filesystem-4-54.fc25.x86_64 47/49
Installing : vlc-core-3.0.0-0.15.fc25.x86_64 48/49
Installing : vlc-3.0.0-0.15.fc25.x86_64 49/49
Verifying : vlc-3.0.0-0.15.fc25.x86_64 1/49
Verifying : aalib-libs-1.4.0-0.29.rc5.fc24.x86_64 2/49
Verifying : fribidi-0.19.7-2.fc24.x86_64 3/49
Verifying : kde-filesystem-4-54.fc25.x86_64 4/49
Verifying : libcaca-0.99-0.29.beta19.fc25.x86_64 5/49
Verifying : libprojectM-2.1.0-2.fc25.x86_64 6/49
Verifying : minizip-1.2.8-10.fc24.x86_64 7/49
Verifying : vlc-core-3.0.0-0.15.fc25.x86_64 8/49
Verifying : gpm-libs-1.20.7-9.fc24.x86_64 9/49
Verifying : freeglut-3.0.0-3.fc24.x86_64 10/49
Verifying : mesa-libGLU-9.0.0-10.fc24.x86_64 11/49
Verifying : ftgl-2.1.3-0.14.rc5.fc24.x86_64 12/49
Verifying : libGLEW-1.13.0-2.fc24.x86_64 13/49
Verifying : mpg123-libs-1.23.8-4.fc25.x86_64 14/49
Verifying : libass-0.13.4-1.fc25.x86_64 15/49
Verifying : libcddb-1.3.2-19.fc24.x86_64 16/49
Verifying : libchromaprint-1.2-4.fc24.x86_64 17/49
Verifying : libdc1394-2.2.2-5.fc24.x86_64 18/49
Verifying : libdvbpsi-1.3.0-3.fc25.x86_64 19/49
Verifying : libebml-1.3.4-1.fc25.x86_64 20/49
Verifying : libkate-0.4.1-8.fc25.x86_64 21/49
Verifying : libmatroska-1.4.5-1.fc25.x86_64 22/49
Verifying : libmfx-1.16-1.20160317git7adf2e4.fc25.x86_64 23/49
Verifying : libmodplug-1:0.8.8.5-8.fc24.x86_64 24/49
Verifying : libtiger-0.3.4-11.fc24.x86_64 25/49
Verifying : libupnp-1.6.20-1.fc25.x86_64 26/49
Verifying : libvncserver-0.9.10-5.fc24.x86_64 27/49
Verifying : protobuf-lite-2.6.1-5.fc25.x86_64 28/49
Verifying : schroedinger-1.0.11-10.fc24.x86_64 29/49
Verifying : zvbi-0.2.35-1.fc24.x86_64 30/49
Verifying : a52dec-0.7.4-21.fc25.x86_64 31/49
Verifying : faad2-libs-1:2.7-8.fc25.x86_64 32/49
Verifying : libdca-0.0.5-9.fc25.x86_64 33/49
Verifying : libmpeg2-0.5.1-11.fc25.x86_64 34/49
Verifying : live555-2016.10.21-1.fc25.x86_64 35/49
Verifying : twolame-libs-0.3.13-5.fc25.x86_64 36/49
Verifying : x264-libs-0.148-13.20160924git86b7198.fc25.x86_64 37/49
Verifying : x265-libs-1.9-3.fc25.x86_64 38/49
Verifying : fftw-libs-double-3.3.5-3.fc25.x86_64 39/49
Verifying : lzo-minilzo-2.08-8.fc24.x86_64 40/49
Verifying : game-music-emu-0.6.1-1.fc25.x86_64 41/49
Verifying : libmad-0.15.1b-20.fc25.x86_64 42/49
Verifying : libva-1.7.3-1.fc25.x86_64 43/49
Verifying : lirc-libs-0.9.4c-7.fc25.x86_64 44/49
Verifying : ffmpeg-libs-3.1.6-1.fc25.x86_64 45/49
Verifying : lame-libs-3.99.5-6.fc25.x86_64 46/49
Verifying : xvidcore-1.3.4-2.fc24.x86_64 47/49
Verifying : qt5-qtx11extras-5.7.1-2.fc25.x86_64 48/49
Verifying : ocl-icd-2.2.11-1.fc25.x86_64 49/49
Installed:
a52dec.x86_64 0.7.4-21.fc25
aalib-libs.x86_64 1.4.0-0.29.rc5.fc24
faad2-libs.x86_64 1:2.7-8.fc25
ffmpeg-libs.x86_64 3.1.6-1.fc25
fftw-libs-double.x86_64 3.3.5-3.fc25
freeglut.x86_64 3.0.0-3.fc24
fribidi.x86_64 0.19.7-2.fc24
ftgl.x86_64 2.1.3-0.14.rc5.fc24
game-music-emu.x86_64 0.6.1-1.fc25
gpm-libs.x86_64 1.20.7-9.fc24
kde-filesystem.x86_64 4-54.fc25
lame-libs.x86_64 3.99.5-6.fc25
libGLEW.x86_64 1.13.0-2.fc24
libass.x86_64 0.13.4-1.fc25
libcaca.x86_64 0.99-0.29.beta19.fc25
libcddb.x86_64 1.3.2-19.fc24
libchromaprint.x86_64 1.2-4.fc24
libdc1394.x86_64 2.2.2-5.fc24
libdca.x86_64 0.0.5-9.fc25
libdvbpsi.x86_64 1.3.0-3.fc25
libebml.x86_64 1.3.4-1.fc25
libkate.x86_64 0.4.1-8.fc25
libmad.x86_64 0.15.1b-20.fc25
libmatroska.x86_64 1.4.5-1.fc25
libmfx.x86_64 1.16-1.20160317git7adf2e4.fc25
libmodplug.x86_64 1:0.8.8.5-8.fc24
libmpeg2.x86_64 0.5.1-11.fc25
libprojectM.x86_64 2.1.0-2.fc25
libtiger.x86_64 0.3.4-11.fc24
libupnp.x86_64 1.6.20-1.fc25
libva.x86_64 1.7.3-1.fc25
libvncserver.x86_64 0.9.10-5.fc24
lirc-libs.x86_64 0.9.4c-7.fc25
live555.x86_64 2016.10.21-1.fc25
lzo-minilzo.x86_64 2.08-8.fc24
mesa-libGLU.x86_64 9.0.0-10.fc24
minizip.x86_64 1.2.8-10.fc24
mpg123-libs.x86_64 1.23.8-4.fc25
ocl-icd.x86_64 2.2.11-1.fc25
protobuf-lite.x86_64 2.6.1-5.fc25
qt5-qtx11extras.x86_64 5.7.1-2.fc25
schroedinger.x86_64 1.0.11-10.fc24
twolame-libs.x86_64 0.3.13-5.fc25
vlc.x86_64 3.0.0-0.15.fc25
vlc-core.x86_64 3.0.0-0.15.fc25
x264-libs.x86_64 0.148-13.20160924git86b7198.fc25
x265-libs.x86_64 1.9-3.fc25
xvidcore.x86_64 1.3.4-2.fc24
zvbi.x86_64 0.2.35-1.fc24
Complete!
Subscribe to:
Posts (Atom)