Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-05-2009, 12:35 AM
|
#1
|
LQ Newbie
Registered: Mar 2009
Posts: 9
Rep:
|
Installing or making setup file
I installed FFMPEG on my system(Fedora 9) and want to install FFMPEG on other systems(Different distribution). How can I do this without doing the whole installation process? for example by copy and past one or some folders!
Could I create setup file? How?
Thanks
|
|
|
04-05-2009, 01:13 AM
|
#2
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
|
What distribution is the "different distribution"? Does it have ffmpeg in its repositories? Why do you want to skip "whole installation process" - was it too long? The problem is that you need to be sure all the dependencies of ffmpeg are installed. So it is not obvious what files you have to copy and whether they will conflict (that means two different files needing to be in the same place in the FS).
|
|
|
04-05-2009, 03:41 AM
|
#3
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
This is your seventh thread with the same question.
On Fedora 9 and 10 : # yum -y install ffmpeg
and "yum" will download the rpm packages and install it all
in a couple of minutes ( 'ffmpeg' and dependencies )
And a similar easy procedure for the most other distributions.
But using a result, which you compiled yourself, will probably
only be possible to transfer, if you wrap it up with "Ermine".
( Somebody already told you that.)
.....
There is more than one reason, that your result is difficult
to reuse, one is : 'glibc-2.8' > your ffmpeg will only work
on an OS with version 2.8 or higher.
.....
An option is to build rpm packages with 'rpmbuild' for ffmpeg
and all the dependencies ... they may work on Fedora 10 and ? ...
.....
Last edited by knudfl; 04-05-2009 at 03:50 AM.
|
|
|
04-06-2009, 12:23 AM
|
#4
|
LQ Newbie
Registered: Mar 2009
Posts: 9
Original Poster
Rep:
|
by copy and paste , I mean I copy local folder in this address ./usr/local and past in other distribution like:redhat,knopix,...
Can I create setup file like windows that by one click FFMPEG and it's dependencies are installed?
Thanks
|
|
|
04-06-2009, 12:29 AM
|
#5
|
Gentoo support team
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083
|
No.
|
|
|
04-06-2009, 12:50 AM
|
#6
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
|
Well, technically you can, but it will be wasteful. You _could_ compile everything (including a private copy of glibc) with correct rpaths to install into /opt/ffmpeg. For example, if you pack correct branches in /nix/store in NixOS you will get an archive that can be just unpacked. The problem is that it may interact weirdly with the rest of the system.
|
|
|
04-06-2009, 12:59 AM
|
#7
|
Gentoo support team
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083
|
While possible it's not worth at all.
Package managers are there to resolve dependencies. Seriously, how much extra work is using a package manager to install something with two clicks over using a script that you have to run on the console and that will require a lot of extra work?
I remember something called klick which was along these lines. But I have no idea of the current status of the thing.
|
|
|
04-06-2009, 01:41 AM
|
#8
|
LQ Newbie
Registered: Mar 2009
Posts: 9
Original Poster
Rep:
|
Thanks for your comments, but I want FFMPEG as a package for my project that when my project installed on system , I can automatically install FFMPEG too. Or execute FFMPEG as separate package.
|
|
|
All times are GMT -5. The time now is 11:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|