Debian This forum is for the discussion of Debian Linux.
|
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
01-16-2013, 01:36 AM
|
#1
|
|
Member
Registered: Jan 2011
Location: Maharashtra,India
Distribution: debian 6
Posts: 125
Rep:
|
unable to copy paste & Help in editing "sources.list" file
I have installed debian 6 along with my windows 7.
From cd one I have installed the debian. After reboot I got entered into command line.
As I searched solution for this in internet I got the way to go to aptitude and then task then end user and hence I installed gnome.
But right now I am having problem in copy paste. in terminal I am unable to paste copied text. please help..
Also help me in editing sources.list file in order to install VLC player...
My debian is not detecting blutooth. Please help
Last edited by Piyush M; 01-16-2013 at 03:14 AM.
|
|
|
|
01-16-2013, 02:52 AM
|
#2
|
|
Senior Member
Registered: Feb 2011
Location: Australia
Distribution: Debian Sid/Experimental
Posts: 1,821
|
In a terminal as root type in
Code:
gedit /etc/apt/sources.list
that will open an editable copy of your sources.list that you can copy and past into.
|
|
|
1 members found this post helpful.
|
01-16-2013, 03:12 AM
|
#3
|
|
Member
Registered: Jan 2011
Location: Maharashtra,India
Distribution: debian 6
Posts: 125
Original Poster
Rep:
|
dear k3lt01 your suggestion helped me.
Thank you !
But what about copy paste problem ?
Also my debian is not detecting blutooth, can you help me ?
---------- Post added 01-16-13 at 02:42 PM ----------
dear k3lt01 your suggestion helped me.
Thank you !
But what about copy paste problem ?
Also my debian is not detecting blutooth, can you help me ?
|
|
|
|
01-16-2013, 03:21 AM
|
#4
|
|
Senior Member
Registered: Feb 2011
Location: Australia
Distribution: Debian Sid/Experimental
Posts: 1,821
|
Not sure about the copy and paste sorry.
With Bluetooth if you installed from CD1 and not DVD1 you may not have the bluetooth packages installed. Open Synaptic and search for bluetooth, gnomebluetooth, and bluez, install them reboot and see how you go.
|
|
|
|
01-16-2013, 03:52 AM
|
#5
|
|
Member
Registered: Jan 2011
Location: Maharashtra,India
Distribution: debian 6
Posts: 125
Original Poster
Rep:
|
I dont have synaptic.
please tell me via command line
|
|
|
|
01-16-2013, 04:22 AM
|
#6
|
|
Member
Registered: May 2011
Location: Sitting in front of my computer.
Distribution: Debian Stable with Openbox
Posts: 609
Rep: 
|
apt-get install synaptic
or
aptitude install synaptic
Things will be easier for you if you look here:
http://wiki.debian.org/PackageManagement
|
|
|
1 members found this post helpful.
|
01-16-2013, 05:22 AM
|
#7
|
|
Member
Registered: Apr 2005
Distribution: Debian, Slackware
Posts: 910
|
To copy and paste in a terminal emulator, use middle click or the right click context menus. If you are trying to use the windows style CTRL+X/C/V don't bother as these almost always do not function the same.
From gedit, kate, mousepad or similar editors CTRL+X/C/V should work windows style. If they don't it may be because the file is locked due to insufficient permissions (not really sure about this as I hardly use gui text editors). If you're attempting to edit a file like the sources.list, then you will need to have root privileges.
|
|
|
|
01-17-2013, 10:04 PM
|
#8
|
|
Member
Registered: Jan 2011
Location: Maharashtra,India
Distribution: debian 6
Posts: 125
Original Poster
Rep:
|
even I tried this trick, I right click in terminal and select paste but still it didn't work ...
|
|
|
|
01-17-2013, 11:05 PM
|
#9
|
|
Member
Registered: Jan 2011
Location: Maharashtra,India
Distribution: debian 6
Posts: 125
Original Poster
Rep:
|
Dear Randicus Draco Albus When I tried your trick the following message was shown...
aptitude install synaptic
No candidate version found for synaptic
No candidate version found for synaptic
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Can you help ?
---------- Post added 01-18-13 at 10:35 AM ----------
Dear Randicus Draco Albus When I tried your trick the following message was shown...
aptitude install synaptic
No candidate version found for synaptic
No candidate version found for synaptic
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Can you help ?
|
|
|
|
01-18-2013, 12:08 AM
|
#10
|
|
Senior Member
Registered: Feb 2011
Location: Australia
Distribution: Debian Sid/Experimental
Posts: 1,821
|
Quote:
Originally Posted by Piyush M
Dear Randicus Draco Albus When I tried your trick the following message was shown...
aptitude install synaptic
No candidate version found for synaptic
No candidate version found for synaptic
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Can you help ?
|
Try his other suggestion.
Code:
apt-get install synaptic
EDIT: rereading this again says to me there is something wrong. I would have thought you would have synaptic even on a CD install. The other thing I would asl you to do is post your sources list please so we can see what you have in it. If it is just the cd then unless you have the CD in the drive you wont get anything.
Last edited by k3lt01; 01-18-2013 at 12:12 AM.
|
|
|
|
01-18-2013, 01:04 AM
|
#11
|
|
Member
Registered: May 2011
Location: Sitting in front of my computer.
Distribution: Debian Stable with Openbox
Posts: 609
Rep: 
|
Quote:
|
I would have thought you would have synaptic even on a CD install.
|
I do not know if Synaptic is on CD1, but when I installed from the DVD, it was not included in the installation. I had to add it later.
@Piyush M
I am in agreement with k3lt01 about posting your sources list. When I saw No candidate version found, the first thing that came to my mind was, Where is he trying to download from? Are you installing packages from discs or from the internet? The file k3lt01 mentioned is /etc/apt/sources.list. It will look something like this:
Code:
deb http://security.debian.org/ squeeze/updates main contrib
deb http://http.us.debian.org/debian/ squeeze contrib non-free main
deb-src http://http.us.debian.org/debian/ squeeze contrib non-free main
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
The contents of yours may be a little different.
|
|
|
|
01-18-2013, 01:29 AM
|
#12
|
|
Senior Member
Registered: Feb 2011
Location: Australia
Distribution: Debian Sid/Experimental
Posts: 1,821
|
Quote:
Originally Posted by Randicus Draco Albus
I do not know if Synaptic is on CD1, but when I installed from the DVD, it was not included in the installation. I had to add it later.
|
I keep an up to date DVD1 using jigdo and it is on mine in a Gnome install, I don't know about other DEs but certainly Gnome has it.
Nonetheless I think the sources.list is probably the issue. Sorry for not posting its location it slipped my mind, I'm trying to finish 3 uni assignments in the next 10 days and study for an exam 2 days after that.
|
|
|
|
01-18-2013, 05:06 AM
|
#13
|
|
Member
Registered: Jan 2011
Location: Maharashtra,India
Distribution: debian 6
Posts: 125
Original Poster
Rep:
|
I am having dial up connection right now.
From CD 1 I have installed debian.
I was having Windows 7 installed primarily. There was C, D, & E drives on my windows 7. I installd debian on drive D and it is invisible now when I boot into windows 7.
Right now I am unable to install any software like VLC & CHROME through terminal.
---------- Post added 01-18-13 at 04:36 PM ----------
I am having dial up connection right now.
From CD 1 I have installed debian.
I was having Windows 7 installed primarily. There was C, D, & E drives on my windows 7. I installd debian on drive D and it is invisible now when I boot into windows 7.
Right now I am unable to install any software like VLC & CHROME through terminal.
|
|
|
|
01-18-2013, 06:23 AM
|
#14
|
|
Member
Registered: May 2011
Location: Sitting in front of my computer.
Distribution: Debian Stable with Openbox
Posts: 609
Rep: 
|
Quote:
|
I installd debian on drive D and it is invisible now when I boot into windows 7.
|
And you will probably never be able to see it. I have never dual-booted with Windows, but I am sure Windows cannot read anything that is not Microsoft. You need to boot into either Debian or Windows. If you cannot boot into Debian (no choice of OS during boot), you probably neglected to install the boot-loader (GRUB), during installation. If that is the case, I do not want to give bad advice. You will need to wait for someone more knowledgeable or read the documentation on Debian's website.
|
|
|
|
01-18-2013, 07:24 AM
|
#15
|
|
Member
Registered: Apr 2005
Distribution: Debian, Slackware
Posts: 910
|
You need to post your sources.list
Code:
$ cat /etc/apt/sources.list
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:47 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|