Software :: EXE Files Need To Be Installed?
Mar 21, 2011
I am a new user of linux. I am using Mandriva powerpack Linux... I have got some 'exe' files which are need to be installed. But while making a simple 'double-click' I can't able to run it or install my package wanted.
View 9 Replies
ADVERTISEMENT
Jul 20, 2010
i am downloaded some e-books in the format .rar. when i am extracting them i am getting error as There is no command installed for RAR archive files. Do you want to search for a command to open this file?
View 3 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Aug 12, 2011
I run debian squeeze. I use apt-get install openjdk-6-jdk. But I do not understand how I can figure out where the files are stored?
View 1 Replies
View Related
Dec 24, 2010
With transfering files and folders across from windows xp to lovely ubuntu 10.10 without the need for any usb sticks or anything. I installed Linux via the installer which is found in the ISO image whilst still in windows.
I used Winzip to open the ISO image and found the installer for installing whilst in windows xp so it installed it on the same partition as xp.
View 5 Replies
View Related
Feb 7, 2011
where ubuntu 10.04 stores files related to s/w installed from ubuntu software center?
View 9 Replies
View Related
Sep 25, 2009
I would like to know how to run exe files like"VLC"in ubuntu while it's installed in windows. I have installed ubuntu in windows. VLC application is installed in windows. But I want to use this application in ubuntu too.
View 2 Replies
View Related
Mar 6, 2011
how to run that Red-pd files which is installed in NS2.34 version. when i give %runall.sh its say perl & csh software didnt suport like that error comming. what can i do for this?
View 10 Replies
View Related
Mar 1, 2010
I just installed a package with yum but I can't find any files associated with it. My question: is there a way to make yum tell you which files were installed from a package?
View 7 Replies
View Related
Feb 3, 2011
I installed 14 and no ifcfg- files. (no ifcfg-eth0)can i create them ??
View 6 Replies
View Related
Aug 26, 2010
when i try to install tk using the command
Quote:
dpkg --install tk*.deb
i get the following error
Quote:
(Reading database ... 123410 files and directories currently installed.)
Preparing to replace tk8.4 8.4.12-1 (using tk8.4_8.4.12-1_i386.deb) ...
Unpacking replacement tk8.4 ...
Preparing to replace tk8.4-dev 8.4.12-1 (using tk8.4-dev_8.4.12-1_i386.deb) ...
Unpacking replacement tk8.4-dev ...
code....
ASAP im much worried about this as it relates to my project.
View 3 Replies
View Related
Apr 9, 2010
I have installed linux-2.6.21 and lzo-2.03 from source code in fedora core 7 in the same directory. Now I wanted to include header files of lzo library in the linux kernel source code. How to do that?
View 10 Replies
View Related
Jul 4, 2011
I have a program which I would like to package into a deb file for personal use. The program uses a custom install script, and to package the program I need to know which files are installed where. Besides inspecting the installer, which may not be possible if the installer is a precompiled binary, what are some best practices for discovering the filesystem changes enacted by a program installer? Should I test the installer in a chroot environment? Can I sandbox the installer in some other way?
View 1 Replies
View Related
Jan 14, 2010
I installed fedora 12 very recently after which I installed a few files. I don't know where these files get installed. Is there a default location for newly installed files?
If there is one, is it possible to change the location?
View 1 Replies
View Related
Jun 4, 2010
I ran yum install lircand no lirc support files are installed in /etc/lircd/what is the proper method of installing and getting lirc setup and running?
View 2 Replies
View Related
Feb 17, 2010
I had added a repo from this site: [URL]...now, i have removed the repo as i dont want to use the software anymore, but how do i make sure that i have removed everything on my pc installed from that repo?
View 2 Replies
View Related
May 2, 2010
I had added a repo from this site: [URL]now, i have removed the repo as i dont want to use the software anymore, but how do i make sure that i have removed everything on my pc installed from that repo?
View 1 Replies
View Related
Jul 19, 2011
I would like to know if I can delete all of my files and remove all programs from my ubuntu laptop, like a clean install but without having to install the drivers and going through the installation
View 6 Replies
View Related
Mar 9, 2010
I'd like to clean up apt/dpkg so that it doesn't think the package whose files I've deleted is still installed, but when I run:
Code:
apt-get remove --purge linux-image-2.6.32-2.slh.4
I get the following:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package linux-image-2.6.32-2.slh.4
The package does show up in the list when I run the command:
Code:
dpkg -l "linux-image*"
with "ii" in the 1st column, whatever that means. Should I just rm the matching files in /var/lib/dpkg/info?
View 6 Replies
View Related
May 10, 2010
How can I know about the debian files I've installed from the internet via command line? Is there any command to have info about debian files? I've installed google chrome, opera, etc...I want to what debian files I've installed? Can I know there locations?
View 2 Replies
View Related
May 19, 2011
I loaded a distro (which does not seem relevant) onto my laptop and used it for a while. Applications did whatever they do creating and saving files. I know that I have images and documents and videos and music and such on the laptop among other non-distro data files. Is there a simple (straightforward) way to identify which files on disk are NOT part of the installed distro? I know how to use find. I know that find lets me locate files based on some date-time-stamp. I know, too, that I can use any selected file as a benchmark date-time instead of some specific command line string.
For example:
Code:
Find files whose modification date is before (or after) the date(s) associated with the file /path/foo.bar.
Is there any one file that I could use to peg the distro install date? Can I get that date from somewhere else like a file system details?
View 14 Replies
View Related
Feb 28, 2010
I intalled rhel along with xp on my hard disk..When rhel is running it is not possible to see ntfs partitions..What packages i want to install for this..
View 3 Replies
View Related
Dec 12, 2010
I am debugging a project and I noticed the .so files from my installed version of this project are being used when I run the main executable. However what I want is that the modified and compiled libraries (.so files) are being used. This is for testing the software. So I don't want to install these. I tried adding the directory with the .so files in /etc/ld.so.conf and doing ldconfig. However that did not seem to work. How can I let the main executable use the modified .so? I also want to debug this using gdb, so if someone knows what I should do to get those modified .so files being used for execution.
View 5 Replies
View Related
Feb 2, 2010
how to uninstall Mplayer and other programs that is installed by compiling source files(./configure, make , make install)
View 14 Replies
View Related
May 26, 2010
Today I was trying to clean up my system and am a little bit stumped on something.
I used synaptic to clean up installed kernels, except for the one that was currently running. Once done I went ahead and restarted my computer.
Grub lists only one kernel available. However when I go to a prompt and
issue dpkg --list|grep linux-image I get several items listed code...
2.6.32-22-generic is the kernel I am running so I assume the "ii" files have something to do with the kernel in memory.
However, what are the "rc" files that are listed? Resource files? All three kernels referenced have been removed a LONG time ago and when I look for installed headers, or anything else, there is nothing installed for *-12, *-12 or *-14.
And when I check Synaptic for just the kernel number I get a list of packages with no version install, no latest version notation and no description (attached screenshot).
Just what are those references and how does one remove them?
View 2 Replies
View Related
Oct 29, 2010
I want to switch from ubuntu to kubuntu without losing any of my files or installed packages.is there any way to do that smoothly?
View 1 Replies
View Related
Nov 3, 2010
I changed a few files in a couple of folders that are installed from a synaptic package. How can I save the changes as an installation package or save the changes to the package and save the package as a file?
View 2 Replies
View Related
Nov 23, 2010
I can play WMAs with MPlayer but when I try to skip forward a few minutes it plays for a split second, and then plays at another random part of the video making it impossible to play a WMA from anywhere but the beginning.
Code:
mplayer -demuxer lavf ccent01.wmv.The above command opens the video but there is no menubar, scroll bar, or any reaction to right click although strangely scrolling my mouse wheel seems to randomly skip through the video. In VLC when trying to play the same file I get the error:
Code:
No suitable decoder module: VLC does not support the audio or video format "wmas". Unfortunately there is no way for you to fix this. No suitable decoder module: VLC does not support the audio or video format "MSS2". Unfortunately there is no way for you to fix this.After converting the .wma file to .mpg, and also .avi using a command similar to:
Code: mencoder ccent01.wmv -ofps 23.976 -ovc lavc -oac copy -o ccent01.mpg. There is no change playing the file with mplayer and in VLC it now only gives one error: Code: No suitable decoder module: VLC does not support the audio or video format "wmas". Unfortunately there is no way for you to fix this. I'm preparing for a Cisco exam later in the week and would like to spend tomorrow watching hours of computer based training videos but would rather not have to do it in Windows. Already tried using Media Player Classic in WINE but it crashed. Is there a workaround? Oh and I already have ubuntu-restricted-extras installed.
View 6 Replies
View Related
Feb 28, 2010
I am trying to install Fedora 10 on an old P3 Inspiron 5000. When I boot from the Live cd the screen is split into three sections and is hard to navigate. I am able to edit the /etc/X11/xorg.conf file and log out and log back in to proceed with the installation. The problem is when I finish the installation and reboot to the new OS it boots to the triple section mode again because my xorg.conf is not edited. To do any commands in Fedora I need to get through a brief user setup in which I cannot navigate through until I can see the screen better. Is there a way to boot to a graphical type safe mode so I can see the whole screen to finish the installation?
How can I access folders from the live cd to edit the installed files? This way I can edit the xorg.conf file before booting and all would be legible.
View 6 Replies
View Related
Sep 26, 2010
Here's my situation :
I had a samsung 1TB HDD that I used for storing data, on an xp machine, so it was formated as NTFS.I moved this HDD to another machine and installed Freenas on it, and the installation worked fine (fyi, I used the tutorial posted here :[URL]..During the installtion, Freenas installed it's system files to a new small UFS partion. After finishing the setup, I realised that I had changed the file system of the other partion (980gb, previously NFTS) to UFS and now I don'T know how to go back. I had about 400gb of data on it and I'm pretty sure it's still there, but don't know how to get it back.
I tried messing around with recovery software such as R-Studio, and I was able to see some of my files so I know they're still there. After quite a bit of googling around, the only solution I seem to find is using gparted which is a tool to modify partions file system without loosing data, but I'm afraid to use it.
So is there a way to browse NTFS data on a UFS partition and convert it so FreeNas can see my files ? Or is there a way to put the partition back to NTFS so I can back up my data to another drive before I lose something valuable ?
View 1 Replies
View Related