LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Make apt-rdepends print apt-get readable output Ubuntu. (https://www.linuxquestions.org/questions/linux-general-1/make-apt-rdepends-print-apt-get-readable-output-ubuntu-925366/)

Zssfssz 01-23-2012 09:53 PM

Make apt-rdepends print apt-get readable output Ubuntu.
 
I have some software I want to put on a cd with a few shell scrips as installers but the only tool that can find ALL the dependincys is apt-rdepends and it takes forever to delete the (>= 1.0) nonsense ( as in I don't care right now). Is there a program or tag I can use to do this. The software is already installed on my system and it holds some long and painfull data. I also can't promise that the user will have the same flavor (Ubuntu, Kubuntu, Lubuntu, all come with different base files/libs, KDE, GNOME, etc.) so I want all the dependincys. Help?

kasl33 01-24-2012 12:35 AM

You can always use the "sed" command to delete anything from >= to the end of the line - for every line. Then it won't take more than a few seconds.

Next, why are you specifically installing dependencies? You cou do this:

Code:

apt-get -y install package1 package2 package3
apt-get -y -f install


Zssfssz 01-31-2012 11:36 PM

I have an offline cimputed and I'm patcent so installing libc6 10 time won't bother me; I NEED WINE!! *froth*


All times are GMT -5. The time now is 06:30 PM.