Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 47

Thread: How TO: Custom repo (local or remote)

  1. #11
    Join Date
    Jul 2005
    Beans
    89
    Distro
    Kubuntu 6.06

    Re: How TO: Custom repo (local or remote)

    Wonderful guide! Worked perfectly for me and helped me achieve a few things I was wondering how to do. Thanks! =)
    Kubuntu 6.06

  2. #12
    Join Date
    Oct 2005
    Location
    Australia
    Beans
    2

    Re: HOWTO: Custom repo (local or remote)

    Ok
    Last edited by caprajack; October 6th, 2005 at 10:33 PM.

  3. #13
    Join Date
    Aug 2005
    Location
    USA
    Beans
    378
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: How TO: Custom repo (local or remote)

    i was actually wondering about this a few days ago, awesome guide! really helpful. time to make my download directory my repo directory

    edit:

    just tried this and sadly mine doesnt work, it wouldnt matter if the directory is hidden would it? i got a few errors when i ran autorepo:

    ** Packages in archive but missing from override file: **
    kubuntu-pkgmenu libdvdcss2 mtaskbar-0.7 superkaramba

    Wrote 4 entries to output Packages file.
    Prototype mismatch: sub main::getopt: none vs (@) at /usr/bin/dpkg-scansources line 116.

    mtaskbar doesnt even exist in the directory i dunno how that got in there but the other three are there and are deb packages, the rest are tar.gz or bz2 files. synaptic didnt give me any errors that it couldnt find/access the directory any idea whats up?
    Last edited by Brando569; October 10th, 2005 at 07:29 PM.

  4. #14
    Join Date
    Aug 2005
    Location
    Wellington, New Zealand
    Beans
    88
    Distro
    Ubuntu 6.06 Dapper

    Re: How TO: Custom repo (local or remote)

    I'm having a problem with setting it up:

    The repository is in

    /home/repo

    I put this in sources.list:

    deb file:///home/ repo/

    Synaptic finds the .deb file but when I hit Apply, I get this error message:

    W: Failed to fetch file:///home/./libdvdcss2_1.2.9-1ubuntu1_amd64.deb
    File not found

    What should I be putting in sources.list to make it work???
    Last edited by ryan76; October 21st, 2005 at 09:42 AM.

  5. #15
    Join Date
    Aug 2005
    Location
    Georgia,USA
    Beans
    91
    Distro
    Ubuntu Breezy 5.10

    Re: How TO: Custom repo (local or remote)

    Quote Originally Posted by ryan76
    I'm having a problem with setting it up:

    The repository is in

    /home/repo

    I put this in sources.list:

    deb file:///home/ repo/

    Synaptic finds the .deb file but when I hit Apply, I get this error message:

    W: Failed to fetch file:///home/./libdvdcss2_1.2.9-1ubuntu1_amd64.deb
    File not found

    What should I be putting in sources.list to make it work???
    Yeah, I had the exact same problem. Can someone please help?

  6. #16
    Join Date
    Nov 2005
    Location
    europe
    Beans
    2
    Distro
    Ubuntu Breezy 5.10

    Re: How TO: Custom repo (local or remote)

    i've had the same problem as ryan76, a quick workaround:
    Code:
    #!/bin/bash
    sudo dpkg-scanpackages repo /dev/null | gzip -9c > repo/Packages.gz
    sudo dpkg-scansources repo /dev/null | gzip -9c > repo/Sources.gz
    and execute 'autorepo' from /home instead of /home/repo

    doesn't seem to be a nice solution though

  7. #17
    Join Date
    Jun 2005
    Location
    Guatemala
    Beans
    135
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How TO: Custom repo (local or remote)

    Great guide... just great...

    but...

    jejeje there's allways a but

    i'm kind of new for linux... what should i do if i want to make this on a dvd? so i dont duplicate space on my home computer? (with the deb file and intalling the file)

    like a mobil repository!

    thanks!
    Leonel Reyes Mata
    Linux User #343531
    http://sirgt.chapinware.com


  8. #18
    Join Date
    May 2005
    Location
    Seattle, WA
    Beans
    250
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How TO: Custom repo (local or remote)

    Hello, anyone know how i could download package deb files from the web using apt?
    "If you are savvy and smart about the choices you make in life, The sky is not the limit!" - Mark Shuttleworth
    This message has been rot 26 encrypted for security reasons.

  9. #19
    Join Date
    Jul 2005
    Location
    Maryland
    Beans
    47
    Distro
    Kubuntu 6.06

    Re: How TO: Custom repo (local or remote)

    This is an excellent howto. The checkinstall tip makes it even better. I have my own remote repository working, but when I run 'apt-get install <some package>' I get the following warning:
    Code:
    WARNING: The following packages cannot be authenticated!
    How do I add information to authenticate them?

  10. #20
    Join Date
    Nov 2004
    Beans
    29

    Re: How TO: Custom repo (local or remote)

    I got the following message in response to autorepo

    Code:
     ** Packages in archive but missing from override file: **
      amarok amarok-arts amarok-gstreamer amarok-xine nerolinux tellico
    
     Wrote 6 entries to output Packages file.
    Prototype mismatch: sub main::getopt: none vs (@) at /usr/bin/dpkg-scansources line 116.
    synaptic seems to choke on the Packages file created

    Code:
    apt-get update
    returns

    Code:
    Ign file: deb/ Release.gpg
    Ign file: deb/ Release
    Ign file: deb/ Package
    but seems to want to use the packages contained there.

    Any ideas?

Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •