Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Im having problem installing an RPM file. when i first tried to install it i couldn't find my FC3 cd#4 which it was asking for. So i canceled the install till i could find the cd i brought it back up to install it and it tells me that it is already installed. Is there a way i can remove this partial installation?
I have got dag repositories up and working. It has removed my half installed gdesklets file. However, im now getting the following when i try apt-get install gdesklets
Quote:
[root@localhost sources.list.d]# apt-get install gdesklets-clock
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gdesklets-clock: Depends: gdesklets but it is not going to be installed
E: Broken packages
does that mean i should try to remove the package gnome-python?
[root@localhost sources.list.d]# apt-get --fix-broken
apt 0.5.15cnc7 for linux i386 compiled on Mar 28 2005 13:42:58
Usage: apt-get [options] command
apt-get [options] install|remove pkg1 [pkg2 ...]
apt-get [options] source pkg1 [pkg2 ...]
apt-get is a simple command line interface for downloading and
installing packages. The most frequently used commands are update
and install.
Commands:
update - Retrieve new lists of packages
upgrade - Perform an upgrade
install - Install new packages (pkg is libc6 not libc6.rpm)
remove - Remove packages
source - Download source archives
build-dep - Configure build-dependencies for source packages
dist-upgrade - Distribution upgrade, see apt-get(8)
clean - Erase downloaded archive files
autoclean - Erase old downloaded archive files
check - Verify that there are no broken dependencies
mirror-select - Select repositories and mirrors for use with apt
Options:
-h This help text.
-q Loggable output - no progress indicator
-qq No output except for errors
-d Download only - do NOT install or unpack archives
-s No-act. Perform ordering simulation
-y Assume Yes to all queries and do not prompt
-f Attempt to continue if the integrity check fails
-m Attempt to continue if archives are unlocatable
-u Show a list of upgraded packages as well
-b Build the source package after fetching it
-D When removing packages, remove dependencies as possible
-V Show verbose version numbers
-c=? Read this configuration file
-o=? Set an arbitary configuration option, eg -o dir::cache=/tmp
See the apt-get(8), sources.list(5) and apt.conf(5) manual
pages for more information and options.
This APT has Super Cow Powers.
[root@localhost sources.list.d]#
Thats what i get, i tried to specify the package also but it tells me thats an invalid option.
I have installed synaptic and when i look for the package gnome-python2-gconf it is not in the list. I tried to install it and it gave me this error
Quote:
Package gnome-python2-gconf has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package gnome-python2-gconf has no installation candidate
I tried fixing broken on anything that had to do with gnome-python2 and still no go.
Should i try to remove it and re-install it? if so how can i do this?
Well i fixed the problem i was having but it has led me into another problem
Quote:
[root@localhost studentx]# gdesklets --help
Error in sys.excepthook:
Traceback (most recent call last):
File "/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-root/usr/share/gdesklets/utils/__init__.py", line 23, in _pretty_excepthook
File "/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-root/usr/share/gdesklets/utils/ErrorFormatter.py", line 77, in format
File "/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-root/usr/share/gdesklets/utils/vfs.py", line 102, in exists
NameError: global name 'gnomevfs' is not defined
Original exception was:
Traceback (most recent call last):
File "/usr/bin/gdesklets", line 4, in ?
from main.DisplayList import DisplayList
File "/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-root/usr/share/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
File "/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-root/usr/share/gdesklets/main/DisplayList.py", line 4, in ?
File "/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-root/usr/share/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
File "/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-root/usr/share/gdesklets/utils/vfs.py", line 120, in ?
NameError: name 'exists_urllib2' is not defined
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.