Procedures in the #apt commands.

 
Thread Tools Search this Thread
Operating Systems Linux Debian Procedures in the #apt commands.
# 1  
Old 04-22-2012
Procedures in the #apt commands.

I have installed squeeze 6.0.0 as a base install from: Network install from a minimal CD.
Debian -- Network install from a minimal CD
i do see a lot of information on the various #apt commands , yet is is all garble goop as far as trying to make sense of where to begin at to install commands/programs. looking in #/usr/local/bin there are zero files.
Could some one please let me know of documentation or a web page that shows set up procedures for #apt geared towards the bare bones install of Network install from a minimal CD.

I am trying to re boot the system and have tried the following.
Code:
#telinit 6
#shutdown -r
#shutdow.allow -r now
#reboot

doing a #find produces zero files found.
I would assume these are admin commands. and after i come to find a procedure to work with the various #apt management commands hopefully i could install the admin commands.
Thank you for the assistance.
# 2  
Old 04-22-2012
If you use it netboot install, and you don't select any additional packages during install, you will have barebone debian install.

For filesystem, please check :
FilesystemHierarchyStandard - Debian Wiki

As for rebooting, reboot is enough (as root)

If you want check out which packages are included in your install you would use dpkg -l

What are you refering under i want to install admin commands ?

Hope i understood correctly.
Regards
Peasant.
# 3  
Old 04-22-2012
Code:
man apt-get

will give you all the information needed.

intelinside
# 4  
Old 04-24-2012
it is a bare bones base install

there seems to be zero nothing - zero commands installed.
there is a need to begin somewhere, and where that is i have no clue.
Thank you for the advise.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

For loop mysql procedures

Hi Forum how can I make for loop or while loop as below, in mysql language for i in (1, 2, 4, 6, 9) do ...... done similar to unix... (1 Reply)
Discussion started by: yahyaaa
1 Replies

2. Solaris

Solaris upgrade/migration procedures

Guys, I am more into IBM/HP unix stuff and my org wants me to do some kungfu on SUN :wall: , I have fair understanding of solaris only and I need ur help . I have to migrate all of my existing solaris boxes to their latest levels ( soalris 10) , having this daunting task I need your... (4 Replies)
Discussion started by: nivaspIND
4 Replies

3. Shell Programming and Scripting

calling two procedures from one ksh ???

Hi to all, This is first posting in this forum. I quite new to this KSH....i guess i ll have some fun...:) Well, I have two indivdual korn shell scripts. i m calling PL/SQL stored procedure from korn shell script. It works absolutely fine. Once its completed the log is updated and data is... (5 Replies)
Discussion started by: shashi369
5 Replies

4. Shell Programming and Scripting

Needed help in understanding these procedures?

Hi all, i needed some help in understanding a few procedures and how exactly is the sequence? FINISHED="Done" COLUMNS=$( stty -a | head -n 2 | cut -d " " -f2 |cut -d " " -f4 ) COLS=$((${COLUMNS} -${#FINISHED} - 5)) RET_ARR="\010" KILLLINE=${RET_ARR}${RET_ARR} for i in $(seq 1... (0 Replies)
Discussion started by: wrapster
0 Replies

5. Shell Programming and Scripting

Executing multiple Oracle procedures concurrently

I am using KSH with an OS of AIX Version 5.3. From my shell script, that will be scheduled thorugh a CRON, I need to execute 2 Oracle stored procedures concurrently. If we execute them one at a time, the total execution time takes 4 hours or more. Since they are not dependent on each other and... (6 Replies)
Discussion started by: multidogzoomom
6 Replies

6. UNIX for Dummies Questions & Answers

Stored Procedures

Dear friends, can anyone suggest links for online books on stored procedures in oracle. Cheers, (2 Replies)
Discussion started by: thumsup9
2 Replies

7. Shell Programming and Scripting

Procedures are not called ?

My shell script is executing i am having no syntax errors or other errors. When i am testing the shell script i am having a problem that the procedure Prompt, Environment,List are not found. I defined all these procedures in the shell script. Environment() { FULL=N export FULL LOGON=cat... (2 Replies)
Discussion started by: dreams5617
2 Replies

8. UNIX for Dummies Questions & Answers

printing out procedures in unknown format

Does Anybody know how to print procedures written in this format? .. .nr PS 11 .nr VS 14 .nr LL 6.5i .ad l .DA 1/9/91 .in 4.0i .DS Shepard D. Johnson .DE .in 0i .sp .sp .sp .LG .ce .B Pressure Sensors (P/N 16-0018-0 & 16-0018-1) Test Procedure (1 Reply)
Discussion started by: rjtrjt
1 Replies
Login or Register to Ask a Question