How to on Ubuntu synchronize software built from source?

1

1

I have three computers with Ubuntu. I know how that there's a way to synchronize packages installed from the Ubuntu Software Center, but... what if I want to synchronize software from source? Do you have any idea how might do that?

Thanks.

user2886545

Posted 2014-06-24T18:47:11.417

Reputation: 111

So you want to make one of your PCs a local repository? – Tog – 2014-06-26T07:59:01.747

This should be the idea... – user2886545 – 2014-06-27T08:35:26.437

Answers

0

Build a PPA, compile, distribute.

https://launchpad.net/ubuntu/+ppas

Aboba

Posted 2014-06-24T18:47:11.417

Reputation: 671