LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 11-26-2011, 07:04 AM   #1
Psionman
Member
 
Registered: Mar 2007
Posts: 32

Rep: Reputation: 0
I don't understand how to install software


Can anyone please point me to a one syllable tutorial on how to install software on Linux. I don't know where to start. Everyone is very helpful, but they all assume some knowledge.

E.g. On another forum I have asked for help about a installing a package and I was told to run the following command:

Code:
sudo apt-get install texlive-full
But I'm running Puppy-Lucid and I get the response

Code:
sh: sudo: command not found
HELP
 
Old 11-26-2011, 07:12 AM   #2
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Puppy has its own package manger. I recommend trying to install what you need from there first.

Menu>Setup>setup Puppy>Puppy Package Manager



Edit: Also if you want to use sudo you might have to install sudo from the package manager and then add your user name to /etc/sudoers. Have you tried to install without using sudo? It might work without using sudo.

Last edited by Amdx2_x64; 11-26-2011 at 07:15 AM.
 
Old 11-26-2011, 07:15 AM   #3
Psionman
Member
 
Registered: Mar 2007
Posts: 32

Original Poster
Rep: Reputation: 0
Thanks AMDX (again)

I've tried that for texlive-full but get the message

Code:
Sorry, no matching package name
 
Old 11-26-2011, 07:22 AM   #4
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
try -


apt-cache search texlive



- See if it works on puppy. If it does then just copy the exact name that shows up in the search. type in apt-get install and the package name without using sudo.

Last edited by Amdx2_x64; 11-26-2011 at 07:24 AM.
 
Old 11-26-2011, 07:26 AM   #5
Psionman
Member
 
Registered: Mar 2007
Posts: 32

Original Poster
Rep: Reputation: 0
Nope

Code:
sh: apt-cache: command not found
 
Old 11-26-2011, 07:26 AM   #6
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Yeah sorry. I forgot to add that is was apt-cache search not just apt-cache, was hoping I got that in the edit before your read it, lol.
 
Old 11-26-2011, 07:29 AM   #7
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Ok. brb again, going to boot into puppy, lol.
 
Old 11-26-2011, 07:35 AM   #8
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Ok I am in Puppy Lucid. Go back to the package manager and type in texlive only for the search. See if what you want is there though you will probably have to piece together what you want since Puppy doesn't seem to have the full one there. The name might be slightly different which is why it wasn't coming up in your search originally.

Edit: Apparently there is no search for apt-get in Puppy. I can use apt-cache search in Debian, though I really only use aptitude search... Which Puppy Linux doesn't have either one. So use the Puppy Package Manager as much as you can. I am guessing what you find with apt-get would be in the Puppy Package Manager anyways. If you can't find the full package name you have to break it down a bit and see if it is there but with a slightly different name, version, etc.

Also remember on top you see the ubuntu-lucid-main, ubuntu-lucid-multiverse, puppy-woof, puppy-5. Check each one after you type in the search. Honestly this set up seems a bit messy and a pain in the neck to do. I only use puppy as needed, sort of rescue disk more or less.

Last edited by Amdx2_x64; 11-26-2011 at 07:52 AM.
 
Old 11-26-2011, 08:10 AM   #9
Psionman
Member
 
Registered: Mar 2007
Posts: 32

Original Poster
Rep: Reputation: 0
When I type in "text" in the package manager I only see textmaker: not what I want

BTW I only use Puppy because it was recommended for an old and fairly low spec. laptop
 
Old 11-26-2011, 08:19 AM   #10
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Are you using the Puppy Lucid live cd? I did a search for texlive (not text) and it gave me a list.

Edit: For a laptop like that I also heard that Lubuntu is pretty good. Not really sure though, never tried it. I am going by what others have said. One of the things I don't like (please, no puppy argument from others about this.) is that by default you are running everything as root. I believe with an install you can change that and add a user, etc.

Last edited by Amdx2_x64; 11-26-2011 at 08:21 AM.
 
Old 11-26-2011, 03:10 PM   #11
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Puppy 5.28 Lucid ( "Ubuntu based".)

"texlive-full" is just a dummy package, that installs all "500 MB" tex*
http://packages.ubuntu.com/lucid/texlive-full
→ please see the red dots.


The Puppy Package Manager can be set to install any Ubuntu Lucid package.
→ Configure package manager : Then tick the 3 Ubuntu entries :
Ubuntu-main, Ubuntu universe, Ubuntu multiverse.
Next : Hit the "Update now" button ...... hit <Enter> when asked ......
.......... wait "3 hours" for the data base entries to be downloaded,
and for "Processing <Packages-**> to a standard format."

Then "all" tex seem to be present (not texlive-full.)

..

Last edited by knudfl; 11-27-2011 at 04:23 AM.
 
Old 11-26-2011, 06:02 PM   #12
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
puppy linux is based on slackware
so the command to install a package is "installpkg"
but you need to be root to install packages
the command to run the package manager is "pkgtool"

as a note to every body else who posted in this thread
u-bum-2 is not the only distro around
 
Old 11-26-2011, 07:11 PM   #13
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Quote:
Originally Posted by rob.rice View Post
puppy linux is based on slackware
so the command to install a package is "installpkg"
but you need to be root to install packages
the command to run the package manager is "pkgtool"

as a note to every body else who posted in this thread
u-bum-2 is not the only distro around
...and the distro wars continue...


Lucid Puppy is compatible with Ubuntu 10.04 Lucid Lynx by the way and even has apt-get... :-)

Last edited by Amdx2_x64; 11-26-2011 at 07:17 PM.
 
Old 11-26-2011, 07:23 PM   #14
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by Amdx2_x64 View Post
...and the distro wars continue...

it's not really a war just play fighting
kinda like puppy pit bulls before they grow teeth
pet one push the other away and the fight is on
 
Old 11-26-2011, 07:48 PM   #15
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Quote:
Originally Posted by rob.rice View Post
it's not really a war just play fighting
kinda like puppy pit bulls before they grow teeth
pet one push the other away and the fight is on

Well now if we are talking about teeth. I think a Lynx would beat a puppy any day.



http://postimage.org/image/78mqxhwxn/



.

Last edited by Amdx2_x64; 11-26-2011 at 07:50 PM.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 9 new install - Don't understand how to use /dev/sda2 ericcarlson Fedora 1 09-07-2008 07:25 AM
I don't understand how to install a new graphics card in opensuse 10.3 dave45056 Linux - Hardware 13 03-01-2008 10:59 PM
I don't understand Coimbra Linux - Newbie 2 05-22-2007 05:38 AM
I don't understand this at all FowlProgrammer Linux - Newbie 1 02-25-2007 01:38 PM
Don't understand how to install latest Mozilla cordedpoodle Linux - Newbie 7 09-09-2003 08:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration