The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-07-2008
odys odys is offline
Registered User
  
 

Join Date: Feb 2005
Posts: 59
Hi,
Not easy situation, seems you need to copy files from B to A.
You can choose 2 ways:
1. remove all files you know about for the package from A and then copy all the files you know about from B to A.
2. try to overwrite the files on A with related old files from B.

I'd say, backup everything and start with 1) and then try 2).

Good luck,