![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() |
HOWTO: Hoary After-Install Helper
In the tradition of the WAIH (Warty After-Install Helper) the HAIH (Hoary After-Install Helper) has arrived. Or at least a rough version of it.
Attached is the script. Download it and run it with the following commands: Code:
bunzip2 haih-0.8.bz2 ./haih-0.8 Last edited by Nis; April 11th, 2005 at 11:02 PM.. Reason: Uploaded version 0.8 |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() |
Script don't work
rroot@Mitac-6120N:/home/gibbs/Stardict # bunzip2 haih-0.1.bz2 root@Mitac-6120N:/home/gibbs/Stardict # ./haih -su: ./haih: No such file or directory root@Mitac-6120N:/home/gibbs/Stardict # ls haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # ./haih-0.1 -su: ./haih-0.1: Permission denied root@Mitac-6120N:/home/gibbs/Stardict # ls -l total 4 -rw-r--r-- 1 gibbs gibbs 3109 Mar 30 08:12 haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # chmod 774 haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # ls -l total 4 -rwxrwxr-- 1 gibbs gibbs 3109 Mar 30 08:12 haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # ./haih-0.1 Syntax error oot@Mitac-6120N:/home/gibbs/Stardict # bunzip2 haih-0.1.bz2 root@Mitac-6120N:/home/gibbs/Stardict # ./haih -su: ./haih: No such file or directory root@Mitac-6120N:/home/gibbs/Stardict # ls haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # ./haih-0.1 -su: ./haih-0.1: Permission denied root@Mitac-6120N:/home/gibbs/Stardict # ls -l total 4 -rw-r--r-- 1 gibbs gibbs 3109 Mar 30 08:12 haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # chmod 774 haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # ls -l total 4 -rwxrwxr-- 1 gibbs gibbs 3109 Mar 30 08:12 haih-0.1 root@Mitac-6120N:/home/gibbs/Stardict # ./haih-0.1 Syntax error ----------------------------------------------------------------------------------------------------------------------- WHY? Thanks. |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2005
Location: Rochester, NY
Beans: 46
Ubuntu Jaunty Jackalope (testing)
|
Re: HOWTO: Hoary After-Install Helper
a) errors because you didn't run the proggy as root.
b) very cool proggy |
|
|
|
|
|
#4 |
|
Ubuntu Master Roaster
![]() Join Date: Oct 2004
Location: Netherlands
Beans: 2,968
Ubuntu 8.04 Hardy Heron
|
Re: HOWTO: Hoary After-Install Helper
you made a little mistake
Code:
bunzip2 haih-0.1.bz sudo chmod +x haih-0.1 sudo ./haih-0.1 I'm more of a commandline user regarding installing packagages. But I know newbies aren't. So this is a very good development! I have one question though : Why are you talking about hoary backports (hoary-extras)? nothing from hoary-extras gets installed for me. Besides new users shouldn't be troubled by hoary-extras and hoary-backports at this point in time. Everything they need they can find in main universe multiverse marillat and maybe this one : Code:
deb http://people.debian.org/~goedson/packages/ubuntu/hoary/gnomebaker/releases/i386/ ./ Last edited by demon666_nl; March 30th, 2005 at 04:40 AM.. |
|
|
|
|
|
#5 |
|
Gee! These Aren't Roasted!
![]() |
Re: HOWTO: Hoary After-Install Helper
If I understand jdong's intentions everything this script will try to get will be in hoary-extras. Sun's JRE, w32codecs, and libdvdcss2 are already there. Combine that with Flash, totem-xine, and mozplugger from universe and multiverse and a user has everything needed for most web browsing. The WAIH used marillat for mplayer and mplayerplug-in, but since things change there it was really difficult to keep the script up to date and make sure everything was working. That and mixing in marillat caused problems without proper pinning.
As for user feedback, there is feedback if you do not have the programs already installed. Synaptic is used to download and install the stuff much like the update-manager does. The flash for mozplugger is a zenity progress bar (I couldn't avoid it completely) that downloads a mozpluggerrc that works for totem-xine. As for the problems mentioned above, I'll fix them and post a new version. |
|
|
|
|
|
#6 | |
|
Ubuntu Master Roaster
![]() Join Date: Oct 2004
Location: Netherlands
Beans: 2,968
Ubuntu 8.04 Hardy Heron
|
Re: HOWTO: Hoary After-Install Helper
Quote:
|
|
|
|
|
|
|
#7 |
|
Gee! These Aren't Roasted!
![]() |
Re: HOWTO: Hoary After-Install Helper
The HAIH has come a long way since version 0.1. The past releases have fixed some stupid bugs on my part (like misspelling the gstreamer0.8-mad package name) and added some notification area action to let the user know when something has finished. The latest release has tightened this notification up some more and things appear to be working very smoothly.
I need to stress that this script is designed to work on fresh installs of Hoary, or at least machines that have only grabbed stuff from the main Ubuntu repos and Ubuntu backport repos. If you've already mixed in marillat or some other repos then the HAIH might appear to not be working. Fear not! It just won't install some packages (like w32codecs) because you've already got it from somewhere else. I hope to add MP3 encoding support (this depends on whether gstreamer0.8-lame makes it into hoary-extras on Ubuntu backports). Anybody else got any suggestions for good candidates to a fresh (or almost fresh) Hoary install? I'll consider any and all suggestions and those that fit the philosophy I'll add. I'll point out that all candidates must come from official Ubuntu repos or Ubuntu backports and must have some immediate usefulness to a new install. For example, DVD support is something often requested after first installing while games are not (not that there is anything wrong with games, particularly nethack Now on to the next phase: smart attempts at installation! |
|
|
|
|
|
#8 |
|
Gee! These Aren't Roasted!
![]() |
Re: HOWTO: Hoary After-Install Helper
A couple quick tests and changes and now the HAIH (version 0.6) will pop up an info box informing you if you try to install something you've already got installed. This way the user should only try to install things he or she have not installed previously and makes the script a little more informative. This should cause less confusion over what the script is doing and will put less icons into the notification area.
|
|
|
|
|
|
#9 |
|
Gee! These Aren't Roasted!
![]() |
Re: HOWTO: Hoary After-Install Helper
Oops! I've done something to make this stop working.
|
|
|
|
|
|
#10 |
|
Gee! These Aren't Roasted!
![]() |
Re: HOWTO: Hoary After-Install Helper
Now it works. Just some wrong grepping but now everything is okay.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|