LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to change ~$ to ~/ in ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-change-%7E%24-to-%7E-in-ubuntu-4175464643/)

l_buntu 06-04-2013 03:32 AM

how to change ~$ to ~/ in ubuntu
 
Hi,

I wish to change the directory from ~$ to ~/ in ubuntu.


I wonder how can those issue being solved.

thank you.

acid_kewpie 06-04-2013 03:40 AM

please use useufl thread titles in future. We know you have "unsolve issues" or you wouldn't be asking in the first palce.

yum is for Redhat based distributions, you have no need to do anything abuot that, apt is your package management tool

this thread seems to cover your issue - http://ubuntuforums.org/showthread.php?t=2095742

knudfl 06-04-2013 04:07 AM

# 1 .
Quote:

unsolved issues

Hi,

I wish to run PHASE v2.0 on ubuntu. However, i get the error massage of "error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory"

I try to install yum to solve this issue, again the error massage was "unable to locate package yum".

I wonder how can those issue being solved.

thank you.
Welcome to LQ.

libstdc++-libc6.2-2.so.3 : Origins from gcc-2.95 ! Older than the first Ubuntu OS.

The package libstdc++2.10-glibc2.2_2.95.4-27_i386.deb can be used,
if your architecture is "i686" : $ uname -m

Download link http://archive.debian.org/debian-arc....4-27_i386.deb
1) $ cd Downloads/
2) $ sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386.deb

Yum : Please read the Ubuntu user manual. § "InstallingSoftware" :
https://help.ubuntu.com/community/InstallingSoftware
I.e. Ubuntu uses apt-get, not yum, for "command line package install".
And dpkg / gdebi / gdebi-kde / 'Ubuntu Softwarecenter' for downloaded packages.

-

l_buntu 06-04-2013 08:55 AM

sudo dpkg
 
Hi,

I download the link and type "sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386". Seems like it doesn't work. any idea?

below is the output.


root@u-Aspire-V5-471G:~# sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386.debdpkg: error processing libstdc++2.10-glibc2.2_2.95.4-27_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
libstdc++2.10-glibc2.2_2.95.4-27_i386.deb

acid_kewpie 06-04-2013 09:00 AM

Why on earth have you replaced your question with something else entirely? way to wreck a thread.

You either haven't downloaded the file at all, or you're not in the directory where you downloaded it to.

knudfl 06-04-2013 09:22 AM

# 4 .

Quote:

.. and type "sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386"
Please read post #3 :
First : change to the folder with the downloaded package.
If it isn't 'Downloads/' but 'Desktop/' : $ cd Desktop/
Next command is 'pwd', to make sure you are in the right folder : $ pwd
Then : $ ls
If the package libstdc++2.10-glibc2.2_2.95.4-27_i386.deb is listed you can do:
$ sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386.deb

P.S. : The original post #1 text is now added to post #3.

-

l_buntu 06-05-2013 05:45 AM

Hi chris,

there is no "new thread" on my page. any suggestion to post a new question. for the time being i just change the thread.

thank you.

l_buntu 06-05-2013 05:47 AM

Hi knudfl,

it works..thank you

knudfl 06-05-2013 05:53 AM

# 7
Quote:

there is no "new thread" on my page
Please go to 'Linux Forums' http://www.linuxquestions.org/questions/

Choose a Forum, e.g. Ubuntu
http://www.linuxquestions.org/questions/ubuntu-63/ >>> 'New Thread'

acid_kewpie 06-05-2013 06:50 AM

Quote:

Originally Posted by l_buntu (Post 4965759)
Hi chris,

there is no "new thread" on my page. any suggestion to post a new question. for the time being i just change the thread.

thank you.

well seeing as you already clearly found it once to post this.... :confused:


All times are GMT -5. The time now is 05:13 PM.