Sign in with
Sign up | Sign in
Your question

Can't downoad UFRaw on Ubuntu

Tags:
  • Download
  • Photoshop
  • Ubuntu
Last response: in Linux/Free BSD
Share
June 13, 2014 11:14:22 AM

Ubuntu newbie here. I would like to download a program to open my raw photoshop files on Ubuntu. but I keep getting the "dependency is not satisfiable" error. Any help appreciated.

More about : downoad ufraw ubuntu

June 13, 2014 11:23:29 AM

In Linux (generally) all software is available via your distrobutions repository. you simply download/install with the program apt-get.

Ufraw is also a gimp plugin. It is available in Ubuntu repository.

sudo apt-get update
sudo apt-get install ufraw
sudo apt-get install gimp-ufraw
m
0
l
Related resources
June 13, 2014 11:45:40 AM

Could someone give me a step by step on what to do? Thanks.
m
0
l
June 13, 2014 11:46:55 AM

1.) open terminal
2.) type commands:
  1. sudo apt-get update
  2. sudo apt-get install ufraw
m
0
l
!