Slashdot Mirror


User: DizietEmbless

DizietEmbless's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Artwork entitled, "Why to use apt-get" on RPM Dependency Graph · · Score: 1

    There is a wonderful package called equivs have you tried that?

    Something like:
    apt-get install equivs
    cd /tmp (or somewhere easy)
    equivs-control [nameofpackage]
    vi [nameofpackage]
    Put in the dependencies and values you need (read up on this).
    equivs-build [nameofpackage]
    dpkg -i [dpkgs it spits out]

    Hope that helps.

  2. Re:Artwork entitled, "Why to use apt-get" on RPM Dependency Graph · · Score: 1

    There is a package called equivs have you tried that? Something like: apt-get install equivs cd /tmp (or somewhere easy) equivs-control vi Put in the dependencies and values you need (read up on this). equivs-build dpkg -i Hope that helps.