Results 1 to 3 of 3

Thread: Ubuntu Linux Toolbox

  1. #1
    Join Date
    Dec 2008
    Location
    Minneapolis, MN
    Beans
    1
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Question Ubuntu Linux Toolbox

    I'm new to Ubuntu-and to getting into command lines of any kind for that matter. I've been learning, albeit slowly, from a couple of books. In "Ubuntu Linux Toolbox," Negus has as a lesson the extracting of a .deb file to a tmp file using dpkg:
    sudo dpkg -x rsync_2.6.9-3ubuntu1_i386.deb /tmp/rsync_contents

    When I did it, I got:

    dpkg-deb: failed to read archive `rsync_3.0.3-2ubuntu1_i386.deb': No such file or directory

    I changed the version, of course, using the current version for Intrepid, which is 3.0.3-2. Still, the same thing happened. I read about a bug that existed, but could find no fix. It sucks because he uses this example to explain some other things. What continually shows up is that there IS no such file or directory - and yet I use dpkg to confirm that there IS such an rsync_3.0.3-2ubuntu1 for i386. I've checked my syntax over and over, and I see no mistakes there. I even uninstalled it and then reinstalled it using dpkg to make sure a .deb file existed in the proper archive. So what gives?
    By the way, to give as much info as possible, I checked and yes, my "/tmp/rsync_contents" file is where it should be. I'd appreciate some insight into what's wrong with my method, or what exactly I'm missing in understanding the bug description in the manpages. Thanks.
    Last edited by fr3lonbrun; December 14th, 2008 at 09:20 AM.

  2. #2
    Join Date
    Aug 2008
    Beans
    Hidden!

    Re: Ubuntu Linux Toolbox

    I don't know the commands involved. However, your problem description seems to imply that dpkg expects a file in your file system while you state that the named archive "existed". Existed where - on the archive server or in your local file system?

  3. #3
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Ubuntu Linux Toolbox

    Moved to Installation & Upgrades.
    What is the output of:
    Code:
    apt-cache policy rsync
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •