Install using .debs not PPA?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pandapop Offline
Junior Member
Posts: 17
Joined: Oct 2008
Reputation: 0
Post: #1
Hey All..

I plan on install XBMC on a large number of machines and dont really want to use the PPA - would kill my bandwidth and a few of the machines dont have access to the internet.

Can someone tell me what .deb files i would need from the PPA - it looks to have a large number so suspect i need more than one....

Cheers, Alex.
find quote
Jaco2k Offline
Senior Member
Posts: 111
Joined: Mar 2009
Reputation: 0
Post: #2
Hi there,

Why don't you grab the source via SVN and then compile it on the machines?
If the specs are the same you can even compile it on one and then simply "sudo make install" on the others?
find quote
theuni Offline
Team-XBMC Communication Manager
Posts: 1,087
Joined: Oct 2007
Reputation: 2
Location: Atlanta, Ga, USA
Post: #3
Or just use your own repo.

For ex: http://mediakey.dk/~cc/howto-create-your...epository/
find quote
pandapop Offline
Junior Member
Posts: 17
Joined: Oct 2008
Reputation: 0
Post: #4
Cheers for the replies,

From reading the fourm compiling it isnt the best way to go about installing XBMC as its sorta half finished if you follow me.

As far as setting my own PPA thats not a bad idea, anyway i can copy the whole contents of the PPA without having to individually save each file?
find quote
hudo Offline
Fan
Posts: 450
Joined: Feb 2009
Reputation: 5
Location: xbmcmediacenter.com
Post: #5
The best way no know exactly which packages get installed is to add the corresponding repository, and then apt-get install xbmc.

It will tell you *all* the packages installed by default. That simple!

After you install on one machine, go to /var/cache/apt/arquives and copy the necessary packages to a usb stick.Cool
find quote
pandapop Offline
Junior Member
Posts: 17
Joined: Oct 2008
Reputation: 0
Post: #6
HUDO... you sir are my new best friend, such an obv thing... will give this a go Smile

feel free to close this thread admins Smile
find quote
hudo Offline
Fan
Posts: 450
Joined: Feb 2009
Reputation: 5
Location: xbmcmediacenter.com
Post: #7
LOL

You're welcome!!
find quote
Maxim Offline
Fan
Posts: 706
Joined: Sep 2004
Reputation: 0
Post: #8
To install locally you can use dpkg -i or double click the file in X.
find quote
kopetnik Offline
Junior Member
Posts: 19
Joined: Dec 2005
Reputation: 0
Post: #9
You can install apt-proxy on one machine.

See:
https://help.ubuntu.com/community/AptProxy
http://apt-proxy.sourceforge.net/
find quote