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 02-02-2010, 07:18 PM   #1
bacuser
LQ Newbie
 
Registered: Dec 2008
Posts: 12

Rep: Reputation: 0
Unhappy Trouble finding newly installed applications on edubuntu 9.10


I installed edubuntu 9.10 on my HP Pavilion dv6 laptop, and am having trouble locating launch buttons for programs I install with Synaptic Package Manager. Specifically, I installed an app called backuppc, and it appeared to install correctly, and completely, but no launch button was placed in any of my menus, or on the desktop. I'm not sure how to create a launcher for the program. Previously, in ubuntu 8.04, there was a GNOME app installer called "Add/Remove", and this asked which menu I wanted to install the launcher in, but this version of ubuntu doesn't seem to have that application. Any ideas about how I locate the installed application and create a launcher?

Thanks for your help.
Brent
 
Old 02-02-2010, 07:52 PM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
System > Preferences > Main Menu to see invisible menu options

Applications > Ubuntu Software Center replaces "Add/Remove Programs".

rt-click on the desktop, select "create launcher" to make a custom desktop launcher for the installed program.

You can add it to the main menu by rt-clicking on the menu, select "edit menu"
 
1 members found this post helpful.
Old 02-02-2010, 08:20 PM   #3
bacuser
LQ Newbie
 
Registered: Dec 2008
Posts: 12

Original Poster
Rep: Reputation: 0
thanks

Thanks for the help. I now need to be able to find the executable program which was installed. Any idea how I can do this. I did find a folder in /etc called "backuppc", but it doesn't have much in it. There is another folder in that folder called "pc", but I can't open it. When I try to open it, it just keeps showing the same contents (exactly) as the folder above. Other files in this "backuppc" folder include "apache.conf, config.pl, localhost.pl, hosts, htgroup, and htpasswd" How can I recognize executable files?

Sorry if this seems very elementary.
Brent
 
Old 02-02-2010, 09:23 PM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
In GNU/Linux distros, you have a different directory tree compared to windows or Mac. Global configuration files go in /etc (user configs in the user's home directory), libraries in /lib, executables in /bin, /sbin, /usr/bin, or /usr/sbin depending on type of application.

A quick way to find the executable: in a terminal, give this command: which backuppc. Or, if you don't know the name of the executable, apropos backuppc.
 
Old 02-02-2010, 09:44 PM   #5
bacuser
LQ Newbie
 
Registered: Dec 2008
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks,
I appreciate the information on the location of types of files. I tried the commands and received this:
brent@brent-laptop:~$ which backuppc
brent@brent-laptop:~$ apropos backuppc
backuppc (8) - BackupPC manual
brent@brent-laptop:~$ ^C
brent@brent-laptop:~$

I assume the executable file is BackupPC, but I still can't locate it in the directories you mentioned, /bin, /sbin, /usr/bin, or /usr/sbin.

I do need the location to make the command for the launcher, right?

Thanks for all your help.
Brent
 
Old 02-03-2010, 10:36 PM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
I do need the location to make the command for the launcher, right?
No - the command just needs to be in your path.

man BackupPC

to learn how to run it.

Note:
http://wiki.debian.org/DebianEdu/HowTo/BackupPC

According to this, backuppc is run as a service rather than a regular program. On installation, it is already running. But you use it from a web interface.

It strikes me that BackupPC is not what you may have thought it is. Please read the documentation:
http://backuppc.sourceforge.net/faq/BackupPC.html

Last edited by Simon Bridge; 02-03-2010 at 10:39 PM.
 
Old 02-04-2010, 01:00 PM   #7
bacuser
LQ Newbie
 
Registered: Dec 2008
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks

Thanks for the help. You are correct, that I didn't realize this was a web based, partially offsite backup system. I am looking for a simple backup solution for my laptop, running edubuntu, with backups to an external hard drive. Any suggestions?

Thanks all for the help and the education.
Brent
 
Old 02-05-2010, 04:21 AM   #8
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
File backups are not hard - the basic concept is that you copy the files someplace else. If anything happens, you copy them back. Most solutions also compress the copies, do this automatically on some sort of schedule, and detect when to restore.

I have used the tar program to backup my computers before, though, these days, I have tended to be lazy and use cp -a

http://www.geekvenue.net/chucktips/j...279/index_html
tar pzcvf tarball.tgz
... creates the backup of your home directory preserving permissions and compressing them to an archive file called a "tarball".

cp -a ~ /media/drivename
... the lazy approach. You can also pipe it through a compression program.

Putting the files back is just the reverse of this process.

The beauty of this approach is that the programs are already installed and you have complete control over the outcome.
 
1 members found this post helpful.
  


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
Having trouble finding the extra hard drive I have installed. Indy452 Linux - Hardware 7 02-24-2009 04:55 PM
Finding a newly installed package Greebstreebling Linux - Software 2 01-12-2009 07:04 AM
Finding newly installed packages BAK2004 Linux - Software 1 01-01-2005 02:39 PM
help, im having trouble Installing & finding installed progs 9.2 mandrake9.2 MickMog Linux - Newbie 6 06-25-2004 11:36 PM
Having trouble finding where apt-get installed program on Lindows4.5 ShamusMcConnell Linspire/Freespire 5 04-06-2004 04:21 PM

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

All times are GMT -5. The time now is 01:42 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