LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   No Pico in FC2? (https://www.linuxquestions.org/questions/fedora-35/no-pico-in-fc2-234523/)

jeopardyracing 09-23-2004 07:42 PM

No Pico in FC2?
 
I'm learning to use Pico in the terminal of my Mac and would like to start using it on my Fedora Core 2 Dell. When I key in Pico in the bash terminal, though, nothing happens. Is it not installed by default?

reddazz 09-23-2004 09:20 PM

No there isn't but I believe you can use NANO, which is a clone of PICO excluding the PINE mail program.

k3nn0n 09-24-2004 12:13 AM

Even better, FC2 has Joe which is like pico on steroids. Just type joe <filename> to access the commands in joe press ctrl+k and you will get a menu similar to the one you have at the bottom of the screen in pico.

cincindie 09-24-2004 07:11 PM

You can always download the latest rpm for pico from a website such as rpmfind.net and install it yourself.

seabass55 09-26-2004 10:39 AM

Or just learn how to use vi

jeopardyracing 09-27-2004 04:05 PM

Nano!
 
Just tried out Nano - works perfectly. Thanks!

Webjunkie 09-27-2004 04:11 PM

I'm so used to using pico that I even created a symbolic link so that I don't have to get used to typing nano. :)

jeopardyracing 09-30-2004 11:03 PM

That's actually really funny! I am just trying to remember the difference. As I type this I'm running of Damn Small Linux off of CD - this is the coolest thing ever!

FunkyRes 10-01-2004 01:18 AM

Quote:

Originally posted by cincindie
You can always download the latest rpm for pico from a website such as rpmfind.net and install it yourself.
I would really recommend against getting rpms from places like rpmfind.

Often time what you get is not packaged correctly, or wants dependencies that conflict.
Really the best thing to do is to use the tool the operating system comes with, yum.

Add the Fedora Stable repository, and optionally the rpm.livna.org repositories. Be careful about other repositories, as their quality can vary.

Now in a case like pico - I don't think that is available from Fedora Stable or Livna - so there you might need to find a src.rpm and BUILD THE SRC.RPM on your system to produce a binary you can install linked against your shared libraries. But for pico, it's not worth it - vi or (if you want to learn it) emacs are better.

justin_p 10-01-2004 09:28 AM

...or get the tarball and run ./configure, make, make install. Not tooooooo hard.


All times are GMT -5. The time now is 06:20 PM.