You are not logged in.
I am posting in General Section as I am no Developer
That being said thought, I am trying to develop a post Local Package Repository using a USB Thumb Drive with Q4OS LiveCD session.
I was thinking about remastering the Q4OS Live CD but, that's overkill as all that I need for Q4OS to be prefect is for Apache Webserver to be Installed in the Live CD environment.
My Schema is:
--> create a new myq4osrepo.list file in: /etc/apt/sources.list.d/
--> insert in new myq4osrepo.list file:
# My Local Repository *.list file
deb file:///media/adminq/MYQ4OS/Repository
#MYQ4OS is volume name of USB Thumb Drive and proper path - works in terminal
--> Create a directory on USB Thumb Drive /media/adminq/MYQ4OS/Repository
--> Copy Apache2.xx.xxxx.deb and all dependencies to /media/adminq/MYQ4OS/Repository/
--> cd '/media/adminq/MYQ4OS/'
--> root@debian:/media/adminq/MYQ4OS# dpkg-scanpackages Repository | gzip > Repository/Packages.gz
FAILED Result: bash: dpkg-scanpackages: command not found
---------------
I have tried as root; with and without sudo; installed dpkg-dev package;
Also used: dpkg-scanpackages Repository/null | gzip -9c > Repository/Packages.gz
STILL FAILS:
Any Ideas ? of how to get dpkg-scanpackages work in Q4OS Live CD ? "OR"
Plan B: Create Bash Executable .sh script + Build Q4OS Installer Executable .esh to get Apache Installed from Local Repo
OR
Plan C: PUNT
Last edited by bobby (2015-12-31 06:18)
No Longer Using Q4OS
Offline
Moved from 'General discussion'
FAILED Result: bash: dpkg-scanpackages: command not found
You have to install 'dpkg-dev' package:
$ sudo apt-get install dpkg-dev
Offline
Yes, afteri installing dpkg-dev package and it works now, THANKS !
Also, installed gdebi for testing purposes as well.
No Longer Using Q4OS
Offline
Is there an easy way to download a .deb package and required dependencies. In U's Software Center I have read you can right click a deb and it will create a download script for local installs.
a task that can not be done using dpkg command line.
Any suggestions ?
No Longer Using Q4OS
Offline
Offline
Q4os Team, Thank you Very Much ! - Happy New Year
No Longer Using Q4OS
Offline