Linux - NewbieThis 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.
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.
I am running Ubuntu 9.10 and everything appears to be working fine but for some reason when i go to here! and try to download the latest version of the Opera Web browser in the form of a .deb file, the download box appears and informs me when the download is complete but i cannot find the .deb file even though i do a search of the file system.
I have no problem downloading the same file but in the form of a .tar.gz file.
I have configured Firefox 3.5 to place all downloads into the "Downloads" folder but once again for some unknown reason all the downloads end up in the /tmp folder.
Sounds like you have a couple of different problems here.
What business_kid was trying to suggest was that you may need to check that the ownership on the files and directories in you home directory are correct. For the record, you need a space before the asterisk. But I don’t necessarily think user/group permissions are the issue. (possible worth a try though)
You say you can download the .tar.gz file but you don't seem to be able to download the .deb. Does a dialog come up asking you what you want to do with the .deb file? If not try right clicking the last download link and selecting 'save as'. It sounds like .deb file may be associated with an application which is failing to open in the background. You can check this by looking at the 'Applications' tab in the options.
The other problem is file being saved in /tmp rather than ~/Downloads. Does the directory exist? If so does the name in the options screen and in the file system have the same case? Downloads and downloads are two different directories. If everything looks the same then maybe it's worth changing the option to a full path. Something like /home/user/downloads
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,494
Rep:
@ mrrangerman .. I hope you know, what I mean ..
The copy / paste is good for long very complicated commands,
but also as a "control measure" with a simpler text,
to check for spell and syntax errors.
"".. Never write anything, use copy / paste instead ..""
.. wasn't meant to be taken that serious ..
.....
In fairness, I've hiot that problem too, (missing spaces in commands read from posts). I have good intentions to double space, thus making them clearer
chmod luser:group *
EDIT: When I post that, the extra spaces seem to vanish!
Last edited by business_kid; 01-14-2010 at 03:55 AM.
Reason: Remark
In fairness, I've hiot that problem too, (missing spaces in commands read from posts). I have good intentions to double space, thus making them clearer
chmod luser:group *
EDIT: When I post that, the extra spaces seem to vanish!
Um, do you mean chown, or am I missing something here?
@business_kid:
Default in PHPBB and most boards like this is that consecutive spaces/tabs are reduced to one space. To preserve multiple spaces/tabs, use code or quote tags.
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195
Rep:
This is one of the things I hate of FF... I can never find the downloaded files or recall the location where they should be stored. You'll be happy with opera!
Open a konsole window, cd to /tmp and issue this command:
If this is not the correct version for you, browse in ftp://ftp.opera.com/pub/opera/linux, choose the correct file, copy the link address and change the wget command accordingly.
I did exactly as suggested and got the following output
baldtop@baldtop-desktop:~$ sudo dpkg -i opera_10.10.4585.gcc4.qt4_i386.deb
[sudo] password for baldtop:
dpkg: error processing opera_10.10.4585.gcc4.qt4_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
opera_10.10.4585.gcc4.qt4_i386.deb
baldtop@baldtop-desktop:~$
I don't think i was meant to run the Opera browser lol
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.