• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Installing rpm on Arch Linux

denism

Junior Member
I want to install Chrome but Google provides either deb or rpm packages.

I'm running Arch using vmware on iMac. deb package has AMD in the file name
and rpm says x86, so I assume I should install rpm? So should I use something like
rpm2tgz or rpm2tar and then use pacman or powerpill to install?

Denis
 
I'm not familiar with Arch Linux specifically but I would imagine you do not want to mix package management types for any reason.

The AMD one is probably the AMD64/EM64T type (64bit) so it should work on your mac if it's intel.

This guide has two methods of installation and some interesting tidbits that the 64bit package is actually 32bit and a misnomer. The PKGBUILD and deb2targz options in that thread might hopefully point you in the right direction:

http://bbs.archlinux.org/viewtopic.php?id=73457

Personally I would try the deb first.
 
I want to install Chrome but Google provides either deb or rpm packages.

I'm running Arch using vmware on iMac. deb package has AMD in the file name
and rpm says x86, so I assume I should install rpm? So should I use something like
rpm2tgz or rpm2tar and then use pacman or powerpill to install?

Denis

As jodell88 wrote, pacman -S chromium will get you the chrome browser, it will be 4.0+ if you are using extra or 5.0+ if you are using testing.

I suggest testing, it only craps out about once a year and then only when you have strange or old hardware and doing an incremental kernel or xorg update.
 
Back
Top