Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6334943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:45:24+00:00 2026-05-24T18:45:24+00:00

I have a project where I create a single .deb file, which should be

  • 0

I have a project where I create a single .deb file, which should be installed by a linux client. For this I would like to use apt-get install mypackage.

Being quite new to this area, I am now looking for the most simple way of hosting my own debian update repository, which will only have to contain mypackage.deb.

I quickly looked at mini-dinstall which looked promising, but they seem to work with .changes, rather than .deb packages. So I am not sure if this is what I need.

So summarized the workflow should look something like this:

  1. I create the debian package mypackage.deb
  2. I tell some daemon to update the update repository: fancy-update-daemon add mypackage.deb
  3. The client is able to install or update using standard apt commands: apt-get install mypackage

Thanks for your help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T18:45:25+00:00Added an answer on May 24, 2026 at 6:45 pm

    The really simple way of creating a repository is to create a “trivial” repository instead of an “automatic” repository. You can do this with the “dpkg-scanpackages” command in the dpkg-dev package.

    $ mkdir repository
    $ cp foo.deb repository
    $ dpkg-scanpackages repository /dev/null | gzip -9c > repository/Packages.gz
    

    Then in your sources.list, instead of having something like:

    deb http://wherever/repository suite component
    

    You leave off the suite and component and just have:

    deb http://wherever/repository
    

    For more info (like the difference between a trivial and automatic repository) see The repository HOWTO (for something this simple, you can ignore the fact that this documentation calls itself “obsolete”)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a multi-module project and I would like to define a single filter
I have a project to create a program, which prevents the user from escaping
If you create an ASP.NET web file project you have direct access to the
We have a netbeans project that has an xsd that we use to create
I have a maven project and I'd like to create a distribution of it
I have a project that contains a single module, and some dependencies. I'd like
I have a project where I create WiX (Windows Installer for XML) files, when
So for my programming class we have had a project to create a virtual
I am working on a project and have the following psuedocode: // create a
I have a RoR project on my Windows 7 PC. I want to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.