Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
12-13-2009, 03:23 PM
|
#16
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Quote:
Originally Posted by Lorax
Yea,
I have tried, from home,
dpkg -i filename.deb
and, from LORAXNETWORK:~/Desktop# (as above),
dpkg -i filename.deb
|
As suggested please use "ls" to confirm where the file really is. If you are getting the same error message from both home and Desktop, then I suspect it is in neither.
Evo2.
|
|
1 members found this post helpful.
|
12-13-2009, 03:24 PM
|
#17
|
Member
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567
Rep:
|
is the file on your root desktop or your user desktop? i.e. is the file located at /root/Desktop/filename.deb or is it located at /home/user/Desktop/filename.deb?
|
|
1 members found this post helpful.
|
12-13-2009, 03:25 PM
|
#18
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Quote:
Originally Posted by Lorax
Yea,
I have tried, from home,
dpkg -i filename.deb
and, from LORAXNETWORK:~/Desktop# (as above),
dpkg -i filename.deb
|
ok, combination of post from above. Type in terminal following commands and post the output here please. Also to make it more readable place the output between code tags (# in the icon bar of the editor).
Kind regards,
Eric
|
|
1 members found this post helpful.
|
12-13-2009, 03:25 PM
|
#19
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Worm and evo,
thank you but I'm so green still, that I don't know how to use
pwd
ls
tab
|
|
|
12-13-2009, 03:27 PM
|
#20
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Thaks Brian!
|
|
|
12-13-2009, 03:29 PM
|
#21
|
Member
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567
Rep:
|
Lorax, it is ok. You have a problem and you need help. That is how you learn.
|
|
1 members found this post helpful.
|
12-13-2009, 03:29 PM
|
#22
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Eric,
Quote:
LORAXNETWORK:~/Desktop# cd
LORAXNETWORK:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hdb1 55G 3.1G 49G 7% /
tmpfs 252M 0 252M 0% /lib/init/rw
udev 10M 732K 9.3M 8% /dev
tmpfs 252M 0 252M 0% /dev/shm
|
|
|
|
12-13-2009, 03:30 PM
|
#23
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
pwd and ls are commands that you type into the terminal. pwd tells you the "present working directory" ie where you are, eg home or Desktop. The ls comand lists the files in the present working directory. Using these commands you can confirm that the file you are trying to install is there.
Tab, is something different: if you type the first part of a command or file and then press the tab button the shell will try to complete what you were typing for you.
Evo2.
|
|
1 members found this post helpful.
|
12-13-2009, 03:30 PM
|
#24
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Quote:
Originally Posted by worm5252
Lorax, it is ok. You have a problem and you need help. That is how you learn.
|
I second that!
|
|
1 members found this post helpful.
|
12-13-2009, 03:40 PM
|
#25
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
pwd & ls:
Quote:
LORAXNETWORK:~# pwd
/root
LORAXNETWORK:~# ls
Desktop
|
|
|
|
12-13-2009, 03:44 PM
|
#26
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,307
Rep:
|
Don't use the root terminal, use your own, then:
(enter root password)
Code:
dpkg -i whateveritis.deb
|
|
|
12-13-2009, 03:47 PM
|
#27
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Quote:
Code:
LORAXNETWORK:~# pwd
/root
LORAXNETWORK:~# ls
Desktop
|
Ok, so the file is not in the root users home dir. What about in your normal users home dir, or the users Desktop dir or perhaps the users Desktop/Downloads dir. Please use cd and ls to move around the directories and find the file. Also, you will learn your way around by doing this.
eg
Code:
cd /home/yourusername
ls
cd Desktop
ls
And so on.
Evo2.
PS. I could give you a command that would find the file for you, but I think it would be better for you to get used to using these simpler commands.
|
|
1 members found this post helpful.
|
12-13-2009, 03:49 PM
|
#28
|
Member
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567
Rep:
|
I agreed with Evo2.
I bet the file is located at /home/yourusername/Desktop/
|
|
1 members found this post helpful.
|
12-13-2009, 04:00 PM
|
#29
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Sorry, had to disappear for a minute. Ok, I will try both your suggestions. I will post outcomes here in a few minutes...
Thank all yous
|
|
|
12-13-2009, 04:07 PM
|
#30
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
cd /home/nrc3/Desktop:
reveals the file on user's desktop. I knoew it was there. I put it there! I just don't know where the error is...
If it matters, I'm using root terminal...
|
|
|
All times are GMT -5. The time now is 08:45 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|