Install App in Debian Etch 4.0


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Install App in Debian Etch 4.0
# 1  
Old 10-25-2008
Install App in Debian Etch 4.0

I am trying to install a couple applications that I downloaded on my Debian Etch 4.0 OS but I don't know how.

1) I tried using sudo apt-get install...but it always tells me I'm not in the sudoers file
2) I tried using root terminal, but I cant seem to navigate anywhere and I don't know where to put the file so that root terminal sees it. ~/Desktop does not work in root terminal and this is where I have these applications.
3) I tried simple double clicking on the application.run after selecting the execute properties, and it executes then stops and tells me that I need to be a super user. but I dont know how to log on as a super user. Fact...I thot I was a super user...shrug

I am sure there are plenty of ways to install an application on Debian Etch 4.0....I just need one of them. My preference is knowing how to install it using root terminal, but how the hell can i get to my desktop from root terminal?

Thanks,

My name is Will...and "I'm a PC"
# 2  
Old 10-25-2008
Hi.

Welcome to the forum.

Most people use a package manager to deal with software in GNU/Linux. The main reason is ease of organization. The Debian repositories have around 20K packages, so most often what you want is there.

Outside packages can represent risks to the integrity of your system. Installing them outside the package manager's knowledge may replace something that is important, and if a number of items get installed, you may have a difficult time recalling what was installed and where they were installed, should you need to remove.

I suggest you look at the page below to see how most people accomplish this. If you have questions after that, post again. Try installing something small -- perhaps the par package, it's a little tool for formatting text -- and then remove it for practice. Both operations are easily done with apt-get. The use of apt-get requires that you become root:
Code:
su -
(enter root password)
apt-get ... (actions)

The companion program, apt-cache, can be used to search the repositories. It does not require you to become root. Try:
Code:
apt-cache search par
apt-cache show par

to see how it works. It also has a man page.

There are GUI analogs to apt-get like synaptic, but I tend to use the command-line.

Debian page: APT HOWTO - Managing packages

Note that this forum is exceedingly friendly, but tends to aim at folks using Unix flavors -- aix, hp-ux, Solaris, etc. There are lots of folks who use GNU/Linux, but I would not call that the main focus.

Best wishes ... cheers, drl
# 3  
Old 10-28-2008
su-

Well I'v used: "su -" before but it does the same thing. I can not change directories after i use su- or root terminal.

For instance: I have a linux ati display driver package on my desktop.

I can not use "cd ~/Desktop" it just does not work unless I use a regular terminal (which has no privilages).

I tried puting the driver install package in my home directory...but it does not see the file once I go to root.

How can I be in root...and see these files???
# 4  
Old 10-29-2008
Hi.
Quote:
Originally Posted by icecom10
... I can not use "cd ~/Desktop" it just does not work unless I use a regular terminal (which has no privilages) ...
If you are root, then to cd to a different user desktop you need to specify which user desktop, like so:
Code:
cd ~username/Desktop

or
Code:
cd /home/username/Desktop

cheers, makyo
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Debian Synaptic locked up after trying to install Dropbox

Hello, I am running LinuxCNC (Debian Wheezy), I tried to install Dropbox via Synaptic Package Manager, apparently Dropbox is a dead stick on that OS. Now Synaptic is unable to start with the following message: E: dpkg was interrupted, you must manually run 'dpkg --configure -a'... (0 Replies)
Discussion started by: awg
0 Replies

2. Debian

Debian Etch - install us-keyboard driver

Hi, i'm using a debian-4.0r1 on an old subnet machine. I have to extend it with an other keyboard . What i have is a DVD of etch 4.0r7. How can i install and load the keyboard-driver for the us-keyboard? Can anybody please give me a hint how to do that? Thanks in advance (0 Replies)
Discussion started by: IMPe
0 Replies

3. Debian

Debian install - kernel panic

Hello all, I would like to install Debian Jessie on my i386 When I boot from the installiso I see the menu and pick 'install'. The bios beeps once immediately and I get the following output: I 've tried 3 cd's already...(md5 sum=ok) this computer always ran... (13 Replies)
Discussion started by: drum159
13 Replies

4. UNIX for Dummies Questions & Answers

Install Cacti on Debian for dummies

Hi all, I want to install cacti (frontend to RRDTool) on my Debian 6 VPS. My dummy questions please... The requirements include RRDTool and net-snmp so is there a way to check these are properly installed? Re the command # apt-get install cacti After logging in to my VPS in putty... (1 Reply)
Discussion started by: Juc1
1 Replies

5. Debian

bare bones Debian install

I have read into some of the complexity in the docs in Debian on the install procedure. Is there any guiding light on what is required for a bare bones install. I have read in maybe the wikipedia that the einstein behind Debian has put in place every thing imaginable for any particular Machine.... (2 Replies)
Discussion started by: cowLips
2 Replies

6. Debian

Debian on ia64 install - freeze

Hi I try to install debian 6.0.1 on hp rx2600. I boot from the CD i get first boot menu ( i can choose Install/Install(expert)/Rescue modes) after i choose one of above i see messages like : (..) Uncompressing linux..done. (...) Loading file /initrd.gz.. done (...) Linux Version... (2 Replies)
Discussion started by: chesti
2 Replies

7. Debian

How to install Java in Debian Lenny

Hi all im trying to install Java in Debian lenny with apt-get install but can find the packages...anyone can help me on this one? thanks (2 Replies)
Discussion started by: ro0t3d
2 Replies

8. Debian

Cannot reboot Debian Etch - 1 Core at 100%

I have a weird problem. I cannot reboot my Debian Etch Server and one core shows as using 100% CPU but nothing appears to be using it???? I have tried kill -9 and killall via htop on the nbd mount and poweroff and shutdown commands but gett nothing. I also killed a number of other... (3 Replies)
Discussion started by: jelloir
3 Replies

9. Linux

install pptpd on debian 5

When I try to configure vpn(client,server), i not find pptpd.conf in debian lenny 5.0. After in command-line: if translate: Don't find package pptpd How can added pptpd? (0 Replies)
Discussion started by: sotich82
0 Replies

10. Debian

How to install Debian on a SUNBLADE 100?

I have tried to install the Debian distribution for SPARC processor, but is a pian in the neck trying to boot from cdrom or floppy. Please can somebody to help me to know the easiest way to boot and install Debian on a SUNBLADE 100 system? or wich is the best way to installed on this system, I... (2 Replies)
Discussion started by: GEIER
2 Replies
Login or Register to Ask a Question