answersLogoWhite

0

This is a very difficult question to answer. It depends on the type of file you wish to edit. For image files I tend to use GIMP. For audio, Audacity. For video, Cinelerra. For documents, LibreOffice. For configuration files, html, scripts etc. I tend to use gedit (other alternatives: nano, vim, emacs, kate, leafpad). These utilities can often found in the menu of the panel of the desktop.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Where can one learn about Linux file server?

One could find information online regarding Linux file servers at the HowToForge website. The site covers everything one would need to know about Linux file servers.


Are the Canon utilities that ship with their cameras the best solution for photo editing?

Photo editing is a large field of expertise. If, by editing, you mean cropping, brightness, contrast and the like, then Canon utilities are good enough. In a way, all of Photoshop's expertise is photo editing, (because the difference between editing and enhancement is hard to define). The Canon utilities cover only a small part of that. If I were you, I would start with Canon's editing software, and see if my needs are taken care of by them. If you get seriously involved, you will find you will exhaust its capabilities soon.


What is the meaning of import in java program?

It tells the compiler where to find classes that are outside the file you are editing.It tells the compiler where to find classes that are outside the file you are editing.It tells the compiler where to find classes that are outside the file you are editing.It tells the compiler where to find classes that are outside the file you are editing.


How do you find and remove files in Linux?

From the command line: To find the files there are a variety of utilities that you can use including: find, locate, and slocate. To remove the files use the command: rm filename.ext


I am learning programming and am interesting in learning about image editing video editing and other file editing please provide some links where to find information on file structure and editing?

I will provide you link to free official Adobe training's in related links section, link is to Adobe TV.


Where can you find the program nautilus in ubuntu linux i can't find it anywhere?

on windows xp: in the file programs on the local disk


HOW to Delete blank torrent file from desktop.U downloaded a torrent file off of a website and it created the actual file that you used to download the file you wanted but it also created this blank 1?

use a Linux CD like ubuntu. run it without make installation.with Linux file explorer find blank torrent files and simple delete it. peri.nic.


How do you know what size your computer file is?

You can see it through the listing in Windows Explorer or through the equivalent utilities in other computer types. You can also usually find it in the file properties.


What is the standard Linux file system?

For the purpose of this question, I'll stick to file systems that Linux natively supports and can boot off of.FAT12FAT16FAT32X-FAT (used on the Xbox)Minixextext2ext3ReiserFSReiser4JFSXFS


How do you making minecraft texture packs not using painterly?

Use WinRAR to open the Minecraft.jar file, and in that, you will find a file called Terrain.png. Open it up with your prefered picture editing software (I prefer Paint.Net) and edit away! Make sure after you are done editing, save and drag the picture back into the Minecraft.jar file.


What is 001 file and where can you find it?

001 file is one of the first files of the split archive made with various programs on file splitting and joining utilities. It can be used to split large archive to smaller and more manageable file. This can be found and downloadable on Fileinfo website.


What command would you use to find where executable file resides of the system in Linux?

"find / -executable" will search the root directory for executables. Not that this will also show directories that are accessible.