Error is
`GIMP Message
Opening '/home/mohsin/Downloads/homepage-3.psd' failed:
Error loading PSD file: Unexpected end of file`
I look for this error but I didn't find in Ubuntu.
I tried by searching answer in google and StackOverflow, but none of the solutions worked.
First I run this in terminal: sudo grep 'MimeType' /usr/share/applications/transmission-gtk.desktop
And then this command: xdg-mime default transmission.desktop mymimetype
But still, it doesn't set transmission by default.
Just install 18.04 I don't how to do partition. I did youtube and google but they did with the help of extend partition in their file. I don't have this. I don't know why
I want to increase /dev/sda4
And /dev/sda4 is showing 358 GB is unused. I don't know where is this folder.
Please help me out
------ Edit ---
After running some commands I got this out put
this is the output I get after commands
sudo lsblk -f
lsblk: failed to access sysfs directory: /sys/dev/block: No such file or directory
sudo lsblk -m
lsblk: failed to access sysfs directory: /sys/dev/block: No such file or directory
sudo parted -ls
`Model: ATA ST1000LM035-1RK1 (scsi) Disk /dev/sda: 1000GB Sector size (logical/physical): 512B/4096B Partition Table: msdos Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 525MB 524MB primary ntfs boot
2 525MB 524GB 524GB primary
4 524GB 1000GB 476GB primary ext4
`root@mohsin:/# df
df: cannot read table of mounted file systems: No such file or directory root@mohsin:/# sudo df df: cannot read table of mounted file systems: No such file or directory root@mohsin:/# df `
I am getting this message from Archive Manager when trying to open a text file:
Could not open “users.js”
Archive type not supported.
I've tried different archive managers but not one works!
List of application I have in my machine to extract:
This is the output of file users.js
-> users.js: ASCII text, with CRLF line terminators
I am getting this error
The following packages have unmet dependencies:
phpmyadmin : Depends: ttf-dejavu-core but it is not going to be installed
Recommends: mysql-client
E: Unable to correct problems, you have held broken packages.
But i cannot see what is the broken packages
after apt policy ttf-dejavu-core
I got this ttf-dejavu-core:
Installed: (none)
Candidate: 2.33-2ubuntu1
Version table:
2.33-2ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu precise/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu precise/main i386 Packages
after running sudo apt install -f
I got this lines Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
After running cat /etc/apt/sources.list
I get these lines in my terminal
` root@mohsin:~# cat /etc/apt/sources.list ############################################################# ################### OFFICIAL UBUNTU REPOS ################### #############################################################
###### Ubuntu Main Repos
deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted
universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted
universe multiverse
###### Ubuntu Update Repos
deb http://us.archive.ubuntu.com/ubuntu/ precise-security main
restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main
restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ precise-backports main
restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-security main
restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates main
restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-backports main
restricted universe multiverse
Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu precise partner deb-src http://archive.canonical.com/ubuntu precise partner
Ubuntu Extras Repodeb http://extras.ubuntu.com/ubuntu precise main deb-src http://extras.ubuntu.com/ubuntu precise main deb http://archive.ubuntu.com/ubuntu xenial universe main `