Installing gedit
packages.debian.org/wheezy/all/gedit-common/download
I can't figure out why you cannot just install it normally with apt-get, it is in the main repo, which should be in your apt sources.list.
Anyway download and try installing gedit-common first, then gedit then gedit-plugins
ie
sudo dpkg -i gedit-common_3.4.2-1_all.deb
sudo dpkg -i gedit_3.4.2-1_i386.deb
sudo dpkg -i gedit-plugins_3.4.0-1_i386.deb
If that does not work, you really need to install synaptic, get your repo source stanzas sorted out and use that.
It will save you a lot of work.
Please Log in or Create an account to join the conversation.
now you are officially over my head.
1st what should be in my apt sources.list
2nd Is it possible my problems come from running the
deb buildbot.linuxcnc.org/ wheezy master-rt
deb-src buildbot.linuxcnc.org/ wheezy master-rt
no clue about synaptic...Will work on that.
Thanks anyway
Please Log in or Create an account to join the conversation.
deb ftp.de.debian.org/debian wheezy main
in it.
If it did, having run apt-get update you should have found the gedit package with apt-get, because it is in main
synaptic is the GUI access to apt, won't help you if your repo paths are not right though
Please Log in or Create an account to join the conversation.
This is what is in my sources.list
# deb http.debian.net/debian wheezy main contrib non-free
# deb-src http.debian.net/debian wheezy main contrib non-free
deb http.debian.net/debian wheezy-updates main contrib non-free
# deb-src http.debian.net/debian wheezy-updates main contrib non-free
deb security.debian.org/ wheezy/updates main contrib non-free
deb-src security.debian.org/ wheezy/updates main contrib non-free
I am open to any suggestions.
Please Log in or Create an account to join the conversation.
# deb http.debian.net/debian wheezy main contrib non-free
# deb-src http.debian.net/debian wheezy main contrib non-free
deb http.debian.net/debian wheezy-updates main contrib non-free
# deb-src http.debian.net/debian wheezy-updates main contrib non-free
deb security.debian.org/ wheezy/updates main contrib non-free
deb-src security.debian.org/ wheezy/updates main contrib non-free
Your stanza to access the wheezy main repo is commented out ( that is what a # does)
Remove the comments, run
sudo apt-get update again
and then pull gedit with
sudo apt-get install gedit-common gedit gedit-plugins
It should work then
Please Log in or Create an account to join the conversation.
Generated what I believe to be warnings"W"
W: Duplicate sources.list entry buildbot.linuxcnc.org/ wheezy/master-rt i386 Packages (/var/lib/apt/lists/buildbot.linuxcnc.org_dists_wheezy_master-rt_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
Is this something I should be worried about or I can fix?
I do appreciate the help and time.
I have not yet tried to pull gedit.
Please Log in or Create an account to join the conversation.
Try pulling gedit and see what happens.
You should be able to just use
sudo apt-get install gedit gedit-plugins
it will get gedit-common and any other dependencies
Please Log in or Create an account to join the conversation.
I think what I am going to do is reinstall the live cd version see if I can install gedit then install the master of emc2
what you think???
Please Log in or Create an account to join the conversation.
What happened when you tried to install gedit?
Please Log in or Create an account to join the conversation.
Gedit appeared on the accesseries menu but does not function.
This is a brand new install slated for a backup to a wire cutter and a router.
We are installing the system and I will start over. I am much more knowledgeable than I was yesterday thanks to everyone.
I am suspecting I put something wrong in the wrong place and we could look for it for a long time. New install and it don't work
then it should be simple. Maybe?
Please Log in or Create an account to join the conversation.