Ive recently installed opera on a 4GB partition and for some reason or other opera wont install whenever i download it. I try clicking on the .deb, but it just opens and then closes again. my guess is no enough hd space, as it installed fine before i re-installed 8.04 from the same partition. If it is a space option i guess i'll have to stick with konqueror.
Announcement
Collapse
No announcement yet.
Opera Won't install?
Collapse
This topic is closed.
X
X
-
Re: Opera Won't install?
> FAQ: Free Disk Space
Here:
Code:df -h -T
Filesystem Type Size Used Avail Use% Mounted on
/dev/sdb1 ext3 9,7G 5,9G 3,3G 65% /
varrun tmpfs 506M 92K 506M 1% /var/run
varlock tmpfs 506M 0 506M 0% /var/lock
udev tmpfs 506M 128K 506M 1% /dev
devshm tmpfs 506M 0 506M 0% /dev/shm
/dev/sdb2 ext3 9,7G 6,4G 2,9G 69% /home
...
> FAQ: Package Managers
> Ubuntu community - Opera Browser
What tells / or does:
Code:sudo dpkg -i opera_9.52.2091.gcc4.qt3_i386.deb
man dpkg
dpkg(1) dpkg suite dpkg(1)
NAME
dpkg - package manager for Debian
SYNOPSIS
dpkg [options] action
...
ACTIONS
dpkg -i | --install package_file...
...
Here Opera is using:
Code:apt-cache show opera
Package: opera
Version: 9.52.2091.gcc4.qt3
Architecture: i386
...
Installed-Size: 20112
...
Filename: pool/non-free/o/opera/opera_9.52.2091.gcc4.qt3_i386.deb
Size: 8303676
...
Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: Opera Won't install?
I can't usually run .deb by double clicking them I have to install the package through the console. Open a console and type:
sudo dkpg -i path_to_package.deb
Hopefully this will solve your problem or at least give us some information on whats wrong.
Edit: Did not read the post above as thoroughly as I, obviously, should have.
- Top
- Bottom
Comment
Comment