General :: How To Save Software Sources

Aug 28, 2010

Is there a way to keep the application sources after being installed by Software Manager(using Linux Mint)?
ex, i install opera browser via the software manager and maybe i try to re-install the linux in a month and i don't wanna download all the softwares again. is there a executable file like EXE or DMG which i can keep after downloaded?

View 6 Replies


ADVERTISEMENT

Ubuntu :: Print Or Save Complete Sources List?

Apr 25, 2010

I'm tying to find a way to print or export my entire sources list. /etc/apt/sources.list doesn't seem to be the full list.

View 6 Replies View Related

Debian :: How To Save GNU Nano 2.0.7 Sources.list File

Apr 5, 2010

How do you save the GNU nano 2.0.7 sources.list file after you have edited it?

View 5 Replies View Related

General :: Disabling Cd Sources In Apt/sources.list?

Aug 28, 2009

I am installing a hp officejet pro 8500 all in one printer to knoppix 6.0.1. install hangs saying i need to disable cd sources in etc/apt/source.list. How do i do this?

View 1 Replies View Related

Ubuntu Installation :: Can't Update Http://ppa.launchpad.net Natty/main/Sources Sources

May 16, 2011

I've got the following problem: I just noticed that there were just very few notifications about updating the system (usually there are damn many of them in a week) So I opened the update manager and clicked on "refresh list". The following result popped up: p,li{white-space:pre-wrap;}E: Error http://ppa.launchpad.net natty/main/Sources Sources 404 Not Found First I thought, it would be just some kind of server problem, but it didn't stop. The next thing was to research the thread and I even found something. However, the solution suggested didn't work at all. (Things, which might have caused this: I installed the default software center |I'm using Kubuntu, but in this case that fact doesn't matter| and used it. To sum up:

- not able to update the system referring to the launchpad main sources for 11.04
- following error: E: Error http://ppa.launchpad.net natty/main/Sources Sources 404 Not Found It would be great if this was a common issue and I've been simply too stupid to find a proper solution. So you could just post the link.

View 2 Replies View Related

Ubuntu Installation :: Change The Sources That Aren't In Sources.list?

Apr 21, 2010

I am running Jolicloud on my netbook (which I believe is an Ubuntu derivative) and I am tried to enter the getdeb.net sources in so I can install apps from the website through APT but

1) When I entered the sources into sources.list and then the key into Terminal and then went to the site and tried to install an app it didn't work.

2) I deleted the line of code in the sources.list file and when I opened terminal and entered "sudo apt-get update" it showed the list of sources, but on the list were Getdeb.net sources.

My question is how do I delete sources that aren't in /etc/apt/sources.list ?

View 6 Replies View Related

General :: Save Iptables When Iptables-save Doesn't Exist?

Apr 14, 2011

I'm working on a Soekris net4801 that is running an unknown distro of Linux. The kernel is 2.4.29, and iptables is v1.3.4.

I can't work out how to save the iptables. I searched the whole system for files/folders containing the name "iptables" and got 3 results:

/user/local/lib/iptables
/sbin/iptables
/lib/iptables

I've tried iptables save, iptables-save and iptables save active.

"iptables save" and "iptables save active" give me an invalid argument error. "iptables-save" isn't a valid command. "iptables --help" gives me a list of valid switches, none of which have to do with saving.

how I can save the iptables?

View 1 Replies View Related

Ubuntu :: Firefox - Unable To Save Files By Right Clicking And Save As

Jan 13, 2010

I have Ubuntu 9.10 dual booting with Windows7.My ext3 /home is mounted as F: in windows.I share a firefox profile between them so that when i am in Windows my firefox uses the same profile as it does when in Ubuntu.It all worked great until recently. I am unable to save files by right clicking and save as. In the config i am unable to set a directory to save to. It neer asks me where to save to. Just nothing happens. some off my book marks are all messed up as well, my rss feeds have the same post on some random website every time i log on and i have to manually refresh to get the correct feeds back. I am unable to delete the random bookmark.

View 1 Replies View Related

General :: Sources.list: What Is A Deb-src

Apr 8, 2011

In a typical sources.list in a Debian-based distro, I see a line that begins with "deb," and right below it, the same repo preceded by "deb-src." I can figure out that that means "Debian source," but what's the difference between a "deb" and a "deb-src"?

My current sources.list has almost all the deb-src lines removed; I believe I did that at some point because Synaptic was giving me error messages over there being too many entries in my sources.list, and I must have thought the deb-src lines were redundant. I assume I was wrong, eh? The deb-src lines must be there for a reason. I might not have been certain the error messages were due to having too many sources, either; maybe that was only my guess.

View 3 Replies View Related

General :: How To Uninstall Sources

May 18, 2011

I usually use portage(a type of package manager for Gentoo). It's easy to install and unistall programs.

However, I sometimes install programs from source for various reasons. The installation is fine but how do I remove them?

Do I just delete all the files or is there more to it?

View 3 Replies View Related

Ubuntu :: Xrandr Doesn't Save Changes - How To Make It To Save Changes

Jun 16, 2010

my mediacenter is attached to an beamer with the optimal resolution of 1280*720 ubuntu 10.04 doesnt offer me this revolution (on my intel 915 graphis controller). this means i have to add this resolution to the possible resolutions. first i used cvt

Code:

cvt 1280 720 60

and got this result:

Quote:

# 1280x720 59.86 Hz (CVT 0.92M9) hsync: 44.77 kHz; pclk: 74.50 MHz
Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync

then i added this to xrandr

Code:

xrandr --verbose --newmode "1280x720" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync

and

Code:

xrandr --verbose --addmode VGA1 1280x720

now i can select and use the new resolution - until next reboot. after an reboot 1280x720 is again not available. even if i work with sudo - the resolution isnt there....

View 1 Replies View Related

General :: Yast Sources For Suse EL 10.2?

Mar 17, 2010

I am using Suse EL 10.2 on IBM cloud, and need to install basic packages such as gcc, zlib, etc. Is there any official Suse 10 sources that I can use?

View 1 Replies View Related

General :: Compile Gvim From Sources?

May 25, 2011

Recently, I've installed vim like so:

hg clone https://vim.googlecode.com/hg/ vim
cd vim
sudo ./configure --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-gui=gtk2 --prefix=/opt/vim
make
make install
make install clean

So, my VIM's binaries now live under /opt/vim/bin. Here is ls -la of this dir:

[Code]...

View 2 Replies View Related

General :: How To Adjust Sources.list

May 13, 2009

Debian 5.0

On running;

$ cat /etc/apt/sources.list
Code:
deb http://http.us.debian.org/debian lenny main contrib
deb-src http://http.us.debian.org/debian lenny main contrib

[Code].....

E: Some index files failed to download, they have been ignored, or old ones used instead. how to adjust sources.list

View 3 Replies View Related

General :: Back-up Many Different Sources (rsync)?

Mar 6, 2011

19:25 into this video has a question about back-ups:[URL].. it is basically asking how to save files from different sources (mac harddrive, windows harddrive, sd-card, cd's) and they want to ensure pictures from a digital camera dont get overwritten (there are multiple 001.jpg, 002.jpg, ... files -- maybe md5sum will help here).

i assume rsync would be good in this case but i am not sure what the syntax would be. i also assume that the rsync command is available for mac (i am more of an scp guy) but i have been proven wrong on assuming bash compatability between linux/ os-x before.

View 2 Replies View Related

General :: Downloading Current Kernel Sources ?

Jan 19, 2009

I need to download the Kernel sources add a few lines and then recompile and install the new files. I found the following lines that are suppose to do it on nVidia's forums:

Code:
# Install Kernel Sources
sudo apt-get build-dep linux-image-2.6.24-17-rt
sudo apt-get source linux-image-2.6.24-17-rt[code]........

what the Kernel Module Source packages are called?... This guide I am trying to follow is obviously dated but it is the only solid lead I have been able to find towards making my ram work...This is the original thread on the NVNEWs boards: Unable to install Nvidia driver on 9500M + Ubuntu - Page 2 - nV News Forums,Read through that thread I linked to the NVidia forums for a detailed run down of what is wrong.

The semi short version: There is some sort of issue with the NVidia driver on the G1Sn (and several other Asus Models) and the way the Linux Kernel address memory, the issue results in not being able to use more than 2 Gigs of ram with the Nivida drivers. There is a patch (again check the nvidia forum link) that people said they had applied to fix this issue. At this point I am seriously considering Vista again if I can't get this working I love Ubuntu but I hate having my hardware limited by my software...where to download the files I need to recompile in the Kernel with the patch I need for my ram to work?

I tried posting there but it seems like the thread is long dead.. how I can download the needed files and maybe how I add these lines to it?I also started a thread on the ubuntu forums here: [ubuntu] Downloading Current Kernel Sources.

View 2 Replies View Related

General :: Compiling Kernel Sources Or Its Modules

Oct 25, 2010

It has been years since I have need to compile the kernel or its modules. Here goes: I recently upgraded to ubuntu 10.10 and needed the kernel source and its modules source. The relevant directories are in a mess. Several diff versions, broken links, the works. Is there a nice easy way, to remove all of the sources, there, and err "install" the ones for my latest kernel, in the correct places. Then I might have a chance at getting the two modules I need complied! Nvidia being one for the geforce 4 mx420 nv17

View 4 Replies View Related

General :: No Kernel Sources When Compiling Software

Feb 25, 2010

When compiling software I get the following notice : You do not appear to have the sources for the 2.6.31.5xls-domU kernel installed.

Yum says :
Package kernel-headers-2.6.18-164.11.1.el5.x86_64 already installed and latest version
Package kernel-devel-2.6.18-164.11.1.el5.x86_64 already installed and latest version

But uname says :
Code:
-bash-3.2# ls /usr/src/kernels/
2.6.18-164.11.1.el5-x86_64
-bash-3.2# uname -a
Linux vds.hosting.net 2.6.31.5xls-domU #4 SMP Fri Dec 4 12:17:04 CET 2009 x86_64 x86_64 x86_64 GNU/Linux

Extra info :
title CentOS (2.6.18-164.11.1.el5xen)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-164.11.1.el5xen ro root=/dev/xvda1 console=xvc0
initrd /boot/initrd-2.6.18-164.11.1.el5xen.img

This is a VDS I'm renting from my Hosting company. How can I get the right sources? RPMforge repo?

View 10 Replies View Related

Software :: Iptables-save Can't Save Settings?

Jan 29, 2009

Config a CentOS iptables.I issued some iptables rules.the rules were effective at once.Then, I came with a "iptables-save", but the "/etc/sysconfig/iptables" file hasn't been updated, it still loads the defaults rules with CentOS after reboot.

View 4 Replies View Related

General :: Sources.list For Debian Lenny Stable?

Feb 11, 2010

I am looking for the best sources.list there is for Debian/Lenny Stable,I got the following from the website of sources.list generator, but I am not convince because for the last 6 days I did not got any update to do, my system been for 6 days straight up to date so, I am not convince at all because it is odd, here is my sources.list:

Code:

#############################################################
################### OFFICIAL DEBIAN REPOS ###################
#############################################################
###### Debian Main Repos

[code]...

PD: I got Germany Debian servers because they are pretty fast nothing more and also I am running on my Desktop Xfce4 that I loved, but, I would like to know if there is any repository for updates on this wonderfull Desktop Enviroment.

View 14 Replies View Related

General :: Debian Sources Catalog - Contrib Main

Jul 26, 2010

Is there some catalog or something to distinguish and choose sources for sources.list file in Debian? Currently mine are

Code:
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-1 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-2 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-3 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-4 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-5 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 Update DVD 20090907: i386 DVD 1]/ lenny contrib main non-free
but I want to use EXACTLY the same from internet - for the same version.

Also what mean non-free, contrib, main and other parameters?

View 3 Replies View Related

General :: Backup A Configuration File Like Sources.list?

Feb 11, 2011

It's always a good to backup a configuration file like sources.list before you edit it. To do so, issue the following command: sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup Where does it backup to and how do I access it? I want to put the backup on removable disk or upload it

View 2 Replies View Related

General :: Compile Cairo/PyCairo From Sources On Ubuntu Hardy?

Apr 25, 2010

trying to compile latest pixman/cairo/pycairo from sources on ubuntu hardy LTS 8.04. The default versions are pretty older. These are the versions of three packages I am using:1. pixman-0.18.02. cairo-1.8.103. pycairo-1.8.8Please note that I am new to linux with limited skills in c/c++ stuff.First you have to compile pixman and here is the script I am using:

Code:
$wget http://www.cairographics.org/releases/pixman-0.18.0.tar.gz
$tar xvf pixman-0.18.0.tar.gz

[code]....

View 2 Replies View Related

General :: Setting Up Iptables For Traffic Forwarding On Port 80 From Specific Sources?

Jun 1, 2010

Im running a web server on port80, but i want traffic coming from ip 212.333.111.222 on port 80 to be fowarded to port 9020 on the same server that my web server is rinning at that is my sshd port

View 1 Replies View Related

General :: Where To Save Files

Feb 11, 2011

What standard do you adhere to when saving and you're the only user of the server(root)? Take downloaded files for instance:In my experience I often find people putting downloaded files in /opt, /usr/src/, /usr/local/ etc.I would like to know if ther is a standard like would have in Windows. Everyone knows where the Download directory is in windows

View 10 Replies View Related

General :: Cannot Save Old Computer?

Jun 12, 2011

My old computer ran xubuntu and I haven't recently remembered the password. When I go to recovery mode, I see no recovery menu that would lend me to changing my password.I have also tried burning xubuntu, edubuntu , and a few other linux distributions , but they have all failed in the burning process. I have used three iso burners and they have all failed to burn.

View 1 Replies View Related

General :: Save Changes On Ubuntu?

May 8, 2011

I installed ubuntu on HP Mini this afternoon. I changed settings of mouse, click shut down, disconnect USB, and click enter.

I turned ubuntu back on, changes I made were gone, also, Google chrome i downloaded was gone.

View 3 Replies View Related

General :: Save All Files Onto USB's

May 10, 2011

I've been having some PC troubles since yesterday after downloading VistaOSx onto my computer. (I don't know why I downloaded it, I was bored.) Well now I have a virus on my computer that wont let windows start. Every time I go to turn on my computer, I get a black screen with just my mouse pointer.

So, I went looking for the disk that the guys at FRY'S gave me after they worked on my computer, and it was an MSI disk, and I booted from it, and now I'm in some OS called Winki 3 which is linux based and I don't know what I'm doing, to my surprise, I'm online.

I need to be able to get my computer working again, and I don't want to loose any of my files if I have to reinstall windows. I have a few questions before I start getting into this and try to get my computer to work but only mess it up worse.

1) What in the world is Winki 3? I've never heard of it.

2) How can I execute a .exe file? I'm trying to see if I can run my virus scan to get rid of whatever it is that is screwing with my computer.

3) I can see all my program files and everything, so I need to save some stuff on my USB's in case I do need to reinstall windows so that way I don't loose anything. How do I do that?

4) I know this isn't a place to ask windows questions, but I must. I don't have a restore disk, or a reboot disk or whatever, just this MSI disk that brought me to this Winki 3. How can I restore my computer without the restore disk, and without taking it to some place that's going to charge me an arm and a leg? There has to be some way, I mean I have this Winki 3 running, I should be able to do something that will restore the computer back to the default factory settings after I save all my files onto my USB's, right?

View 2 Replies View Related

General :: Save Changes After Editing Vi /etc/hosts?

Jul 28, 2010

I am doing a Linux installation. I installed the system fine and am trying to change the vi /etc/hosts file. I have edited the file but am not sure how to save it. I have --INSERT-- showing at the bottom.

View 2 Replies View Related

General :: IP Tables Won't Save The Rule?

Jan 9, 2011

I'm using ArchLinux and I have an IP tables rule that I know works (from my other server), and it's in /etc/iptables/iptables.rules, it's the only rule set in that directory. I run, /etc/rc.d/iptables save, then /etc/rc.d/iptables/restart, but when I do "iptables --list", I get ACCEPTs on INPUT,FORWARD & OUTPUT.

# Generated by iptables-save v1.4.8 on Sat Jan 8 18:42:50 2011
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]

[Code]....

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved