How to install two packages that write the same file
        Posted  
        
            by 
                Joel E Salas
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Joel E Salas
        
        
        
        Published on 2012-09-06T01:11:34Z
        Indexed on 
            2012/09/06
            3:39 UTC
        
        
        Read the original article
        Hit count: 554
        
Sirs, a conundrum. I have two packages that each create /usr/bin/ffprobe. One of them is ffmpeg from the Deb Multimedia repository, while the other is ffmbc 0.7-rc5 built from source. The hand-rolled one is business-critical, and we used to just install it from source wherever it was necessary. I can only assume it would clobber the ffmpeg file, and there were never any ill effects.
In theory, it should be acceptable for our ffmbc package to overwrite the file from the ffmpeg package. Is there any easy way to reconcile this?
© Server Fault or respective owner