spottraining
May 27th, 2006, 05:33 AM
Hi
I am trying to make my own small repo to my web server, so that I have possible to install different software easy with apt-get. It is about ten different deb files, but what all working fine with Ubuntu. My idea - make all necessary files in my computer and then upload they to web server.
I have found this Howto: http://www.ubuntuforums.org/showthread.php?t=42862
Problem is - that this not working. Main problem right now is, that when I run in this folder, where are my deb files fallowing command, to make Packages.gz file:
sudo dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
Then its shows me information from one file:
suvi@lapakas:~/ubunturepo$ sudo dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
Unprocessed text from ./FrostWire-4.10.9-2.i586.deb control file; info:
Package: frostwire
Version: 4.9.11
Section: Networking
Priority: optional
Architecture: all
Essential: no
Depends:
Pre-Depends:
Recommends:
Suggests:
Installed-Size: 16386
Maintainer: Gubatron [gubatron@gmail.com]
Conflicts:
Replaces:
Provides: frostwire
Description: A Truly Free and Open Source Peer to Peer client
for the Gnutella Network. It's core is based on
LimeWire. Which needs the Sun Java Runtime Environment
(minimum version tested is JRE 1.4+)
. / .
suvi@lapakas:~/ubunturepo$
and that all. When I then look to Packages.gz file, extract that - this is empty.
Also with apt-get update I see for my server this information:
Ign http://myserver.org ubuntu/ Release.gpg
Ign http://myserver.org ubuntu/ Release
Ign http://myserver.org ubuntu/ Packages
So this server is ignored.
I have check also Ubuntu Wiki and guide about how to make repo CD, also this:
http://www.debian.org/doc/manuals/repository-howto/repository-howto
But these explain all about big repository, with different arch and versions. I need only my small repo for my personal needs.
Maybe someone can help
I am trying to make my own small repo to my web server, so that I have possible to install different software easy with apt-get. It is about ten different deb files, but what all working fine with Ubuntu. My idea - make all necessary files in my computer and then upload they to web server.
I have found this Howto: http://www.ubuntuforums.org/showthread.php?t=42862
Problem is - that this not working. Main problem right now is, that when I run in this folder, where are my deb files fallowing command, to make Packages.gz file:
sudo dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
Then its shows me information from one file:
suvi@lapakas:~/ubunturepo$ sudo dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
Unprocessed text from ./FrostWire-4.10.9-2.i586.deb control file; info:
Package: frostwire
Version: 4.9.11
Section: Networking
Priority: optional
Architecture: all
Essential: no
Depends:
Pre-Depends:
Recommends:
Suggests:
Installed-Size: 16386
Maintainer: Gubatron [gubatron@gmail.com]
Conflicts:
Replaces:
Provides: frostwire
Description: A Truly Free and Open Source Peer to Peer client
for the Gnutella Network. It's core is based on
LimeWire. Which needs the Sun Java Runtime Environment
(minimum version tested is JRE 1.4+)
. / .
suvi@lapakas:~/ubunturepo$
and that all. When I then look to Packages.gz file, extract that - this is empty.
Also with apt-get update I see for my server this information:
Ign http://myserver.org ubuntu/ Release.gpg
Ign http://myserver.org ubuntu/ Release
Ign http://myserver.org ubuntu/ Packages
So this server is ignored.
I have check also Ubuntu Wiki and guide about how to make repo CD, also this:
http://www.debian.org/doc/manuals/repository-howto/repository-howto
But these explain all about big repository, with different arch and versions. I need only my small repo for my personal needs.
Maybe someone can help