LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 05-21-2007, 03:59 PM   #1
Meteorswarm
LQ Newbie
 
Registered: Mar 2007
Posts: 4

Rep: Reputation: 0
Question Installing issues in Debian


I've been trying to install programs in general on Debian and have been meeting with significant trouble. Specifically, I'm trying to install an HTML editor, and there are none at all in Synaptic. I tried to install Nvu, but I have no idea what to do once I download the data and unpackage it. I tried running the config script, but it didn't do anything that I could observe. Basically, I need either a reference to a download repository for Synaptic (and instructions on how to set it up) or instructions on how to get downloaded programs to install.

Thanks
 
Old 05-21-2007, 04:45 PM   #2
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
What does your /etc/apt/sources.lst look like?
 
Old 05-21-2007, 05:00 PM   #3
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Well, I just found out recently (from rickh) that NVU is no longer in the Debian repos. It can be installed manually, though. You can install a non-supported deb from the NVU site here:

http://www.nvu.com/download/nvu-1.0.ubuntu.5.04.deb

Or a tarball from here:

http://cvs.nvu.com/download/nvu-1.0-...10-gnu.tar.bz2
 
Old 05-21-2007, 08:17 PM   #4
Meteorswarm
LQ Newbie
 
Registered: Mar 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Ok, so I downloaded it, but now what do I do? I'm VERY new to linux.

Also, /etc/apt/sources.list is:
#
# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)]/ etch main

# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)]/ etch main



# deb http://http.us.debian.org/debian/ sarge main
# deb http://security.debian.org/ sarge/updates main
# deb http://http.us.debian.org/debian/ etch main


when I tried to follow the instructions for adding more repositories, they left out fields that I needed to fill in, so I couldn't add any

Last edited by Meteorswarm; 05-21-2007 at 08:19 PM.
 
Old 05-21-2007, 08:29 PM   #5
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Learn how to install tarballs HERE. Believe me, it'll come in handy later on for you.

Luck!
 
Old 05-21-2007, 08:31 PM   #6
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Quote:
# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)]/ etch main

# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)]/ etch main



# deb http://http.us.debian.org/debian/ sarge main
# deb http://security.debian.org/ sarge/updates main
# deb http://http.us.debian.org/debian/ etch main
Man! is that ever ugly. If you run Debian, it is expected that you should have at least a clue of what you are doing. I'm guessing that you installed from an Etch installer when Etch was Testing. Before even thinking about installing any programs, try to get a basic up to date system.

Make your /etc/apt/sources.list file look like this:
Quote:
# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)]/ etch main

deb http://http.us.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free

deb http://www.debian-multimedia.org etch main
Then, as root do:
# aptitude keep-all
# aptitude install debian-multimedia-keyring
# aptitude upgrade
# aptitude dist-upgrade

Then post back here the output of:
$ uname -r

When all that is successful, you can think about installing things.

Last edited by rickh; 05-21-2007 at 08:34 PM.
 
Old 05-21-2007, 09:27 PM   #7
Meteorswarm
LQ Newbie
 
Registered: Mar 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rickh
Then post back here the output of:
$ uname -r
2.6.18-4-686

Sorry for the ugliness, I'm very new to this OS and I was assured by the person who got me into linux that it would automatically update. Apparently, he was mistaken.

for some reason, sources.list is read only and I can't figure out how to get it to let me change it directly, so when I changed the repositories through synaptic, it looked like this:
#





deb http://http.us.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb http://www.debian-multimedia.org etch main

Additionally, I did get Nvu to work by installing the tarball
 
Old 05-21-2007, 09:40 PM   #8
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Having a proper sources.list is critical for maintaining your system and for installing software. It's the whole key to Debian.

As for the file being read only, you have to su to root in order to edit it.
 
Old 05-21-2007, 09:42 PM   #9
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Well done.

I would use aptitude instead of synaptic. Since you are running Etch (Stable) ... a weekly "# aptitude update" will load in any security updates, which is the only kind of updates Stable gets.

Go to www.backports.org, and follow their instructions to get other important applications updated in Etch.

Since you have added a program, NVU, that aptitude doesn't know about, another "# aptitude keep-all" is in order.

I am not a fan of NVU. I think you can do exactly the same things with a current program... Seamonkey. That is a complete internet suite including browser, email, WYSIWYG HTML editor, etc ... In Debian the application is known as Iceape ... # aptitude install iceape

Last edited by rickh; 05-21-2007 at 09:43 PM.
 
Old 05-21-2007, 09:47 PM   #10
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Quote:
Originally Posted by Meteorswarm

Additionally, I did get Nvu to work by installing the tarball
Good for you!

Uh, in the future, should you want to edit sources.list, you need Root access.

Code:
 $ su
Password:

# gedit (or kedit, if you're using KDE) /etc/apt/sources.list
Debian will autoupdate. You just need to have the proper repositories open for it to do so. Your recently amended list should work now.

Have FUN with it!

P.S. Lots of good Debian info HERE.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
grub issues: dual boot Debian i386 & Debian amd64 ErrorBound Debian 1 03-09-2007 07:41 PM
routing issues - debian spargonaut Linux - Networking 4 05-24-2006 01:13 AM
Debian Startup Issues !! darkmagic Linux - Newbie 12 08-26-2005 12:59 AM
Printer issues with Debian 3.1 phantomflute Debian 9 08-23-2005 05:53 AM
Sarge Debian and X = issues orange400 Debian 16 06-16-2004 04:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration