Hi,
I just downloaded ttb-0.9.4.tar.gz
(For info: It is a teletext browser). Now I downloaded this file to Documents unzipped it and run the described steps to install. Now the program is installed in /Documents/ttb-0.9.4
Now that is, I think not the way to do it.
Should I download such a file to /usr, extract it to /usr/bin? Or should I use other directories?
topic title: Where to install donwloaded programs?
4 posts
• Page 1 of 1
-
Posts: 69
- Joined: 01 May 2008
-
Posts: 452
- Joined: 12 Sep 2007
#2
If you followed all those directions on the home page, including typing this as root:
then I think you should be good to go, as the following output indicates:
As you can see, pieces of code have been placed in various locations. You can delete the folder in Documents, its work is done. Then right-click the desktop and choose"Run" and type and you will see it start up.
Code: Select all
python ./setup.py -v install
Code: Select all
running install
running build
running build_scripts
creating build
creating build/scripts-2.4
copying and adjusting src/ttb -> build/scripts-2.4
changing mode of build/scripts-2.4/ttb from 644 to 755
running install_scripts
copying build/scripts-2.4/ttb -> /usr/bin
changing mode of /usr/bin/ttb to 755
running install_data
copying ttb.desktop -> /usr/share/applications
copying images/ttb.png -> /usr/share/pixmaps
creating /usr/share/ttb
copying glade/ttb.glade -> /usr/share/ttb/
Code: Select all
ttb
-
Posts: 1,520
- Joined: 07 Oct 2007
#3
Did the package come with a readme file? It should tell you where to install it to. If it installed in Documents then you might need to add the path to the command.
Code: Select all
/home/yourname/Documents/ttb
-
Posts: 69
- Joined: 01 May 2008
#4
Is there somewhere the output of the installation steps?
thanks again,
Thanks, Jerry. I cleared up and indeed it starts up.Jerry wrote:Then right-click the desktop and choose"Run" and typeand you will see it start up.Code: Select all
ttb
Is there somewhere the output of the installation steps?
thanks again,