In the past (with Wheezy and before) I often used "decompress" via double click on compressed folders or "compress" via right click on folders (or files) in Nautilus. Since I installed Jessie this option has vanished. I added several packages like "zip", "7z", "unzip" and so forth. Now I can do similar things via command line, but I just don't find any option anywhere to enable compressing and decompressing in Nautilus again. There seem to be no options for configuring such things in Nautilus.
I have the odd feeling my Jessie installation is broken since many little things are missing from the beginning. Should the old behaviour of Nautilus be standard in Jessie also?
I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.
I was updating from 10.04 to 10.10 (was updating through update manager) after some time I got following message:
Code: An unresolvable problem occurred while calculating the upgrade: E:Unable to correct problems, you have held broken packages.
This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu * Unofficial software packages not provided by Ubuntu
If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report. When I tried to run the command
Code: ubuntu-bug update-manager as above message says I got error
Code: The problem cannot be reported: This is not a genuine Ubuntu package
Following are the files in /etc/apts/sources.list http://paste.ubuntu.com/511416/ Then there are some files in /etc/apt/sources.list.d their contents are lucid-partner.list ---->http://paste.ubuntu.com/511417/ medibuntu.list---->http://paste.ubuntu.com/511418/ ubuntu-mozilla-daily-ppa-lucid.list---->http://paste.ubuntu.com/511419/ ubuntu-wine-ppa-lucid.list------------>http://paste.ubuntu.com/511420/ lucid-partner.list.distUpgrade----------->http://paste.ubuntu.com/511421/ medibuntu.list.distUpgrade---- ------->http://paste.ubuntu.com/511422/ ubuntu-mozilla-daily-ppa-lucid.list.distUpgrade---->http://paste.ubuntu.com/511426/ ubuntu-wine-ppa-lucid.list.distUpgrade--->http://paste.ubuntu.com/511427/ lucid-partner.list.save--->http://paste.ubuntu.com/511428/ medibuntu.list.save---->http://paste.ubuntu.com/511430/ ubuntu-mozilla-daily-ppa-lucid.list.save---->http://paste.ubuntu.com/511431/ ubuntu-wine-ppa-lucid.list.save----->http://paste.ubuntu.com/511433/
On Debian repo I found virtualbox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?
How to compress a PDF document (open in vim, hold down D for a few seconds) and that's worked, but now the document won't open anymore. How do I decompress it?
I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is
Code: Select allapt-get install package-name:i386
prompts the removal of currently installed packages (amd64 arch.) which is the problem.
Code: Select allReading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libportaudio0:i386
[Code] ...
Some of the packages I am talking about are
-libegl1-mesa-dev:i386 -libportaudio-dev:i386
Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?
I just setup a SuSE 11.3/64 server and I am trying to setup pptpd for a vpn. I noticed thatg the ppp0 (or any pppx) interface is non-exoisting and I think that that is the problem why my gre packages are not being sent by pptpd (as I have checked all other options). I have tcp port 1723, and protocol port 47 (gre) open on the firewall (SuSEfirewall2). I have traced the responses using tcpdump and only when the server sends gre to the remote client, the client never receives it (the 1723 connection is established). I checked the old server (SuSE 10.2) that worked the vpn fine, and the only thing missing on 11.3 is ppp0. All other hardware (routers, etc.) are the same. I suspect that pptpd tries to use ppp0 and the interface is non-existing. I can remotely ssh to the server, dns works, samba works, everything else works. Is it something I am missing? How do I create if ppp0 and link it to eth3, the internet gateway? Do I need ppp0?
I somehow landed into this situation (don't really remember how), but no package installation/removal seems to be possible for me. Neither apt-get -f install or autoremove seems to work.
When I do: sudo apt-get -f install I see the following: - uname -a: Linux konnichiwa 2.6.27-11-generic #1 SMP Wed Apr 1 20:53:41 UTC 2009 x86_64 GNU/Linux (Jaunty 9.04, Ubuntu) - Configuring libc6 screen with <yes>, <no> appears. - Click on <yes>. - It fails with this error:
Code: konnichiwa% ruby apt-get install -f ruby: No such file or directory -- apt-get (LoadError) konnichiwa% ruby apt-get -f install ruby: No such file or directory -- apt-get (LoadError) konnichiwa% sudo apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done
The following extra packages will be installed: libc6 Suggested packages: glibc-doc
The following packages will be upgraded: libc6 1 upgraded, 0 newly installed, 0 to remove and 1025 not upgraded. 1 not fully installed or removed. Need to get 0B/4776kB of archives. After this operation, 217kB disk space will be freed. Do you want to continue [Y/n]?
Preconfiguring packages ... (Reading database ... 146055 files and directories currently installed.) Preparing to replace libc6 2.8~20080505-0ubuntu9 (using .../libc6_2.9-23_amd64.deb) ... Checking for services that may need to be restarted... Checking init scripts... Unpacking replacement libc6 ... dpkg: error processing /var/cache/apt/archives/libc6_2.9-23_amd64.deb (--unpack): trying to overwrite `/usr/bin/locale', which is also in package belocs-locales-bin dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libc6_2.9-23_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
I have recently upgraded to Bugzilla3 and I wanted to restore my bugzilla database with my backup but when I attempt to tar -xvvzf file.tgz I get the error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors
My script that creates the backup is: #!/bin/sh datestr=`date +%m-%d-%Y` bakdirpart="bugzilla.backup.$datestr" bakdir="$HOME/$bakdirpart" mkdir "$bakdir"
(cd /etc; tar cvzf $bakdir/mysql.conf.tgz mysql) (cd /etc; tar cvzf $bakdir/apache2.conf.tgz apache2) (cd /usr/share; tar cvzf $bakdir/bzreport.share.tgz bzreport) (cd /usr/share; tar cvzf $bakdir/bugzilla.share.tgz bugzilla) (cd /var/lib; tar cvzf $bakdir/mysql.hotdb.tgz mysql) (cd /var; tar cvzf $bakdir/www.tgz www) (cd "$HOME"; tar cvf "${bakdir}.tar" "$bakdirpart")
I need to recreate my initrd.img after having extracted its contents. Bash by itself; pointing me to similar threads in this forum and google are useless to me and a waste of everyone's time as that has all failed. I need a working example. Apparently, I am supposed to use this bash command (s): "zcat ../initrd.gz | cpio -i -d." The preceding command is unintelligible to me. I cannot compress the initrd.img file and folders back into an initrd.gz file with a compression level of 9, so that I can rename with a .img extension.
My understanding of recompressing folders back into the initrd.img: Google and this forum all point to bash involving either zcat or cpio and then gzip with a compression level of 9. However, I require exacting instructions for using these commands to compress the folders that have been extracted from the initrd.img back into one homogenous initrd.gz archive so that that the created initrd.gz can be renamed initrd.img
Note: posting bash without that an example is a waste of everyone's time as I found that on Google and it was useless as I lack the requisite computer science degree or years of Linux guru experience needed to figure out how to specify the arguements proprerly. What I need is a working example, not just bash.
Note2: To save time, the answer to why I need to edit the initrd.img is this: Two different utilities (based upon the same parent system & kernel) use the same initrd and the same file paths. When they are installed on separate partitions and the one farthest from the mbr is selected for boot, it will begin to boot and then switch to the one closest to the mbr, which results in a failed boot. If one is removed, the other boots fine, so it's not a menu.lst or a lilo config problem.
I use the CD upgrade method to upgrade my kubuntu 10.04 to 10.10.Not to mention,the ISO image of the CD is this one :kubuntu-10.10-alternate-i386.iso.At the first run I choose YES for the prompt asking for internet connection or whatever, but I immediately realise that I have chosen a wrong option, so I exit and restart the upgrade all over again.On the second run, I choose NO for the prompt , then the installation continues until it reaches the 'fetching files' stage. It pops up and says "The upgrade has aborted. Please check your internet connection or installation media and try again. All files downloaded so far are kept."
I don't want to reinstall the whole system again because I want my applications;I don't want to use the updater to upgrade because I have a low internet speed .
I'm running a virtual machine of CentOS 3 and I am trying to decompress a tar file, but I run out disk space. I created the VM with 80 GB of disk space. When I look at the partititions, (du command) I have /dev/sda2 with a partition of 70GB mounted on /home with < 1% used.
Here comes the n00b question: How do I use the 70GB of space on sda2? I thought working in the /home directory, where sda2 is mounted, would give me access to that disk space, but the tar files fill up the /boot partition.
I have tried to plan my backup plans. As I want it simple I am gonna use only tar.gz combination of some files that are important. My question then is the following:
-I have a 100GB hard disk with 20Gb free space only. I would like to backup the rest 80Gb to an external hard disk. I run my scripts which end up saving a 75Gb(due to compression) to my external hard disk.
-->Then comes the times to try to see the contents of my archive (just to make sure that I can recover what is inside the 75GB disk file). Do you know if tar.gz needs to decompress the 75Gb file in some /tmp space in my hard disk for showing me the contents inside it? In that case it will not be easy at all to ever look at what is inside it in my hard disk, as there is no 80Gb of free space in my hard disk (20gb only).
Upon installing Debian, it asked me if it can use a mirror to get updated packages. I said no, yet it ignored my command and fetched packages. Why did Debian disobey me?
After installing debian 5.0.4 basic from first dvd, I extracted all other dvd images to hard disk and pointed /etc/apt/sources.list point to all these directories. after refreshing using synaptic package manager, I got list of all 20,000+ packages, and did a "apt-get -y install ......(all 20,000 names)". It failed due to some conflicts. So I used "--force-yes -f " option as well.
It went on for nearly two days to install everything. (in between due to power failure, something was done half way and was able to login to KDE boot option and see lots of software installed.) After complete install - it shows a startup screen of Debian EDu - but fails to boot up.
Is there a way to install all softwares + all XWindow systems simultaneously?
Whenever i try to decompress and install a "tar ball" or a "deb.", the KPackageKit comes up with a pop-up-->"you have no backend support".I have the Lucid Lynx installed, as a dual-boot with XP
I plan to install Debian on a machine that will have no access to the internet but I would like to install some packages in it (such as build-essential). I was thinking of downloading them here and transfer and install them on the other machine at a later time but because of dependencies I don't know what packages I'll need besides of the ones I really want, for example: After the fresh install from the cd, I would like to install build-essential which requires g++, make etc... but is there a way to download all that instead of doing it manually? Since I don't really know when to stop downloading dependencies. I tried aptitude download but it only gives me the meta-package. I also thought of chroot to a fresh system, install the packages and retrieve them from the local folder where they get downloaded but I was looking for something less complicated.
I am a new Debian 6 user. I have Downloaded debian-6.0.0-amd64-CD-1.isodebian-6.0.0-amd64-CD-2.isodebian-6.0.0-amd64-CD-3.isodebian-6.0.0-amd64-CD-4.isodebian-6.0.0-amd64-CD-5.iso
I am going to start reading about how to create Debian packages. Yet I would appreciate a simple overview about the process.Specifically, I would like to start with something simple: building a package with the Firefox 3.5.7 tar.gz pre-compiled binaries.If I understand correctly, the source files from Debian are modified in some way from the upstream provider, but my little Firefox project is not dealing with sources at all. The binaries are already compiled. So I'll appreciate a simple overview about creating a package from those Firefox binaries.
I realize the Firefox binaries can be installed as is, along with needing to create three sym links. That is not my goal. I figured starting with pre-compiled binaries will be an easier start into the Debian packaging process. Further, I prefer to install software with a package manager as that provides a system that is easier to maintain long-term.I suspect that an aide to my learning would be to extract the Iceweasel package and then draw similarities from that.
I can't find gnome-mount using aptitude, but certainly it is listed in packages.debian. org/squeeze. Maybe I need add a new repository. But how do I know what is that repository?
I'm currently using squeeze, and planing to update to sid.. But looking at packages.debian.org I found that sid has the same old packages that squeeze has. chromium-browser (6.0.472.63~r59945-5) linux-base (2.6.32-30)
I am new to Debian and I am trying to apt to install some packages When trying to get tango-icon-theme it says: E: Package tango-icon-theme has no installation candidate And when trying to get arandr it says:
APT - it really has me mystified at times so I'm looking for an idiots guide on how to use it. I've googled and read the APT How to on the Debian site, as well as a lot of other APT pages, so I understand what it does and the command structure, but I can't seem to download one off packages from the Debian site.
I've managed to get the updates to work (ran an update the other day) so I know my source file is working (my source.list points to deb http://ftp.uk.debian.org/debian/ lenny main) however I don't understand/can't figure out how to get single packages from Debian.
As an example I want to get the rsynch package which has a download page in Debian and my mirror in the source.list file can be used. However when I do apt-get rsynch I get an error message that says it can't be found.
Looking at the Debian package website it does say that the rsynch package can be requested from the subdirectory of pool/main/r/rsync/ at any one of the listed download sites (of which the site in my source.list file is one of those listed). Do I have to add the pool/main/r/rsync/ information to my sources.list file, or add it to the apt-get command?
After installation the Debian Squeeze when installing some packages the system asks for the installation debian CD. I wonder how i can change the configuration so that the system can install the packages without the CD?
i'm can't install the g++ compiler. I've got the packages to install with the command "dpkg -i xxxx.deb", but i see a cross dependence between g++-4.3 and libstdc++6-4.3-dev. Or am I missing something?
I am tired of Microsoft Windows. So I am going to try Linux. I downloaded the ISO file and installed it. It did fine.My problem is I can't figure out how to install additional packages. Can someone tell me exactly what I need to type in to install packages from E: my CRDOM.Where can I download the complete GNOME DESKTOP package.Also, I am using Netzero Dial UP. Can you help me with this also.