printerkda.blogg.se

Ubuntu install deb
Ubuntu install deb







ubuntu install deb

  • version is the version of the software, 0.0.1 in our case,.
  • package-name is the name of our package, hello-world in our case,.
  • To start we will create a directory in the form: _-_ deb packages to package and distribute programs. Step 1: Creating a deb Packageĭebian, and Debian-based Linux distributions use. It’s the binary we will be distributing in our deb package.

    ubuntu install deb

    There’s no technical reason for picking C for this example – the language doesn’t matter. Cd ~/example/hello-world-program gcc -o hello-world hello.c









    Ubuntu install deb