You are not logged in.

#1 2007-02-19 10:08:50

synthead
Member
Registered: 2006-05-09
Posts: 1,337

pacman -S opera?

pacman says that opera isn't in the database, but the package search on the archlinux.org homepage says that 9.10 is in the repos tongue

what's going on with that?

Offline

#2 2007-02-19 10:32:34

Yazcon
Member
From: Netherlands
Registered: 2007-01-04
Posts: 31

Re: pacman -S opera?

When i pacman -S opera

It installs.

Are you using a different mirror for your packages then the archlinux one? because it might not be updated yet. And also, some mirrors are not 100% copy's of the original ones.

Hope this helps

Yaz

Offline

#3 2007-02-19 10:54:11

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: pacman -S opera?

Nope, installed this OS about an hour ago and haven't really changed things except for updating he pacman repositories and uncommenting [community].

Offline

#4 2007-02-19 11:04:51

thepizzaking
Member
From: Melbourne, Victoria, Australia
Registered: 2006-03-13
Posts: 46

Re: pacman -S opera?

Did you also uncomment the [extra] repositories?  That's where opera is.

Offline

#5 2007-02-19 11:23:40

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: pacman -S opera?

yep.

#
# /etc/pacman.conf
#
# NOTE: If you find a mirror that is geographically close to you, please
#       move it to the top of the server list, so pacman will choose it
#       first.
#
# To re-sort your mirror lists by ping/traceroute results, use the
# /usr/bin/sortmirrors script.  It requires the "netselect" package.
#

# See the pacman manpage for option directives

#
# GENERAL OPTIONS
#
[options]
LogFile     = /var/log/pacman.log
NoUpgrade   = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade   = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade   = etc/rc.conf etc/rc.local
NoUpgrade   = etc/modprobe.conf etc/modules.conf
NoUpgrade   = etc/lilo.conf boot/grub/menu.lst
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here.
#   - local/custom mirrors can be added here or in separate files
# 

#[testing]
#Server = ftp://ftp.archlinux.org/testing/os/x86_64

[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra

#[unstable]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/unstable

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

Offline

#6 2007-02-19 11:43:43

Yazcon
Member
From: Netherlands
Registered: 2007-01-04
Posts: 31

Re: pacman -S opera?

Whats the command you give to pacman, because its case sensitive... so Opera doesn't exists. but opera does.

Offline

#7 2007-02-19 11:47:19

mucknert
Member
From: Berlin // Germany
Registered: 2006-06-27
Posts: 510

Re: pacman -S opera?

Enable extra and run pacman -Syu before. tongue


Todays mistakes are tomorrows catastrophes.

Offline

#8 2007-02-19 12:11:18

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: pacman -S opera?

"pacman -S opera" doesn't work.

Did a Syu right after install, and extra is enabled, as quoted in the code ...

Offline

#9 2007-02-19 12:12:27

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: pacman -S opera?

[max@myhost ~]$ sudo pacman -S opera
Password:
opera: not found in sync db

[max@myhost ~]$

Offline

#10 2007-02-19 12:19:24

Yazcon
Member
From: Netherlands
Registered: 2007-01-04
Posts: 31

Re: pacman -S opera?

After enableing the extra run -Suy again to download the extra packages lists to your computer.

Offline

#11 2007-02-19 13:26:03

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: pacman -S opera?

Hey, he's using ArchLinux x86_64 (see pacman.conf) - and we don't have an Opera pkg. The webcvs/rss is still only based on i686!

Offline

#12 2007-02-19 15:00:26

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: pacman -S opera?

You can run 32 bit Opera with 32 libraries that are in 'community'.

Offline

#13 2007-02-19 15:04:49

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: pacman -S opera?

Fetch opera package from i686 arch mirror and install lib32 packages. I'm running opera on amd64 with flashplayer9


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#14 2007-02-19 20:23:14

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: pacman -S opera?

Aha!  Nicely done!  Can't wait till I get back on my comp, thanks guys!!

Offline

#15 2007-02-19 22:26:20

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: pacman -S opera?

Stalwart wrote:

Fetch opera package from i686 arch mirror and install lib32 packages. I'm running opera on amd64 with flashplayer9

How would I do that again?  big_smile

Offline

#16 2007-02-20 03:13:04

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Offline

#17 2007-02-20 11:30:11

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: pacman -S opera?

pacman -S lib32-qt

Probably more, it will tell you what libs are missing


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#18 2007-03-11 12:16:44

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

Re: pacman -S opera?

I tried this on my AMD 3000 + but with no success.
The opera button turns on but not the application.


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

#19 2007-03-11 13:39:14

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: pacman -S opera?

varaahan run it from terminal - it will tell you what libs are missing


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#20 2007-03-18 10:48:24

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

Re: pacman -S opera?

Running opera from CLI gives this:

[root@myhost sridhar]# opera
/usr/bin/opera: line 222: /usr/lib/opera/9.10-20061214.6/opera: No such file or directory
/usr/bin/opera: line 222: /usr/lib/opera/9.10-20061214.6/opera: Success

And this command shows:

[root@myhost sridhar]# which opera
/usr/bin/opera

I am confused


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

#21 2007-03-18 12:17:11

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: pacman -S opera?

Install lib32-qt from [community].

Offline

Board footer

Powered by FluxBB