• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » How to Create Ubuntu Repository (PPA)

By Abhishek Ghosh December 14, 2014 7:36 am Updated on December 14, 2014

How to Create Ubuntu Repository (PPA)

Advertisement

Here is a step by step guide on how to create Ubuntu PPA – that is your personal software repository for keeping your tweaked softwares. This is an important guide but needs a bit basic knowledge about Aptitude, Package Managers, if you know how to distribute your software via deb repository, it will be more great; you need to know about GNU PGP.

If you once build a custom software, like Nginx with PageSpeed, you need not to build it 100 times on different servers. In the guide, Installing WordPress on HP Cloud (Ubuntu, Nginx), we ran :

Vim
1
sudo add-apt-repository ppa:nginx/stable

Basically it add the urls to :

Advertisement

---

Vim
1
/etc/apt/sources.list

That is a PPA too which is of official Nginx. If we offered you a custom build, you could install with one command without much need to tweak. You can create non-public repository too. We need to use a Signing key. That step is like :

Vim
1
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys VALUE

VALUE is your number.

 

How to Create Ubuntu Repository (PPA) : Basic Steps

 

First register an account at launchpad.net via Browser from any OS. How need to activate a PPA, you can follow OS X specific steps for signing with GPG. You have to sign the Ubuntu code of conduct to proceed. Except the signing part, you can do these works via browser, it is easy. Add your own icon, description etc. These will consume some time. There are two types of Personal PPA – Personal and for Team. Team is better as others known to you can be given access.

Uploading your source packages is a bit tricky.

How to Create Ubuntu Repository (PPA)

 

How to Create Ubuntu Repository (PPA) : Releasing Packages

 

There are, basically many methods. One is called backport, another is to Debianize, there are many ways but the easy way is FTP method. That is basically described in official page :

Vim
1
https://help.launchpad.net/Packaging/PPA/Uploading

How you will package it matters on what you are going to publish. You can also host your own apt repository (that is on your server). If you want to use server, this is basic method :

Vim
1
2
3
4
5
6
7
8
9
10
mkdir tmp
cd tmp
dpkg-source -x ../deb_dist/packagename_version.dsc
cd packagename_version
debuild -S -sa
# type your GPG passphrase
dput ppa:yourppa ../packagename_version_source.changes
dput ppa:your-ppa-name deb_dist/packagename_version.changes
# If Launchpad accepts the changes, you will get email
# It is like Publishing a WordPress Plugin

Tagged With ubuntu create own repo , create ppa for ubuntu , how to create a ubuntu repo , host your own ppa , creatingubuntu repository , create your own PPA , create ubuntu repository , create ubuntu ppa , ubuntu ppa create , create ppa linux
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How to Create Ubuntu Repository (PPA)

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

  • Install Nginx HTTP/2 With ALPN on Ubuntu 14.04 From ondrej/nginx PPA

    In our previous guide, we have shown how to easily upgrade Nginx on Ubuntu 14.04 for HTTP/2 support. The required changes in the /etc/nginx/sites-enabled/default file, /etc/nginx/nginx.conf file and limitations of that way of installation has been discussed on this article. In this guide, we will show how to install Nginx HTTP/2 with ALPN on Ubuntu […]

  • WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud

    Here is a Step by Step Guide on Setting Up WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud with All Commands and the Configuration.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy