From Windows to a Debian GNU/Linux desktop, sans the geekness
The Original - since June 2006 - Run Debian GNU/Linux and be Happy.
Add a user to a group. No sweat, fire-up your terminal, become root (#)
# adduser [username] [group]
0 root@crumbly: /home/machiner
Sat Dec 08, 12:23 # adduser machiner staff
Adding user `machiner' to group `staff' ...
Done.
Log out, in -- check with: groups [user]
 

this site  web    
The Goods
Home Page
Forum
debiantutorials.org Licensing
Website Disclaimer
Site Map
Links
w32codecs
How to really switch Mom to Linux
Documentation
Release Notes
Developers Reference
Debian Survival Guide
Debian Books
Manuals
Debian Security
Linux Dictionary
Leaving Windows
Resize Windows Partition for Dual-Booting
Back up your Partitions, Imaging
Still Suffering Windows
Keep your Money, your Sanity and your Self-Respect
Installing Debian Etch
Debian GNU/Linux (Etch) Installation Tutorial
My Etch Desktop in 150 words or Less
Upgrade Sarge to Etch
Configure Debian Etch
Multimedia on Debian Etch
Install nVIDIA 3d driver on Debian Etch
Wireless on Debian Etch: Broadcom - bcm43xx
Klikit, Klikit good
Handy Little Things
Package Management
Peripherals & Debian Etch
Set up your web cam on Debian Etch
Printing in Debian (Browsers, too)
Your ipod on Debian Etch
Atheros Wireless
Broadcom Wireless
Etch on the Desktop
Visitors apache log reader
Andrea del Sarto
(Poetry snippet for your Ignorant Ass)
Beagle on Debian Etch
Convert Digital Camera .mov Files
Some Debian Etch System Files
My Debian Desktop
Using wget
Copying or Ripping DVD's in Linux (Debian)
Reset root password
So, you want to run Linux
Convert mov files
Securing Debian
Password Protect Grub Boot Loader
Debian Etch as Server
Debian Linux file and print server: NFS, CUPS, LPR
Stream your music with gnump3d
Simple local web server on Etch
Web Server on Debian Etch
Miscellaneous Linux
Linux Conventions
Can People read my Documents?
Install Software on your Linux System (Debian)
Partition your Hard Drive
History of debiantutorials.org
A School Without Windows (PDF)
How to talk to Tech Support
Linux Demystified
Off Topic
A DRM Dissertation
An Artist's take on Downloading Music
An Insane and Damaging lack of Understanding
On Children and Drugs
On Visitor Q
Intellectualism for the Masses
debiantutorials.org stats
Smart Crows
How old are We?
Why we run Debian
How not to ask an egomaniac like myself for an article
Sarge Specific Tutorials
Installing Debian Sarge, net install, no DHCP
Easy Graphical Sarge Installation Tutorial
Rebuilding my Debian Sarge Machine
Multimedia for Sarge
w32codecs
nVIDIA on Sarge
Trouble Burning discs: cdrecord
Athcool on Debian Sarge
Where are my Newly Installed Apps?
Easy LAMP on Debian Sarge
Archive
Sites Worth a Look
Debian Mailing List
spidercider
Linux Comparison at PolishLinux.org
Thin Clients
Common Commands
Common iptables Filtering
iwouldntsteal.net
Big-Ass iptables info Page
iptables Port Reference
README: Firewall
General Security Tips
Newbie Security
Kickass RFC's
Data Breaches
Hemp Seed Oil
linux-hardcore.com
Search for a local Computer Tech
Evelyn's Linux Cheat Sheet
Lotsa (687) Linux Commands

Favorite Utilities

Super Grub Disc
System Rescue Disc
News Feeds
visitors run
operating system
Linux
Windows
Mac
Unknown
BSD
54.8 %
39.8 %
3.40 %
1.50 %
0.10 %

web browser
Firefox
Mozilla
IE
Opera
Epiphany
41.4 %
25.1 %
15.8 %
8.40 %
3.50 %
updated 17apr08
What's Root?
Root is the super-ultra-mega. All system commands on a Linux box need to be done as root. This means installing software and changing files not in your /home directory, etc. In your terminal, if you're logged in already become root by typing su at your $ prompt, then the root password. Log in the system directly as root from a terminal, but not the graphical login. # shows root.
dediantutorials.org is ad-free
debiantutorials.org has always been and will always remain ad-free I make no unrealistic demands that you "owe me for my time and bandwidth" in order to use my site. I detest all those scumbags out there that think that they are owed something for putting a web site up. I do debiantutorials.org because I love it. You owe me nothing.
If you can walk and chew gum at the same time, you can run Linux

    Thursday, May 15, 2008      Contact  Etch Info  what's new in Etch  Linux Demystified  Our Forum
Installing Software Linux Style (Debian) PDF Print E-mail
Using Debian Sarge - Using Debian (Sarge) for common tasks
Written by machiner   
Wednesday, 08 June 2005
This part of using Debian is a crowd favorite. One of the most compelling reasons to use Debian GNU/Linux is to take advantage of its package management program: Apt. Apt, and it's subordinates (apt-build, apt-file, etc.) are terrific. If there was an easier package and system upgrade management system I've never used it. The Gentoo crowd loves their "emerge " for the same reason, it's just as easy as what I just typed.

Now, behind the scenes there is a lot more going on, managing dependencies is a PITA (that means just what you think it does) but thankfully for you and your time Apt accomplishes this messy aspect easily and efficiently.

For the purposes of keeping my tutorials simple and devoid of techno-babble (besides, I'm just a hack with a domain name) we won't go into too much detail. As well, you're coming from Windows - you could care less about the intricacies of your package management, or any other system management, ey? Well, I hope someday you change your mind about that one, at least a little. By default, using Debian you will learn. That's just how it goes. I hope my tutorials are helping.

Installing software in Debian is accomplished in a number of ways, however, we'll only be learning about 3. They are as follows:

  • Compiling .tar files
  • using dpkg to install
  • Apt

On occasion we will use the command-line (CLI) to install apps with apt and also we'll use the Synaptic front end to Apt. It's the same process but some people prefer a GUI, and to be honest, sometimes I do as well, no matter how geek I think I am.

Using Apt

Apt accesses software repositories which are ftp sites loaded with any number of software packages. Some sites specialize in packages, like marillat is where we download our w32codecs from, that sort of thing. These repositories are stored as site addresses in a file called /etc/apt/sources.list. Take a look at this sources.list file.

deb file:/var/cache/apt-build/repository/ apt-build main 
# deb file:///cdrom/ sarge main 

# deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-1 (20050607)]/ unstable contrib main 

deb http://security.debian.org/ stable/updates main contrib 
deb ftp://ftp.us.debian.org/debian/ stable main contrib non-free  
deb-src ftp://ftp.us.debian.org/debian/ stable main contrib non-free  

[Edit: The following Marillat repo is no longer used.  See the updated repo below this listing]
#codecs and shite
deb ftp://ftp.nerim.net/debian-marillat/ sarge main 
# deb ftp://ftp.nerim.net/debian-marillat/ sid main 
# deb ftp://ftp.nerim.net/debian-marillat/ etch main 

[Updated Marillat repository]
# deb http://debian-multimedia.org/ etch main
deb http://debian-multimedia.org/ sarge main




#skype
# deb http://download.skype.com/linux/repos/debian/ stable non-free 

#mono
# deb http://debian.meebey.net/ ./ 
# deb http://manno.name/debian/ ./ 
# deb ftp://ftp.de.debian.org/debian/ ../project/experimental main 
# deb-src ftp://ftp.de.debian.org/debian/ ../project/experimental main 

#cil
# deb http://archive.ubuntu.com/ubuntu/ hoary main restricted universe 
# deb-src ftp://archive.ubuntu.com/ubuntu/ hoary main restricted universe 

#XFCE4
# deb http://www.os-works.com/debian/ testing main 
# deb-src http://www.os-works.com/debian/ testing main 

#KDE 3.4.1 release 3.4.1-1mea1

# powerpc, sparc and i386 Version 3.4.1 - needs Xorg 6.8.2
# deb http://www.debian-desktop.org/pub/linux/debian/kde-3.4.1/ sarge main 
# deb-src http://www.debian-desktop.org/pub/linux/debian/kde-3.4.1/ sarge main 

# # X-Org 6.8.2

# powerpc, sparc and i386 Version 6.8.2
# deb http://www.debian-desktop.org/pub/linux/debian/xorg-6.8.2/ sarge main 
# deb-src http://www.debian-desktop.org/pub/linux/debian/xorg-6.8.2/ sarge main 

#scribus
# deb http://www.scribus.org.uk/downloads/1.2.1/debian/ binary/ 
# deb-src http://www.scribus.org.uk/downloads/1.2.1/debian/ source/ 

#php5
# deb http://packages.dotdeb.org/ ./ 
# deb-src http://sources.dotdeb.org/ ./ 

#something or other
# deb-src http://mentors.debian.net/debian/ unstable main contrib non-free 

#backports
# deb http://people.debian.org/~nobse/xorg-x11/ sarge main 
# deb-src http://people.debian.org/~nobse/xorg-x11/ sarge main 

#hula
# deb http://www.eurobob.eclipse.co.uk/hula/ debs/ 

#tor
# deb http://mirror.noreply.org/pub/tor/ sarge main 
# deb-src http://mirror.noreply.org/pub/tor/ sarge main 

#hmmm - security updates for testing
# deb http://secure-testing.debian.net/debian-secure-testing/ etch/security-updates main contrib non-free 
# deb-src http://secure-testing.debian.net/debian-secure-testing/ etch/security-updates main contrib non-free

These repositories included for a certain completeness.  I only use the Debian and Marillat repos on my machine
As you can see, it's just addresses. If you want, go ahead and copy and paste this file data into your own, just make sure you are doing this as root. An easy way is to do the following:

Open Gedit. Copy my sources.list file data into an empty file. Save the file as "sources.list" in your /home/username directory. Now, open your terminal and become root. You can use the following cp (copy) command to replace your sources.list file:

# cp /home/uname/sources.list /etc/apt/sources.list

A system like this is terrific also because you can say goodbye to the days of seeking out software on the web. Say goodbye to installing "shareware" riddled with spyware apps. Say goodbye to those ridiculous EULA that sell us out completely and nobody bothers to read anyway. If you actually do I have some advice for you: Unplug your machine and go outside. Move out of your parent's house and get a life. Really, you're either terribly anal (and you'll have to fight me to get your picture next to that word in the dictionary) a lawyer, or just too far gone, man. Anyway - now you don't have to worry about that sort of thing. Just install the damned software and enjoy it - like God meant it.

I'm losing focus...

Apt does all of the hard work for you. So, let's take the heat off and think about installing codecs so we can watch dope videos on the web. Open your terminal, become root:

# apt-get update

# apt-get install w32codecs

That's it. Apt will download the files and supporting dependencies (if any) and install them. Enjoy!

Now, what if we didn't know what the actual file name was? No sweat. We can search for files (packages) with a similar name, or specifically, with "codec" in the name. We know it's called "codec" something because our 9 year old Grandson has told us this. To find the package we really need, it's about the same command:

# apt-cache search codec

You will see a list returned with packages containing that word. There is another way. We can find all packages containing a particular file as well. You won't use this much, well, maybe you will, but it's worth mentioning. Instead of the apt-cache search command you would use apt-file for this chore.

FIRST - install apt-file, so -

# apt-get install apt-file

Then, update it,

# apt-file update

Now you can use apt-file to find out which package libbeingdifficult6++.so.6 belongs to, install it, and have dependencies resolved so you can install (compile) billyrays-uber-cool-proggy. Like this:

# apt-file --package-only search libbeiingdifficult6++.so.6

This will show you the package containing the libbeingdifficult6++.so.6 file. Cool, ey?

Could it be any easier? After you have found the file you need to install, you can install it:

# apt-get install package-that-contains-libbeingdifficult6++.so.6

Watch the magic.

Using Synaptic

Synaptic is even easier. Go ahead and open it. If you copied my sources.list file to your own, click the "reload" button in the menu bar. Aw, do it anyway. Searching for a package or software type, let's say "movie" if we want to install a mpeg player like Totem, which is already installed, but there are others, is trivially easy. Click the "Search" button (or, CTRL + F) and type in "movie", from the drop-down bar beneath where you typed movie, click and choose "Description & Name". Now click - Search. It took less than 2 seconds on my 'computer to yield the results. If you use "mpeg" instead of "movie" you'll get more and perhaps better results. One program that is an absolute must is "ffmpeg" and it won't show up in the results for "movie".

Now that you've found your software, right-click on the one you want and choose "mark to install". You can either go mark 2 or 80 more or you can install right now. If you're ready click the "Apply" command in the menu bar. In the box that pops up click Apply again. There, wasn't that easy?

In Synaptic you have no doubt noticed that when you click on "mark for installation" you may get a box pop-up notifying you of dependencies the package you want to install needs to operate. Sure, you were smart and you clicked "mark" for those as well. When we were using the Apt command line tool you saw a flood of text that does the same thing if necessary. In this situation we either type a "y" or a "n" to either allow the dependencies or not.

While you're in Synaptic, search for "checkinstall" (as of March 22, 2007 checkinstall is not part of the Etch repositories) and install that bad-boy. You'll find out why later.

People love Apt (Synaptic). And why not? It's a terrific way to maintain your computer. I check for updates (Mark all Upgrades -- or # apt-get upgrade) every day and if there are any I'll let them be installed. You should, too. This is how we Linux users keep our security problems down to a minimum or nonexistent. Let those programmers that bust their hump for us continue to protect our computers.

There's more to know about Apt and Synaptic but I'll let you figure that out. Go ahead, explore Synaptic, you may be glad that you did.

Installing .deb files

Earlier I said that you don't have to worry about downloading software. Well, that's not entirely true. There will be the occasion that you will want to install a piece of software that isn't included in any of the repositories. For instance, someone told you about www.gnomefiles.com and you checked it out. You found a package that you want (I fricken' NEED it!) and you download it to your nicely organized /home/uname/downloads/utilities directory. The only trouble is that this damned file is a .deb file. HUH?!

No worries. Installing a .deb file is a piece of cake. However, this is one of those times that you'll curse Linux - you may run into something called "dependency-hell". You have no way of knowing if you have all the required dependencies installed to support this "gotta-have" app. There's not much you can do except scour the developers web page for requirements and make sure you've got 'em installed. Typically, though, it's never that easy. It's not very intuitive either. Some packages require another package but the name is not-at-all helpful. Say the developer's web site let's you know that you need "package223-0.45" as a dependency to install their app. Trouble is that in Debian that file is called something else. You'll search every which way you can in Synaptic - but you're wasting your time. This is where your favorite search site comes in handy. Copy the requirements into a search directory (aw, go ahead - use Google) and let the wisdom of users before you be your guide. Also, the author of said program may have a forum on his (her) site....use it.

There are 2 simple ways that you can install a .deb file. One is with the following script:

#!/bin/bash
#
# Version: 0.1
#
# This script is build to extract, install and get info about Debian packages (.deb:s)
#
# Distributed under the terms of GNU GPL version 2 or later
#
# Copyright (C) Pontus Ullgren 
#
# Install in your Nautilus scripts directory.
#
# Credits goes to Keith Conger for his super-extractor Nautilus script which I used as 
# a template.
#

FILE_TYPE=$(file -b $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS|awk '{ print $1}')
MIME_TYPE=$(file -b $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS)

DEFAULT_DIR="./"`basename $1 .deb`
DPKG_PATH=/usr/bin
TEMP_FILE=`tempfile`
XTERMPRG=/usr/bin/X11/xterm

if [ "$FILE_TYPE" != "Debian" ]; then
	 zenity  --error --title "File error" --text "$1 is not a Debian package.\nIt is reported as: $MIME_TYPE ($FILE_TYPE)" 2>&1
         exit -1;
fi

TODO=$(zenity --list --radiolist  --column "" --column "Action" TRUE "Extract package" FALSE "Install package" FALSE "Get info" 2>&1)

if [ "$TODO" = "Extract package" ]; then
	DIR=$(zenity --title "Extract compressed file to..." --entry --text "Directory to extract to:" --entry-text "$DEFAULT_DIR" --width=500 2>&1)
        if [ $DIR ]; then 
            mkdir $DIR
            $DPKG_PATH/dpkg-deb --vextract $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS $DIR/ > $TEMP_FILE
            zenity --text-info --title "Extraction Log" --filename $TEMP_FILE --width=500 --height=500 2>&1
            rm $TEMP_FILE
        else
            zenity --error --title "Action canceled" --text "Action canceled by the user." 2>&1
        fi
elif [  "$TODO" = "Install package" ]; then
        echo "#!/bin/sh" > $TEMP_FILE
	echo "/bin/su -c \"$DPKG_PATH/dpkg --install  $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS\"" >> $TEMP_FILE
	echo "echo Press enter to exit ..." >> $TEMP_FILE
        echo "read" >> $TEMP_FILE
	$XTERMPRG -T "Installing $1" -e /bin/sh $TEMP_FILE
        rm $TEMP_FILE
elif [  "$TODO" = "Get info" ]; then
	$DPKG_PATH/dpkg-deb -I $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS > $TEMP_FILE
	zenity --text-info --title "Info about $1" --filename $TEMP_FILE --width=500 --height=500 2>&1
	rm $TEMP_FILE
fi

Go ahead and copy-paste that into an empty gedit file and save it as, oh I don't know, "install-deb-files" in your /home/uname/.gnome2/nautilus-scripts directory. That "." in the .gnome2 directory name means that the directory is hidden. When the "save as" command opens the location directory, right-click in the directory listing area and check "show hidden files". After you have saved this script open Nautilus, goto that directory, right-click on your new script, choose properties, choose permissions, and check the "executable" box in the owner line.

Speaking of Nautilus Scripts, here are 2 that I use all of the time:

install-deb-binaries
terminal-here

Go ahead and download (right-click, save link as) these and put them in your nautilus scripts directory.

Now installing that .deb file is a piece-of-pie. You simply right-click on the file, choose "scripts" and click on your new script. A terminal will open asking for your root password. You'll see it install and then the script will tell you to hit "enter" to close the box. Your cool-ass-gotta-have package is installed. Go ahead and run that bad-boy.

The other way to install a .deb file is just as easy. Open your terminal and $ cd to the directory holding your app. Become root and type the following command:

# dpkg -i cool-ass-app-name-2.3.deb

If the install fails because of missing dependancies the installer will show you which packages you need to install. It's kind of cryptic, just look carefully and you'll see that "package-A" is either too low a version number or it doesn't exist at all. What I do in this situation is to fire-up Synaptic and see if I can't find it to install it. What's really terrific about Apt (Synaptic) is that when you do open Synaptic it will notify you right away that you have a broken package. To fix this goto Edit, Fix Broken Package Another really cool thing about Apt is that if it can it will install those packages that you were missing when you tried to install the .deb file. That's cool. So instead of just removing it, it really will fix it if it can.

EDIT, March 2007: With the advent of Debian's Etch operating system there is a new program included called gdebi. This is a GUI program used for installing .deb files on your system. It's too easy. After you've installed gdebi and chosen it to open .deb files, (right-click on a .deb one time, choose "open with" and then browse to /usr/bin/gdebi - you only have to do this once) it will install them any time that you double click on one. Ya -- just like double-clicking on an .exe file in Windows. What's really cool is that gdebi will download all the dependancies that whatever program you're installing is missing so you don't have to hunt them down, or rely on Synaptic to do it for you later. If the deps are not available in your repositories you will see this in bright red letters at the top of your gdebi install screen. gdebi is just another little niceity that the folks from Debian have added to Etch to make your computing experience that much more enjoyable. END EDIT

So, we've learned about 2 ways to install apps on your Debian system. Now we come to the third and my favorite. I don't know, I get a certain satisfaction out of compiling packages myself. Installing packages this way gives you alot of control over the install and it optimizes the package for your system. You just can't get that sort of functionality in Windows.

Compiling .tar Files

You will no doubt find another gotta-have app in your web or circle travels that you want (need to) install. This time the only way for you to get this package is to download a .tar file. This is just an archive (like .zip files) containing all the necessary files for this app to install and run, except dependancies...and configure to your machine(r).

Pick your favorite way to extract the files, but if you want dead-nuts easy just open Nautilus and goto the directory that contains your .tar file. Right-click on the file and choose "extract here". If you don't immediately see the directory refresh and reveal a folder with the same name of your .tar file, hit CTRL + R and it'll happen. You could extract this file from the command line just as easily; $ tar -xvf package-name-0.3.tar. Look here for help extracting compressed files [.tar .bz .gz .zip, et al] it's simple - you'll have it down in no time.

Open a terminal and cd to the directory containing your extracted files. Once you're in that directory you can begin the install. It's a good idea that you have already made sure that you have the required dependancies installed before you begin the install. Otherwise you'll be at the same point of failure you found when installing .deb files. If you don't have the dependancies installed your install will fail early - but it will tell you what files it needs.

Installing .tar packages is easy and you need not be scared because your chicken-shit or lazy friends were and told you it was impossible. I made that mistake in '97 and it took me 5 more years before I went back to using Linux because of it. I was just lazy. Here's the typical commands:

  • ./configure
  • make
  • (as root) make install

That's all there is to it. I normally do the following, however, to see if I can't further optimize or control my installation:

$ ./configure --help

This will show you some options you can use when installing your app. We'll forgo all that for today and just focus on the typical.

You have made sure (as best you can) that all required dependancies are installed and you're ready to install, so - let's do it. Your terminal is already open and you're already in your app' s directory...

Type the following at the prompt:

$ ./configure

Your app is now checking to see if your machine can run the app and it is re-writing and creating the files necessary to install the app on your box. Next we type:

$ make

Now the installer is making all the necessary files used for actually installing your app.

Now, become root, # checkinstall

We could have typed the typical make install here but we want Apt to manage our system don't we. When you compile your own packages like this, Apt (and/or dpkg) has no idea that the package is installed. We installed "checkinstall" earlier to overcome this and allow Apt to manage the file. When you install with "checkinstall" you can open Synaptic later and see that your package is listed. Cool.

Checkinstall will prompt you through its installation routine. You will most likely have to enter a description for the package (just the name and version number, I use app.0.4) then the installer will continue. What checkinstall does is to create a .deb file first, then install that. That's cool. Just make sure you don't have Synaptic open when you are using checkinstall or the install will fail.

I think that about covers it, ey. I think that's enough for today - my kids are complaining that I have been ignoring them. If this tutorial has helped you - why not leave a comment like "thanks Carter and Madison for letting your Dad write this tutorial instead of playing with you." I know they'll appreciate it.

There are other types of software you will see like bin files or sh files (nVIDIA's binary for instance). You will probably see a jar file or 2 as well. This is how we install those:

$ ./cool-ass-app.bin

$ sh nother-cool-ass-app.sh OR $ ./nother-cool-ass-app.sh

$ java -jar cool-ass-java-app.jar

[IMMEDIATE ADDENDUM:]

Often after installing software you will not see the package listed in your Applications menu. No worries; there's a good chance that after you logout and log back in that the menu item will be there. Please note that there are about a zillion people that write software used by Linux and some of them don't have a menu entry. You may or may not notice that the Debian Menu has an entry for your new software. Menu's are an item that the Gnome development team are working on.

I'm pretty sick of typing today, so tomorrow I'll write a quick snippet on adding program shortcuts to your desktop and/or menu bar. Yes, you can drag from your Applications menu.

machiner 8 jun 05

Here it is Where are my newly installed apps





Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
Trackback(0)
Comments (10)Add Comment
...
written by Guest, October 12, 2005
thank you
...
written by Guest, February 14, 2006
thank you, very much!
installing Opera
written by Guest, May 29, 2006
After reading this chapter I thought I\'d give it a try.
I downloaded the Opera Browser deb-package for Debian Sarge.
I have it at /home/uname/opera_8.54-20060330.5-shared-qt_en_sarge_i386.deb
then (as root):
# dpkg -i opera_8.54-20060330.5-shared-qt_en_sarge_i386.deb
I get no complains so I presume it is installed.

but where?

In /usr/bin there is an opera sh-file, dubble-click it and Opera will open.
(open it with gedit and it says that the opera binaries are located in /usr/lib/opera/8.54-20060330.5)

An Opera short-cut:
right-click Applications -> internet -> Mozilla Web Browser, from the menu chose Entire menu -> Add new item to this menu

A window for Launcher Properties will pop up.
Name: Opera browser
Command: /usr/bin/opera
close the window and Opera can be launched from Applications -> Internet -> Opera browser

This wasn\'t too difficult.

still:
I have no icon,
Opera has a plug-in setup problem,
and
how do I remove Opera?





installing Opera
written by Guest, May 29, 2006
I just downloaded the opera deb-package for Debian 3.1 to

/home/uname/opera_8.54-20060330.5-shared-qt_en_sarge_i386.deb

opened a terminal and did:

uname@debian:~$ su
Password:
debian:/home/uname# dpkg -i opera_8.54-20060330.5-shared-qt_en_sarge_i386.deb

there were no complaints, so I presume it installed.

short-cut to Opera: go to
Applications->Internet->(right-click) Mozilla Web Browser
Entire menu->Add new item to this menu
Name: Opera browser
Command: /usr/bin/opera
Type: Application
close
(can\'t find the opera icon. when the short-cut is directly added to the panel the opera icon does appear)

When opening Application->Internet->Opera browser there is a complaint about plug-ins.
It seems the libmotif3-package is missing.

With Synaptic you can change a repository from /debian sarge main to /debian sarge non-free, reload, search for the package libmotif3, Mark for installation, Apply.

Voila, now I have Opera up and running.

thanks, great site
how to remove Opera
written by Guest, May 31, 2006
Open Synaptic Package Manager.
Do a search for Opera.
There it is, the opera-package with a small green square in front of it.
Right-click on it and select Mark for Removal.
Press the Apply button, and away Opera goes.

This is nice. It means Debian also keeps track of packages installed other then from repositories.
A setup for an usb-memory stick
written by Guest, May 31, 2006
Simply create a /mnt/usbdrive directory

uname@debian:~$ su
Password:
debian:/home/uname# mkdir /mnt/usbdrive

and add the following in your
/etc/fstab file under
#



#for usbdrive
none /proc/bus/usb usbdevfs 0 0
/dev/sda1 /mnt/usbdrive vfat defaults,user,noauto 0 0


with
debian:/home/uname# nano /etc/fstab (or gedit /etc/fstab)
save and close.

An icon with the text usbdrive will appear in your Computer folder. Right-click it and Mount Volume (connect) or Unmount (disconnect) your usb-memory stick. When copying files to or from the /mnt/usbdrive folder a progress bar will pop up.

The hotplug package is required to load usb modules. I believe it is already installed. (do not install usbmgr: it is deprecated, and usbmount is for linux kernel 2.6)

Now you can exchange files between Debian and Windows if you want to.

It took me about two days on the internet to get a good answer for my usb storage to work. On the other hand there is a trust that the usbdrive icon will be there tomorrow still.
usb stick -- too much work
written by Guest, May 31, 2006
Just plug the thing in. It\'s already formatted fat32 from the factory -- Windows and Linux can read fat32 and write to it.

You must install gnome-volume-manager (pmount and HAL are dependencies). If you install \"gnome\" or \"gnome-desktop\" all yo need is installed by default. I only install \"gnome-core\" so I have to add selective functionality -- but, it\'s all good.

Try Parallels-workstation. It\'s not free ($50) but it really works and is fast -- I am in Debian -- I run Parallels -- install win2k, or pick your flavor - and after it\'s installed I\'ve got windows in a window (a real install) running on my Debian desktop. I can then mount my USB pen drive in the Windows window and get what I need from my pen drive. Then, I release it -- and BAM -- right back on my Debian desktop.

Schweet...but it costs $50 and most people really don\'t need this app. TO run it with USB devices you need to add a line to your /etc/fstab.

--machiner
Crazy
written by 'Guest', October 16, 2006
What do i do in order to fix this?

this version of xfree86 has been extensively modified by the debian project and is not supported by the xfree86 project inc. in any way

PLZ HELP! :?
...
written by 'Guest', October 16, 2006
What actually needs fixing? You installing Sarge? \'Cos Etch uses Xorg. Lots of programs get modified by the Debian crew.
GreySpace
written by 'Guest', June 29, 2007
Thanks

Write comment

security code
Write the displayed characters


busy
 
Creative Commons License © debiantutorials.org Thanks for dropping by. I hope you have found this site to be helpful.   Search for a local Computer Tech  debiantutorials.org