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

  • Home
  • SEARCH
  • 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 466447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:28:47+00:00 2026-05-12T23:28:47+00:00

I have a hobby project that is written in C# using MonoDevelop. I’ve been

  • 0

I have a hobby project that is written in C# using MonoDevelop. I’ve been trying for some time now to get my head around linux packaging, but I keep coming away feeling frustrated and overwhelmed.

My program consists of:

  • A library project (“Generator”) that does stuff with the data created by my program.
  • An ui (“Interface”) project using Gtk#. This project has two subdirectories: “glade” (xml files that gtk uses to build widgets) and “book” (data used by my program).
  • A utility project (“Utils”) used by both the library and interface projects.
  • A main project (“MyProgramName”) that just starts the interface.

What (I think) I want to do is really very simple (I think):

  • Compile my application
  • Copy the .exe and .dll files (to /usr/local/bin?)
  • Copy the “book” directory (to /usr/local/bin?)
  • Copy the “glade” directory (to /usr/local/bin?)

Oh, and I want to do this as a .deb package. I think if I can get the tarball working, a .deb package shouldn’t be too much trouble, but that’s what I want to do eventually.

I’m still not really sure how to do this. I’ve used MonoDevelop to create a Tarball. When I install the tarball (using ./configure, make, sudo checkinstall), it seems to install the executable code (and even create a command to run the program), but forgets about the “book” and “glade” directories.

How would I go about doing this? Sorry if this is a basic/broad question. I’ve been googling around about this, and I can’t seem to find anything that doesn’t assume I know the basics of packaging (even if it claims it doesn’t assume this).

  • 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-12T23:28:47+00:00Added an answer on May 12, 2026 at 11:28 pm

    Debian packages are like tar files – they contain a copy of the file system. To create a Debian package…

    1. Install the tarball in a build directory.
    2. Add a DEBIAN directory with the control files. I found this article helpful.
    3. Create the package with dpkg --build.

    I would start by learning GNU’s autotools: autoconf and automake. They make it very easy to install the program in a build directory. You mentioned ./configure. So I assume ythis project already has some of the structure. From the description, it sounds like the project might need…

    • Entries in configure.in for files in “book” and “glade”.
    • Makefile.am files in “book” and “glade”.

    Putting it all together, the following commands result in a package file named project.deb.

    # ./configure --prefix build/usr
    # make && make install
    # dpkg --build build project.deb
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 231k
  • Answers 231k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the following function like this: Image('/path/to/original.image', '1/1', '150*', './thumb.jpg');… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer Check you database schema to see if the field (referenced… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer I figured out the problem - there was a session… May 13, 2026 at 2:13 am

Related Questions

A hobby project of mine is a Java web application. It's a simple web
I have been a desktop developer for a few years mostly doing object oriented
I have been asked to lend a hand on a hobby project that a
Dictionaries usually has an index and a data file. I'm writing a dictionary application
I'm trying to write a simple raytracer as a hobby project and it's all

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.