CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Lounge

can't open terminal in downloads folder in 12.04

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 9, 2013, 05:23
Default can't open terminal in downloads folder in 12.04
  #1
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
there is no a selection button for opening terminal when I right click in downloads folder.why?
when I try to get access to downloads folder,its what is shown:
Code:
ehsan@Ehsan:~$ cd /
ehsan@Ehsan:/$ cd home
ehsan@Ehsan:/home$ cd downloads
bash: cd: downloads: No such file or directory
ehsan@Ehsan:/home$ cd Downloads
bash: cd: Downloads: No such file or directory
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   October 9, 2013, 05:47
Default
  #2
Senior Member
 
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19
Phicau is on a distinguished road
Either:
Code:
cd
cd Downloads
or (rough guess)

Code:
cd /
cd home/ehsan/Downloads
Rememeber to use tab to autocomplete and ls to see the files and folders.
Phicau is offline   Reply With Quote

Old   October 9, 2013, 06:03
Default
  #3
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
Hi Pablo,
why there is not terminal in the list when right click in a folder in 12.04 like 11.10 I had before?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   October 9, 2013, 06:10
Default
  #4
Senior Member
 
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19
Phicau is on a distinguished road
You probably don't have it installed. It is easy to google that:

Code:
sudo apt-get install nautilus-open-terminal
nautilus -q
Phicau is offline   Reply With Quote

Old   October 9, 2013, 06:30
Default
  #5
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
thanks dear Pablo,it resolved,
I have installed 12.04 last night and it has some problems in installing softwares,for example pidgin doesn't install by this error:
Code:
The following packages have unmet dependencies:

pidgin: Depends: libxss1 but it is not going to be installed
        Depends: perlapi-5.14.2 but it is a virtual package
how can install dependencies and introduce repositories to Ubuntu?is there a list of suitable repositories?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   October 19, 2013, 15:15
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all!

OK, I finally figured out what on Earth is going on. The file "/etc/apt/sources.list" has got the following default content:
Code:
# /etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu/ precise main restricted
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted
But this only provides a very limited list of packages.

To get access to all of the ones available to Ubuntu, append to each line "universe multiverse":
Code:
# /etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
Then run:
Code:
sudo apt-get update
And you're good to go!

Best regards,
Bruno

edit: I've added these instructions to the FAQ at openfoamwiki.net: http://openfoamwiki.net/index.php/FA..._on_Ubuntu_.3F
immortality likes this.
__________________

Last edited by wyldckat; October 19, 2013 at 17:02. Reason: see "edit:"
wyldckat is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is swap4foam ?? AB08 OpenFOAM 28 February 2, 2016 01:22
centOS 5.6 : paraFoam not working yossi OpenFOAM Installation 2 October 9, 2013 01:41
[swak4Foam] Error bulding swak4Foam sfigato OpenFOAM Community Contributions 18 August 22, 2013 12:41
[swak4Foam] build problem swak4Foam OF 2.2.0 mcathela OpenFOAM Community Contributions 14 April 23, 2013 13:59
Problem installing on Ubuntu 9.10 -> 'Cannot open : No such file or directory' mfiandor OpenFOAM Installation 2 January 25, 2010 09:50


All times are GMT -4. The time now is 20:47.