Packages - Debian - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Packages - Debian (/thread-2534.html) |
Packages - Debian - nickcharlton - 02-23-2008 03:22 AM Using Debian Etch I am having trouble getting the required packages. I am following the guide and using Etch, but as I get to selecting the packages I am having a problem with cat. From looking on the debian packages list (as provided on the debian site) I am given the option of catdoc, catdvi or catsboot. As catsboot is for a different architecture, I am am assuming this doesn't matter. Edit: From looking in the packages list, I can see that it is being pulled as a dependancy from another. Should the list of packages be updated? Nick RE: Packages - Debian - joximu - 02-23-2008 05:09 AM AFAIK you're the first having problems with the package list... Code: apt-get install `cat ./docs/Debian/debian-packages-etch` what's the problem here? You don't need to install cat but you should install all packages that are listet in the file ./docs/Debian/debian-packages-etch - see http://www.isp-control.net/ispcp/browser/trunk/docs/Debian/debian-packages-etch and... the code above is the fitting command for this. Take care with the ` theese are not ' !!! RE: Packages - Debian - rbtux - 02-23-2008 05:44 AM I changed it in the documentation... RE: Packages - Debian - nickcharlton - 02-23-2008 06:14 AM rbtux Wrote:I changed it in the documentation... Ah hah. Thanks. I believe in my first post I spent most of the time mumbling away. I now have the installer running and will check back when it is done. Nick RE: Packages - Debian - joximu - 02-23-2008 07:07 AM ahh - now I see. The doku in the wiki differs from the INSTALL which is shipped... Are there no backticks in the wiki? RE: Packages - Debian - nickcharlton - 02-23-2008 07:14 AM There wasn't backticks, instead there were brackets, but the wiki was showing these in the wrong places. rbtux just updated the error in the wiki docs. For some reason, I decided to follow the wiki docs, rather than the shipped docs, although I did read through both. Nick RE: Packages - Debian - rbtux - 02-23-2008 07:18 AM @joxi: no i removed the backticks to avoid confusion... |