gnome panel installing problem

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
vicke4

gnome panel installing problem

Post by vicke4 »

I downloaded gnome panel 2.32 in icewalker site.it is a tar.bz package.please tell me how to install it in my Linux mint 10?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dagon
Level 7
Level 7
Posts: 1655
Joined: Mon Dec 06, 2010 4:33 am
Location: Kungälv, Sweden
Contact:

Re: gnome panel installing problem

Post by dagon »

If it's not a .deb you are about to compile from source. In my experience gnome stuff compiles just fine.
If you dare to peek inside the file you got there you will find some information as to how to go about with it.
http://forums.linuxmint.com/viewtopic.php?f=90&t=9234

The chain of commands to follow (this was before gnome3) should look something like:

Code: Select all

sudo apt-get install build-essential
sudo apt-get build-dep gnome-panel
To set up the computer for the task and then navigate to the sourcefile and just:

Code: Select all

./configure
make 
sudo make install
as usual... :wink:
Locked

Return to “Software & Applications”