Tag: apt

Quick guide to setting up a Debian apt repository

This is my quick guide to setting up a Debian apt repository: Install the needed software apt-get install apt-utils Create the directory structure under the webroot mkdir -p /var/www/apt/sarge Add the created .deb files to the archive cp mypackage-1.0.deb /var/www/apt/sarge Update the package list to reflect the new package. cd /var/www/apt apt-ftparchive packages sarge > …

Read more

theAdmin Apt repository setup

I’m back. I also have a lot to write about now but I wanted to start with a new feature I have added to my theadmin.org server. I am now starting to package up some software for Debian. I have my apt repository setup at apt.theadmin.org. To add it just add one of the following …

Read more